Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
V4NSH4J committed Oct 12, 2021
1 parent d4eff6c commit 899ca60
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,30 @@
# DiscordInviterGO
# DiscordInviterGO!

A light-weight & Proxyless discord invite joiner written in GoLang

# Disclaimer
For Educationa purposes only. Use at your own risk. Automation of discord accounts also known as selfbots is a violation of discord terms of service and community guidelines and might result in your account(s) being terminated. This program is for demonstration purposes only that server joining can be automated as of October 2021.
For Educationa purposes only. Use at your own risk. Automation of discord accounts also known as selfbots is a violation of discord terms of service and community guidelines and might result in your account(s) being terminated. This program is for demonstration purposes only that server joining can be automated as of October 2021. Please do not use this for Raiding/Spamming/Harassing or any other malicious purposes.

![WindowsTerminal_nF3xDjpAHW](https://user-images.githubusercontent.com/79518089/137035828-0245466e-7428-4c2f-849d-876c90bae3be.png)

![ezgif-7-69867f5f3828](https://user-images.githubusercontent.com/79518089/137035045-ac5a25fe-ab9e-43b3-96a0-e01bb864a317.gif)

# Features
> Can join upto 50 accounts per minute
> Uses latest discord HTTP API resulting in non-phonelocked accounts!
> Clean, simple and Light-weight
> Does not require proxies although recommended
> Free and Open source! No more Viruses scavenging the internet for server joiners!
1) Can join upto 50 accounts per minute
2) Uses latest discord HTTP API resulting in non-phonelocked accounts!
3) Clean, simple and Light-weight
4) Does not require proxies although recommended
5) Free and Open source! No more Viruses scavenging the internet for server joiners!
6) Compatible with Windows, Mac and Linux!
![ezgif-7-69867f5f3828](https://user-images.githubusercontent.com/79518089/137035045-ac5a25fe-ab9e-43b3-96a0-e01bb864a317.gif)

# How to Use?
Load tokens in the file tokens.txt in the same directory as the executable. Simply run the executable and enter your discord server invite code.
If your invite link is "https://discord.gg/followtos" then the invite code is "followtos" without quotes. This is essential, as of now, the program will only work with invite codes. Simply press enter and watch your tokens join the server!

# Building from Source
For the average Joe, you can simply download a compiled version from the releases (https://github.com/V4NSH4J/DiscordInviterGO/releases). But here's how to build from source!
1) Install golang from https://golang.org
2) Open up a terminal/ command prompt
3) Navigate to the directory of the source code containing main.go using
4) Simply type "go build" and a binary should pop up!

0 comments on commit 899ca60

Please sign in to comment.