Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

Discord QR Scam Code Generator

NotificationsYou must be signed in to change notification settings

hirusha-adi/Discord-Token-Grabber-by-QR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

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.

About

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.

discord_gift

Initial Setup

Download the correct version ofchromedriver, and paste thechromedriver.exe to the current path

Troubleshooting

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,

  1. Make sure your chromedriver.exe file is the same version as your Chrome web browser version

  2. Download the latest version chromedriver.exe here:Click Here

  3. Then replace the chromedriver.exe file in the folder.

OR

  1. copy thecromedriver.exe to the system32 folder

Usage

Setup

  1. If you dont have python installed, download python 3and make sure you click on the 'ADD TO PATH' option duringthe installation.

  2. Open cmd in the current folder and runpy -m pip install -r requirements.txt

  3. Runpy token-grabber.py in cmd to run the program

  4. Wait for thediscord_gift.png to be generated in the current working directory. Send the image to the victim and make them scan it.

  5. QR Code only lasts about 2 minutes. Make sure you send a fresh one to the victim and he is ready to scan.

  6. When the QR Code is scanned, you will automatically be logged in to their account and the script will grab the Discord token.

Advanced Usage

Help

> 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)

Advanced Examples

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.

Note: This is illegal and i am not responsible for anything done with this tool. I maintain this tool only for educational purposes


[8]ページ先頭

©2009-2025 Movatter.jp