Git Product home page Git Product logo

fast-discord-token-checker's Introduction

FAST-discord-token-checker

✨ Fastest Feature-packed Discord Token Checker written in GO ✨

Overview 🔍

This program is the fastest ever written Discord token checker which can validate login for discord authorization tokens from a list. This was written so people with multiple bot tokens can validate them quickly and efficiently! It simply sends requests to discord to determine if the token is valid, it also captures most attributes linked to the token [Email address, verification status, Phone number, Nitro Status, etc]. It can get upto 20,000 CPM (Checks per minute) Without using any Proxies!

Preview of the token checker

Disclaimer ⚠️

The automation of User Discord accounts also known as self-bots is a violation of Discord Terms of Service & Community guidelines and will result in your account(s) being terminated. Discretion is adviced. I will not be responsible for your actions.

Star the Repo ⭐

Please star the repo, it really helps me out and allows me to contribute more.

Features ✅

  • Fastest account checker made possibly by GO's Goroutines and efficient requests [20K+ CPM]
  • Proxyless
  • Full Capture (UID/Username/Discriminator/Bio/Location & Language/MFA status/Email/Verification Status/ Phone number/ Nitro)
  • Free & Open source
  • Compatible with all major Operating systems and CPU architectures

Usage 💻

  • Build from Source or Download from releases
  • Input your tokens in "tokens.txt"
  • Decide what to capture by setting your config file "config.json"
  • Run the binary
  • Working tokens will be outputted to "working.txt" and the tokens with capture would be outputted to "capture.txt" if enabled.

Building from Source 🚧

  • Install Golang and verify your installation
  • Open up a terminal window
  • Navigate to the directory of the source code
  • Type "go build" into your console and a Binary should pop up

Commonly Asked Question : Where is the Token Generator ❓

There are a large number of programs and people claiming to be Token Generators and Checkers. You can try them out, rent servers and have millions of checks performed per minute but here's the simple answer, they will NEVER work. I would even go as far as saying that finding someone's token from "Generating and checking" is far far far unlikely than winning a national lottery multiple times consecutively. Read along the next section to understand what a Discord token is.

Understanding Discord Tokens 🧠

Discord account tokens (User accounts/ Bots) usually look something like this ->

Notepad_N0DhRyXvJl

Notice that the token has 2 dots which divides the token into 3 segments. The first part of the token, before the first dot is a discord User ID or UID encoded in base 64. The discord UID is a "Snowflake" which is a uint64. The second part of the token also seems like some sort of a count in base64 and is often the same for tokens generated nearly at the same time. While the third part seems completely random for a unique token. These UIDs are unique numbers comprising of the time of action (time of creation in case of discord tokens) and some internal process IDs. You may not know it, but snowflakes are everywhere on discord! User IDs, Channel IDs, Server IDs, Message IDs, everything's discord snowflakes and hence you can find their time of creation. These snowflakes are also sent under the nonce field in requests while interacting with discord like sending messages or clicking buttons and are used for validating the action.

94722171abc49573d1a129e2264da4ad

This image from discord API documentation very well explains how a snowflake can be converted to give the timestamp of creation. So in essence, a discord token is just an account's creation date, some internal process IDs and a bunch of random stuff thrown together. If someone does try to make a token generator for fun, the generated tokens should match this syntax or it can never give a valid token ever.

Other interesting stuff by me

Discord Invite Joiner - Joins given tokens to a server

Discord Token Checker - Checks given tokens and records their information

Discord Mass DM - DMs all users of a server or DM's a discord user from multiple accounts

Dankgrinder - An Advanced automation tool for Dankmemer

Donations 🪙

I spend quite a lot of time in making High Quality & Open Source discord tools because hundreds of people get ripped-off everyday searching for this stuff. If this helped you out even in the slightest, Buy me a coffee and make my day! BTC: bc1qfmk95sqtw6sw2xc3kyaemcnltwcr5cs2phg2gh

fast-discord-token-checker's People

Contributors

v4nsh4j avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fast-discord-token-checker's Issues

Detection

VT says your executable is a stealer. But is it true?

A few issues │fetch onlines only, reorder options, auto join check, profiles

hi first thanks for this awesome tool

not sure i can log more than one issue in one, but here it is:

  1. the online fetching seem to fetch all even offline it would be great to fetch all statuses except offline, no?
  2. even if fetch all would be great to only dm onlines (and away, etc), but not offline
  3. would be good to options are in order we use them like 1) join 2) react 3) scrape 4) massdm ... something like that that is the workflow most would use so you dont miss a step
  4. include a test run with only one token even if many in the token file so that you know quickly if everything works
  5. wait 5 seconds and automatically do option 13 after the join - since the tool already knows the server id from the invite
  6. do a profile where after "fetch" and "join" you could say "save as profile-xyz" to token.txt and memberids.txt get renamed "profile-xyz" and have like option to load a profile so that you can associate specific tokens to specific servers/memberids

these are just small examples of enhacements i have full of them in mind

and again, you are a world-class master coder

i will consider donate if i can get it to works proper (with good tokens and proxy) because now i paid for crapy tool and i am in the red :(

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.