- Saved searches
- Use saved searches to filter your results more quickly
- License
- simplifies/discord-account-generator-1
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- About
- Saved searches
- Use saved searches to filter your results more quickly
- 6R-r/Discord-Account-Generator-2
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- About
- Saved searches
- Use saved searches to filter your results more quickly
- License
- Hattorius/discord-account-generator
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- About
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
automatically creates discord accounts, no captcha API key required
License
simplifies/discord-account-generator-1
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
discord account generator
automatically creates discord accounts, no captcha API key required
a script that automates creating discord accounts. it shows how accounts can be created automatically without the user typing unless there is a captcha (h-captcha just needs to be clicked) . it automatically verifies your discord account via email for you and automatically saves the login info in login.txt in email:password:token format. this is used for educational purposes only.
if chrome doesn’t open/crashes, try getting the latest version of chromedriver.exe here > https://chromedriver.chromium.org/downloads. replace the current chromedriver.exe in the folder with the latest version you have downloaded
make sure your chromedriver.exe file is the same version as your current chrome web browser version. to check your current chrome version, paste chrome://settings/help in chrome.
acc disable bypass (bypass phone number)
reason: temporary email / bot activity detected when joining a server
there is a 70% chance that your account will get disabled when you try joining a server. this happens because discord detects suspicious activity when the temporary email is used.
to bypass this, you should not join any server using the temporary email
after running discord account generator and verifying your email, go to your discord account settings and temporarily change the generated account’s email to a legitimate one. (a real gmail account will do; temporary only) after doing so, join any server of your choice. (remember that you cannot join any server using the temporary email or else it will get disabled). after that change back to the temporary email before, and to re-verify again, go to https://www.gmailnator.com/inbox/# + the email that was used previously . for example, to access the temp email, you do https://www.gmailnator.com/inbox/#ran.do.me.mail@gmail.com.
• random username from list
• automatically get discord token and other login info
you can customize usernames by editing the usernames in discord_usernames.txt. run the file and use normal mode if you are a inexperienced with proxies and theading.
if you don’t have python installed, download python 3.7.6 and make sure you click on the ‘add to path’ option during the installation.
pip install selenium pip install undetected-chromedriver pip install colorama pip install bs4 pip install lxml pip install requests
python discordgenerator.py
- if you want to use proxies, simply paste the proxies in config/proxies.txt. if you want to stop using proxies, just remove all the proxies from the .txt file. the script automatically checks for proxies on startup. http proxies are only supported as of now. if the proxies are not alive, the script will throw a webdriver error.
- uses multiple chrome windows
- only run this when you have proxies or else one of you chrome windows will get rate limited.
- do put more than 6 threads unless you think your pc can handle it. i recommend using 2-3 threads.
where can i find my generated accounts?
- it is located in the output folder. open up login.txt to see the accounts that has been generated.
About
automatically creates discord accounts, no captcha API key required
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
For edu purpose only uses gmailnator and random username to gen the accs
6R-r/Discord-Account-Generator-2
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
For edu purpose only uses gmailnator and random username to gen the acc. Proof of concept of how the creation of Discord accounts can be automated without the need to type/click buttons on browser using XPATHS.
A script that automates creating discord accounts. It shows how accounts can be created automatically without the user typing unless there is a captcha (h-Captcha just needs to be clicked) . It automatically verifies your Discord account via email for you and automatically saves login info in login.txt in email:password:token format. This is used for educational purposes only.
- Auto scrape email
- Random username from list
- Random password
- Random date
- Auto-email-verify
- Automatically get Discord token and other login info
- Proxy support
- Multi-threading
- You can customize usernames by editing the usernames in discord_usernames.txt.
- Run the file and use normal mode if you are a inexperienced with proxies and theading.
If you dont have python installed, download python and make sure you click on the ‘ADD TO PATH’ option during the installation.
open discordgenerator.py or python it from cmd
- If you want to use proxies, simply paste the proxies in config/proxies.txt. If you want to stop using proxies, just remove all the proxies from the .txt file. The script automatically checks for proxies on startup. HTTP proxies are only supported as of now. If the proxies are not alive, the script will throw a WebDriver error.
- Uses multiple chrome windows
- Only run this when you have proxies or else one of you Chrome windows will get rate limited.
- Do put more than 6 threads unless you think your PC can handle it. I recommend using 2-3 threads.
- Make sure your chromedriver.exe file is the same version as your Chrome web browser version this one is 91
- Download the latest version chromedriver.exe: https://chromedriver.chromium.org/downloads
- Then replace the chromedriver.exe file in the folder.
Where can i found my generated accounts?
- It is located in the output folder. Open up login.txt to see the accounts that has been generated.
About
For edu purpose only uses gmailnator and random username to gen the accs
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
Creates Discord accounts and verifies by email & phone verification. Supports proxies. Uses sms-activate, kopeechka and anti captcha.
License
Hattorius/discord-account-generator
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
STILL WORKING OF JANUARY THE 19TH 2022
Creates accounts and verifies by email & phone verification. Supports proxies. Uses sms-activate, kopeechka and anti captcha.
I’m not going to maintain this
- Uses anti-captcha to solve hcaptcha’s
- Uses kopeechka for email’s (0.05 rubels per email = 0.00067 USD)
- Uses sms-activate to verify phone numbers (4 — 16 rubels per sms = 0.05 — 0.22 USD)
- Proxy support
- Python 3.9.5 (did not test on other Python versions)
- Anti-captcha account with money on it
- Kopeechka account with money on it
- Sms-activate.ru account with even more money on it
Make sure Python is added to your PATH on Windows, more info here if you didn’t let it set the PATH at install.
Please install the requirements:
# Linux/macOS python3 -m pip install -r requirements.txt # Windows py -3 -m pip install -r requirements.txt
And then you’re ready to go
from creator import create anticaptcha = 'a4d26ba7ec33ba9aa810449b42a6d011' kopeechka = '99355de805609eac0dc5750f49fb18e5' smsactivate = 'b97683d5f482A06051Ab7fc81bb4d495' create(capthaAPI=anticaptcha, emailAPI=kopeechka, phoneAPI=smsactivate, verbose=True)
Create token and continue with program with custom username
from creator import create anticaptcha = 'a4d26ba7ec33ba9aa810449b42a6d011' kopeechka = '99355de805609eac0dc5750f49fb18e5' smsactivate = 'b97683d5f482A06051Ab7fc81bb4d495' session = create(capthaAPI=anticaptcha, emailAPI=kopeechka, phoneAPI=smsactivate, username="Hatty was here") token = session.token # continue, do whatever you want
Simple multithreading with proxies
from multiprocessing.dummy import Pool as ThreadPool from creator import create import random anticaptcha = 'a4d26ba7ec33ba9aa810449b42a6d011' kopeechka = '99355de805609eac0dc5750f49fb18e5' smsactivate = 'b97683d5f482A06051Ab7fc81bb4d495' createAmount = 100 proxies = ["ip:port", "user:password@ip:port"] def createAccount(a, retries=0): try: session = create(capthaAPI=anticaptcha, emailAPI=kopeechka, phoneAPI=smsactivate, proxy=proxies[random.randint(0, len(proxies)-1)]) except: return createAccount(a, retries + 1) with open('tokens.txt', 'a+') as f: f.write(session.token + '\n') pool = ThreadPool(100) pool.map(createAccount, list(range(createAmount)))
This project is licensed under the GNU GPLv3 License — see the LICENSE file for details.
ETH: hattywashere.eth that’s pretty much it.
You can read all about me with contact information at my website.
About
Creates Discord accounts and verifies by email & phone verification. Supports proxies. Uses sms-activate, kopeechka and anti captcha.