- Notifications
You must be signed in to change notification settings - Fork3
hirusha-adi/Discord-Token-Grabber-by-QR
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 othersinto scanning their Discord login QR Code, and gain access to their account. Use for Educational Purposes only.
Download the correct version ofchromedriver, and paste thechromedriver.exe
to the current path
Make sure yourchromedriver.exe
file is the same version as your current Chrome web browser version. To check your current Chrome version,pastechrome://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 3and make sure you click on the 'ADD TO PATH' option duringthe 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 programWait 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 --helpusage: 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 usepython token-grabber.py --help# display help messagepython token-grabber.py --verbose# log everything, verboselypython token-grabber.py --logs# save logs to filepython 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.
About
Discord QR Scam Code Generator
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- Python100.0%