Giter Site home page Giter Site logo

discord-account-generator's Introduction

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

  • 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

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
  1. To run the script..
python discordgenerator.py

Proxy support

  • 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.

Threading mode

  • 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.

No Threading

  • This only uses one chrome window.

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.

discord-account-generator's People

Contributors

nightfallgt avatar notmoaiad avatar sarlay avatar

Stargazers

 avatar

Forkers

summsitup

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.