Skip to content

antipaster/Discord-Token-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Token Checker

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.

Features

  • 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.

Requirements

  • Python 3.x
  • Requests library
  • Colorama library

Installation

  1. Clone the repository:
git clone https://github.com/antipaster/Discord-Token-Checker.git
cd Discord-Token-Checker
  1. Install the required libraries:
pip install requests colorama
  1. Add your tokens to tokens.txt and your proxies to proxies.txt (if using proxies).

Usage

  1. Run the script:
python main.py
  1. The script will ask if you want to use proxies. Type yes or no.

  2. The script will check each token and save the results to results.txt. Gift codes will be saved to gifts.txt, and promo codes will be saved to promos.txt.

Files

  • 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.

Example Output

Valid Tokens: 5 | Invalid Tokens: 3 | Nitro: 2 | Unclaimed: 1 | Mail Verified: 4 | Phone Verified: 2 | Full Verified: 1 | Billing Info: 3

Proxy Format

Proxies should be listed in proxies.txt in the following format:

username:password@host:port

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any changes or improvements.

Disclaimer

This script is for educational purposes only. The use of this script to access or use accounts without authorization is illegal and unethical.

xd

About

Best Discord token checker with multi captures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages