Discord Token Verifier Save Abandoned

A program for mass verify phone in discord tokens

Project README

Discord-Token-Verifier

A program for mass verify phone in discord tokens


🌟 Features 🌟

  • Support vaksms only
  • Threads execute the verify function in itself without using the same Token & same Number
  • Higher Chance for Discord to send the SMS Code (stopped discord being lazy af)
  • Webhook Support for successful verifications, making it easy to get infomrations about new verified tokens without looking in the console or the verifiedtokens.txt file
  • Custom retry count in config.json in addition to the waitcount (waitcount are the ticks it'll try to get the sms which is set to 35 by default. retries is the number of times it'll try to verify the same token with another number until it switch to a next token.
  • Numbers who havn't gotten the SMS in time will be delted from site (avoding discord send sms afterwards which'll use unncececary balance for a code you didn't used)

⚙️ Instructions ⚙️

  1. Download
  2. Write tokens to the tokens.txt file (Token:Password, if you have mail:pass:token, go to parser folder and paste tokens in tokens.txt + run start.bat, convert to Token:Password)
  3. Write proxies to the proxies.txt file
  4. Configure it the way you prefer in config.json
  5. Open start.bat

Default config:

{
    "CAPTCHA STUFF": {
        "SERVICE": 2, # 1 = Capmonster, 2 = Anticaptcha, 3 = 2Captcha
        "API KEY": "", # Only with this Key the Tool can login in your Account and perform the required actions to solve the captcha
        "SITE KEY": "f5561ba9-8f1e-40ca-9b5b-a0b3f719ef34" # Don't need to be changed and is use to identify the captcha's on discord's site. The Sitekey might change at one point but it did not change for at least a month now.

    },

    "PHONE STUFF": {
        "SERVICE": "VAKSMS", # Select the Service you want to use. The best & cheapest configurations are set by default.
        "RETRIES": 5, # Rotate current Number after x amount of retries set here with the same token (helpful if discord don't send the sms because of a flagged phonenumber)
        
        "VAKSMS": {
            "API KEY" : "", # Same goes for the Phone Services, the APIkey is used to login into the account, order numbers, get sms, delete numbers etc.
            "COUNTRY" : "phillipines" # For vaksms phillipines is the cheapest country you can choose. a phillipines cost 1 rub which is equal to $0.017
        },
    
        "ONLINESIM": {
            "API KEY": "", # Same goes for the Phone Services, the APIkey is used to login into the account, order numbers, get sms, delete numbers etc.
            "COUNTRY": "372" # 372 is the countrycode for estonia. on Onlinesim a Estonia number cost $0.05
        }
    },

    "DISCORD STUFF": {
        "WEBHOOK URL": "" # Information about successful verifications can be posted to a Webhook. If you don't want to use this feature, don't enter any url
    }
}

⚠️ Disclaimer ⚠️

I am not responsible for what you do. The program is for educational purposes only!


🖼️ Preview 🖼️

Preview

Open Source Agenda is not affiliated with "Discord Token Verifier" Project. README Source: odyzz/Discord-Token-Verifier