Python script that automatically generates a discord nitro QR code and gives you access to the victim's Discord token and account when scanning the QR code. This script demonstrates how people can trick others into scanning the Discord login QR code and gaining access to their account. Use for educational purposes only!
Download the latest version of chromedriver and replace the old chromedriver.exe
with the new one. If you run into any errors, scroll down to learn more about troubleshooting.
-
If you haven't installed python, download python 3.7.6 and make sure you select "ADD TO PATH" during installation.
-
Install required modules >
pip install -r requirements.txt
or double click onpip_install_requirements.bat
-
Type
python QR_Generator.py
in cmd to run or double click onQR_Generator.bat
-
Wait for
discord_gift.png
to be generated. Send the image to the victim and have them scan it. -
The QR code is only valid for about 2 minutes. Make sure you send a fresh picture to your victim.
-
When the QR code is scanned, you will automatically log into the victim's account and receive their token.
Make sure the chromedriver.exe
file is the same version as the current version of Chrome. To check the current version of Chrome, paste chrome://settings/help
into the Google Chrome address bar.
if Chrome crashes:
- Make sure your
chromedriver.exe
file is the same version as Chrome version. - Download the latest version of
chromedriver.exe
here: https://chromedriver.chromium.org/downloads - Then replace the
chromedriver.exe
file in the folder.