Discord Account Generator + Token Checker
Made by SoliderX -- UPDATED
▄▄▄█████▓ ▒█████ ██ ▄█▀▓█████ ███▄ █ ▄████ ▓█████ ███▄ █
▓ ██▒ ▓▒▒██▒ ██▒ ██▄█▒ ▓█ ▀ ██ ▀█ █ ██▒ ▀█▒▓█ ▀ ██ ▀█ █
▒ ▓██░ ▒░▒██░ ██▒▓███▄░ ▒███ ▓██ ▀█ ██▒ ▒██░▄▄▄░▒███ ▓██ ▀█ ██▒
░ ▓██▓ ░ ▒██ ██░▓██ █▄ ▒▓█ ▄ ▓██▒ ▐▌██▒ ░▓█ ██▓▒▓█ ▄ ▓██▒ ▐▌██▒
▒██▒ ░ ░ ████▓▒░▒██▒ █▄░▒████▒▒██░ ▓██░ ░▒▓███▀▒░▒████▒▒██░ ▓██░
▒ ░░ ░ ▒░▒░▒░ ▒ ▒▒ ▓▒░░ ▒░ ░░ ▒░ ▒ ▒ ░▒ ▒ ░░ ▒░ ░░ ▒░ ▒ ▒
░ ░ ▒ ▒░ ░ ░▒ ▒░ ░ ░ ░░ ░░ ░ ▒░ ░ ░ ░ ░ ░░ ░░ ░ ▒░
░ ░ ░ ░ ▒ ░ ░░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░
░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░| 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 |
| 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 |
The generator now supports automatic Mullvad VPN rotation for improved generation stability and fingerprint separation.
- Automatic VPN reconnect
- Random Mullvad server/location switching
- Works alongside proxies
- Reduces repeated IP usage
- Optional enable/disable from config
- Mullvad VPN Desktop App installed
- Mullvad CLI added to PATH
- Active Mullvad subscription
# 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- Python 3.10+
- Brave Browser installed
- Windows 10/11
- Mullvad VPN installed (optional)
{
"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"
}
}| 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 |
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.mdRun:
python main.pyThen choose:
[1] Token Generator
[2] Token Checker
▸ Select option :- Enter thread count
- Enter amount to generate
- Starts generation automatically
- Reads tokens from
output/valid.txt - Checks all tokens
- Saves categorised results automatically
Supported formats inside input/proxies.txt:
host:port
host:port:user:passJoin for updates, fixes, and support:
https://discord.gg/uJraw4WXqd| OS | Status |
|---|---|
| Windows 10 | ✅ |
| Windows 11 | ✅ |
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
- Spam
- Harassment
- Fraud
- Mass abuse
- Selling malicious services
- Illegal activities
If you do not agree, do not use this Tool.
Licensed under the MIT License.
Made by SoliderX