This script is designed to check discord tokens, gather information about the account associated with each token, and save the results to files. The script can use proxies for requests to avoid rate limiting.
- Checks the validity of Discord tokens.
- Retrieves account information, including verification status, creation year, nitro status, and boosts.
- Checks for billing information associated with the account.
- Retrieves gift codes and promotion codes associated with the account.
- Supports the use of proxies.
- You can change the checks.
- Python 3.x
- Requests library
- Colorama library
- Clone the repository:
git clone https://github.com/antipaster/Discord-Token-Checker.git
cd Discord-Token-Checker
- Install the required libraries:
pip install requests colorama
- Add your tokens to
tokens.txt
and your proxies toproxies.txt
(if using proxies).
- Run the script:
python main.py
-
The script will ask if you want to use proxies. Type
yes
orno
. -
The script will check each token and save the results to
results.txt
. Gift codes will be saved togifts.txt
, and promo codes will be saved topromos.txt
.
tokens.txt
: List of Discord tokens to be checked.proxies.txt
: List of proxies to be used (optional).results.txt
: Results of the token checks.gifts.txt
: Retrieved gift codes.promos.txt
: Retrieved promo codes.
Valid Tokens: 5 | Invalid Tokens: 3 | Nitro: 2 | Unclaimed: 1 | Mail Verified: 4 | Phone Verified: 2 | Full Verified: 1 | Billing Info: 3
Proxies should be listed in proxies.txt
in the following format:
username:password@host:port
Contributions are welcome! Please open an issue or submit a pull request for any changes or improvements.
This script is for educational purposes only. The use of this script to access or use accounts without authorization is illegal and unethical.