Skip to content

AbdurRehman1098/Discord-Token-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version Python Platform License VPN

⚡ Token Gen

Discord Account Generator + Token Checker

Made by SoliderX -- UPDATED

⭐ Request based gen will release at 100 stars ⭐


▄▄▄█████▓ ▒█████   ██ ▄█▀▓█████  ███▄    █      ▄████ ▓█████  ███▄    █
▓  ██▒ ▓▒▒██▒  ██▒ ██▄█▒ ▓█   ▀  ██ ▀█   █     ██▒ ▀█▒▓█   ▀  ██ ▀█   █
▒ ▓██░ ▒░▒██░  ██▒▓███▄░ ▒███   ▓██  ▀█ ██▒   ▒██░▄▄▄░▒███   ▓██  ▀█ ██▒
░ ▓██▓ ░ ▒██   ██░▓██ █▄ ▒▓█  ▄ ▓██▒  ▐▌██▒   ░▓█  ██▓▒▓█  ▄ ▓██▒  ▐▌██▒
  ▒██▒ ░ ░ ████▓▒░▒██▒ █▄░▒████▒▒██░   ▓██░   ░▒▓███▀▒░▒████▒▒██░   ▓██░
  ▒ ░░   ░ ▒░▒░▒░ ▒ ▒▒ ▓▒░░ ▒░ ░░ ▒░   ▒ ▒     ░▒   ▒ ░░ ▒░ ░░ ▒░   ▒ ▒
    ░      ░ ▒ ▒░ ░ ░▒ ▒░ ░ ░  ░░ ░░   ░ ▒░     ░   ░  ░ ░  ░░ ░░   ░ ▒░
  ░      ░ ░ ░ ▒  ░ ░░ ░    ░      ░   ░ ░    ░ ░   ░    ░      ░   ░ ░
             ░ ░  ░  ░      ░  ░         ░          ░    ░  ░         ░

🚀 Features

[1] Token Generator

Category Details
Account Generation Fully automated Discord account creation via browser + CDP
Email Verification Auto verification using MS Graph (Hotmail pool), Hotmail007 API, or CyberTemp API
Captcha Solving Browser integrated automated captcha solving
Proxy Support HTTP proxy rotation from input/proxies.txt
Mullvad VPN Integration Automatically rotates Mullvad VPN locations between generations
Stealth TLS fingerprint spoofing via tls_client, headless Brave with off-screen mode
Threading Multi-threaded account generation
Auto Saving Automatically saves valid, invalid, and locked tokens

[2] Token Checker

Category Details
Input Reads tokens from output/valid.txt
Multi-threaded Configurable thread count
Token Type Detection Detects unclaimed, email verified, phone verified, and fully verified
Account Age Sorting Sorts accounts by age into separate folders
Nitro Detection Detects Nitro subscriptions and available boosts
Flagged Detection Detects spammer flagged accounts
Proxy Support Supports proxy rotation with automatic fallback
Detailed Output Saves organised results inside timestamped folders

🌐 Mullvad VPN Integration

The generator now supports automatic Mullvad VPN rotation for improved generation stability and fingerprint separation.

Features

  • Automatic VPN reconnect
  • Random Mullvad server/location switching
  • Works alongside proxies
  • Reduces repeated IP usage
  • Optional enable/disable from config

Requirements

  • Mullvad VPN Desktop App installed
  • Mullvad CLI added to PATH
  • Active Mullvad subscription

📦 Installation

# Clone repository
git clone https://github.com/AbdurRehman1098/Discord-Token-Generator.git

# Enter folder
cd Discord-Token-Generator

# Install requirements
pip install -r requirements.txt

# Run tool
python main.py

🖥️ Requirements

  • Python 3.10+
  • Brave Browser installed
  • Windows 10/11
  • Mullvad VPN installed (optional)

⚙️ Configuration

input/config.json

{
    "Threads": 1,
    "email_api": {
        "hotmail_pool": {
            "enabled": false,
            "file": "input/mails.json"
        },
        "hotmail007": {
            "client_key": "",
            "auto_buy": false
        },
        "cybertemp": {
            "enabled": false,
            "api_key": "key-7959b5a344cf8ed71a635f00aa74bdf9ddb3d074740860268",
            "fixed_domain": "niga.picturehostel.fr"
        },
        "draxono": {
            "enabled": true,
            "api_key": "api-key",
            "fixed_domain": "draxono.in"
        }
    },
    "proxy": {
        "enabled": false,
        "file": "input/proxies.txt"
    },
    "mullvad": {
        "enabled": true,
        "country": "gb",
        "rotate": true
    },
    "adb": {
        "path": "C:\\Program Files\\Adb\\platform-tools-latest-windows\\platform-tools\\adb.exe"
    }
}

⚙️ Configuration Details

Setting Description
Threads Number of concurrent threads
hotmail_pool Uses local Hotmail accounts
hotmail007 Uses Hotmail007 API
cybertemp Uses CyberTemp API
proxy.enabled Enables proxy rotation
mullvad.enabled Enables Mullvad VPN integration
rotate_every Rotate VPN after X generations
random_location Randomly selects Mullvad location

📁 File Structure

Token-Gen/
├── main.py
├── requirements.txt
├── input/
│   ├── config.json
│   ├── mails.json
│   ├── hotmails.txt
│   └── proxies.txt
│
├── output/
│   ├── valid.txt
│   ├── invalid.txt
│   ├── locked.txt
│   └── checker output/
│       └── YYYY-MM-DD HH-MM-SS/
│           ├── email verified.txt
│           ├── fully verified.txt
│           ├── unclaimed.txt
│           ├── invalid.txt
│           ├── locked.txt
│           ├── flagged.txt
│           ├── age/
│           └── boosts/
│
└── README.md

🖥️ Usage

Run:

python main.py

Then choose:

 [1] Token Generator
 [2] Token Checker

 ▸ Select option :

Token Generator

  • Enter thread count
  • Enter amount to generate
  • Starts generation automatically

Token Checker

  • Reads tokens from output/valid.txt
  • Checks all tokens
  • Saves categorised results automatically

🔒 Proxy Format

Supported formats inside input/proxies.txt:

host:port
host:port:user:pass

📞 Support

Discord Server

Join for updates, fixes, and support:

https://discord.gg/uJraw4WXqd

💻 Tested On

OS Status
Windows 10
Windows 11

⚠️ Disclaimer

This project is for educational and research purposes only.

By using this tool you agree that:

  • You are fully responsible for your actions
  • You will comply with all applicable laws
  • You will respect Discord Terms of Service
  • The developer is not responsible for bans, damages, misuse, or legal issues
  • Generated accounts may be flagged, limited, or terminated

Forbidden Usage

  • Spam
  • Harassment
  • Fraud
  • Mass abuse
  • Selling malicious services
  • Illegal activities

If you do not agree, do not use this Tool.


📜 License

Licensed under the MIT License.


Made by SoliderX

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages