Grab Discord login tokens easily by scamming the victim with a fake QR code than will make you login instead of giving the victim free nitro.
A Python script that automatically generates a Nitro scam QR code and grabs the Discord token when scanned. This tool demonstrates how people can trick others into scanning their Discord login QR Code, and gain access to their account. Use for Educational Purposes only.
Download the correct version of chromedriver, and paste the chromedriver.exe
to the current path
Make sure your chromedriver.exe
file is the same version as your current Chrome web browser version. To check your current Chrome version,
paste chrome://settings/help
in Google Chrome.
if Chrome crashes,
-
Make sure your chromedriver.exe file is the same version as your Chrome web browser version
-
Download the latest version chromedriver.exe here: Click Here
-
Then replace the chromedriver.exe file in the folder.
OR
- copy the
cromedriver.exe
to the system32 folder
-
If you dont have python installed, download python 3 and make sure you click on the 'ADD TO PATH' option during the installation.
-
Open cmd in the current folder and run
py -m pip install -r requirements.txt
-
Run
py token-grabber.py
in cmd to run the program -
Wait for the
discord_gift.png
to be generated in the current working directory. Send the image to the victim and make them scan it. -
QR Code only lasts about 2 minutes. Make sure you send a fresh one to the victim and he is ready to scan.
-
When the QR Code is scanned, you will automatically be logged in to their account and the script will grab the Discord token.
> python .\token-grabber.py --help
usage: start.py [-h] [--verbose] [--logs] [--save [SAVE]] [--time TIME]
A script to grab data with various options.
options:
-h, --help show this help message and exit
--verbose Enable verbose output
--logs Enable logging
--save [SAVE] Specify the filename to save the data (default is tokens.txt)
--time TIME Set the time (default is 4)
python token-grabber.py # default use
python token-grabber.py --help # display help message
python token-grabber.py --verbose # log everything, verbosely
python token-grabber.py --logs # save logs to file
python token-grabber.py --save tokens.txt # save results to `tokens.txt`
python token-grabber.py --time 5 # set waiting time to 5 seconds
- Note: the waiting time should be increased if you have a slow internet connection. This defaults to 4 seconds and it works fine with a 2Mbps internet connection.