Skip to content

Token checker for discord, filters token on validity, nitro and age.

License

Notifications You must be signed in to change notification settings

vividsex/discord-token-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

⚡ Checker

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.

Features

  • Proxy support
  • Lightweight
  • No token locks
  • Threading
  • Very easy to use

Installation

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!

Config

./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?
}

Proxies

./dats/proxies.txt

Supported formats are:

user:pass@ip:port
ip:port

Please do NOT use free proxies.

Tokens

./data/tokens.txt

Supported formats are:

email:pass:token
token

Screenshots

screenshot

<3

Pull requests are welcome.

Made with ❤ by vv

About

Token checker for discord, filters token on validity, nitro and age.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages