Skip to content

šŸ”„Fastest Parallel Request Double-Check Discord Token CheckeršŸ”„ Parse discord tokens from any file and directory.

License

Notifications You must be signed in to change notification settings

Nagatochyan/Discord-Token-Checker

Ā 
Ā 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Ā 

History

94 Commits
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 

Repository files navigation

Discord-Token-Checker

image

OUTPUT

Standart output with valid, invalid, etc txt files.

Json output:

{
    "tokensInfo": {
        "valid": [],
        "nitro": [],
        "payment": [],
        "unverified": [],
        "invalid": [],
        "parsedTokens": []
    },
    "tokensData": {
        "TOKEN": {
            "status": "valid || unverified || invalid",
            "me": {},
            "payment-sources": {}
        }
    }
}        

UPDATE

Firstly, now the tokens data is processed on a remote server. This is due to the fact that I have been writing a telegram bot for checking tokens for a long time and I did not want to rewrite the backend for python.

In this regard, the speed increased from 1 token per second to 40. I achieved this with the help of parallel requests and proxies, it was difficult to implement in python. Also, when I finish the nuker, it will probably be the fastest, since the 429 error handler with limit checking will be used.

As soon as I complete the backend (checker, info, idTracker, webhookSpammer, nitroBuyer, serverNuker, userNuker, messageSearcher) I will publish it in the public.

Since 1 more request is needed for the final verification of tokens, then you get the payment sources as a side to discord.gg/users/@me. Also due to the fact that you send tokens to the server, to avoid spam, there are one request per minute otherwise 429 error.

About

šŸ”„Fastest Parallel Request Double-Check Discord Token CheckeršŸ”„ Parse discord tokens from any file and directory.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%