Simple token checker
- Asynchronous support
- Check public flags, nitro (type, end), nitro credits, credit cards, boosts, promotions, account connections
- Fully customization
- Download python from python.org site
- Download this checker and extract it
- Type cmd.exe and go to directory with project
- Type
pip install -r requirements.txtto install needed packages - Put tokens into tokens.txt
- Customize the
config.jsonfile to your needs - Run the program (
python main.py)
- Check nitro credits if available in account
- Check credit cards in account
- Show billing history
- Check guilds (all guilds or with admin permissions)
- Show relationships (friends in account)
- Show DMs (count of DMs)
- Advanced config
- Progress bar
- Sort tokens
- Outbound-promotions
- Account connections
- Check boosts in account
- Check if token is not phone locked "You need to verify your account in order to perform this action." fix
- Add type hints in all functions
- Now, program checks private channels
- Removed
ujsonmodule from requirements.txt
- Fixed bug with fetching badges in account
- Fixed error in boosts
- Boosts in account
- Promotions (promo codes like Xbox Game Pass)
- Account connections
- Advanced configuration in
config.json - Now all tokens (valid, invalid, phone_lock, nitro) will be sorted in results.
Structure on the results folder:
-
result-date_of_program_started
- invalid_tokens.txt
- nitro_tokens.txt
- phonelock_tokens.txt
- valid_tokens.txt
-
Added progress bar to show percent of completed