A simple and lightweight discord token checker
Join the server or dm me on discord (x5n9) for support/questions.
Caution
Pasting/selling this script might cause you to develop extreme autism and will have long-term consequences, use responsibly.
- Proxy support
- Lightweight
- No token locks
- Threading
- Very easy to use
Open any terminal and type the following command
git clone https://github.com/vividsex/discord-token-checker
cd discord-token-checker/checker
Note
Git is required! If not available; download this repository manually by clicking the green dropdown and selecting the Download Zip button
After cloning the repo, run the given command to install the requirements for the checker
python3 -m pip install -r requirements.txt
; OR
pip install -r requirements.txt
After this, you can run main.py with python and the checker should start, after it finishes - the output will be dumped in the ./output/ dir.
Note
Please make sure you have filled the config and the tokens file before running the script!
./data/config.toml
[main]
threads = 50 # Number of threads to use, recommended - 100-200
proxyless = false # Proxies are recommended but not neccesary
./data/settings.json
{
"nitro": true, // Filter tokens based on nitro?
"age": true, // Filter tokens based on age?
"type": true, // Filter tokens based on type? (Ev, fv)
"flagged": true // Filter tokens if they are flagged?
}
./dats/proxies.txt
Supported formats are:
user:pass@ip:port
ip:port
Please do NOT use free proxies.
./data/tokens.txt
Supported formats are:
email:pass:token
token
Pull requests are welcome.
Made with ❤ by vv