NightfallGT / Discord-Account-Generator

Automate creating discord accounts; No captcha API key required
363 stars 182 forks source link

Discord-Account-Generator

Proof of concept of how the creation of Discord accounts can be automated without the need to type/click buttons on browser.

Patched

Token gets automatically disabled when joining servers

About

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.

Chromedriver Fix

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.

Features

Preview

Picture

Usage

  1. You can customize usernames by editing the usernames in discord_usernames.txt.
  2. Run the file and use normal mode if you are a inexperienced with proxies and theading.

Get Python

If you dont have python installed, download python 3.7.6 and make sure you click on the 'ADD TO PATH' option during the installation.

Run via Python

  1. install the required modules

    pip install selenium
    pip install undetected-chromedriver
    pip install colorama
    pip install bs4
    pip install lxml
    pip install requests
  2. To run the script..

    python discordgenerator.py

Proxy support

Threading mode

No Threading

FAQ

Where can i found my generated accounts?

  1. It is located in the output folder. Open up login.txt to see the accounts that has been generated.