Discord Account Generator: Automating Account Creation for Educational Purposes
The Discord Account Generator is a proof-of-concept script that showcases the automation of Discord account creation without the need for manual interaction on the browser. By automating the account creation process, this script demonstrates how accounts can be generated effortlessly, excluding captcha verification (h-Captcha only requires a click). The script also automatically verifies Discord accounts via email and saves the login information in the “login.txt” file in the format email:password:token. It’s important to note that this script is intended for educational purposes only.
Chromedriver Fix
If Chrome fails to open or crashes, you can resolve the issue by downloading the latest version of “chromedriver.exe” from the official Chromedriver website. Replace the existing “chromedriver.exe” file in the folder with the downloaded latest version.
Ensure that the version of your “chromedriver.exe” file matches your current Chrome web browser version. To check your Chrome version, open Chrome and paste “chrome://settings/help” in the address bar.
Features of Discord Account Generator
The Discord Account Generator offers a range of features that streamline the account creation process:
- Auto Email Scraping: The script automatically scrapes emails for account creation.
- Random Username Generation: Usernames are randomly generated from a list.
- Random Password Generation: Random passwords are generated for each account.
- Random Date Generation: The script generates random birthdates for account creation.
- Auto-Email Verification: Discord account verification via email is automatically handled.
- Automatic Saving of Login Info: Login information, including email, password, and token, is automatically saved in the “login.txt” file.
- Proxy Support: The script supports proxies for added anonymity and flexibility.
- Multi-Threading: The script utilizes multi-threading to enhance performance.
Usage of Discord Account Generator
Follow these steps to use the Discord Account Generator:
- Customize Usernames: Edit the usernames in the “discord_usernames.txt” file to personalize the generated accounts.
- Run the Script: Execute the script, and if you are new to proxies and threading, use the normal mode.
Running via Python
If you don’t have Python installed, download Python 3.7.6 and make sure to select the “ADD TO PATH” option during installation. Once Python is installed, install the required modules using the following commands:
“`
pip install selenium
pip install undetected-chromedriver
pip install colorama
pip install bs4
pip install lxml
pip install requests
“`
To run the script, use the following command:
“`
python discordgenerator.py
“`
Proxy Support
If you wish to use proxies, paste the proxies in the “config/proxies.txt” file. To stop using proxies, remove all proxies from the text file. The script automatically checks for proxies on startup, and only HTTP proxies are currently supported. If the proxies are not live, the script will throw a WebDriver error.
Threading Mode
The threading mode uses multiple Chrome windows. However, only run this mode if you have proxies; otherwise, one of your Chrome windows may get rate-limited. Avoid using more than 6 threads unless your PC can handle it. It is recommended to use 2-3 threads for optimal performance.
No Threading
This mode utilizes only one Chrome window.
FAQ
Where can I find the generated accounts?
The generated accounts can be found in the “output” folder. Open the “login.txt” file to view the generated accounts.
The Discord Account Generator simplifies the process of creating Discord accounts by automating various steps. It provides an educational resource for understanding the automation process and should be used responsibly and in compliance with legal and ethical guidelines.