Found 16 repositories(showing 16)
monosans
Discord Nitro gift codes generator and checker with built-in proxy grabber.
pengiwn
Discord Image Token Grabber 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 others into scanning their Discord login QR Code, and gain access to their account. Use for Educational Purposes only. img1 Demonstration qr-code Info Download the latest version of chromedriver, and replace the old chromedriver.exe with the new one. If you get any errors, scroll down to troubleshoot to learn more. Usage If you dont have python installed, download python 3.7.6 and make sure you click on the 'ADD TO PATH' option during the installation. Install the required modules > pip install -r requirements.txt or double click pip_install_requirements.bat Type python QR_Generator.py in cmd to run or double click run_script.bat Wait for the discord_gift.png to be generated. 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. Troubleshoot 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: https://chromedriver.chromium.org/downloads Then replace the chromedriver.exe file in the folder.
DarioStar999
This simple Python 🐍 script generates random Discord gift codes and saves them into a text file named generate.txt. The codes follow the typical Discord Nitro gift URL format, but are completely random and ❌ not valid.
yalinsili
const Discord = require('discord.js'); const generator = require('generate-password'); const talkedRecently = new Set(); exports.run = function(client, message, args) { var password = generator.generate({ length: 16, numbers: true, //random: true, }) if(!message.guild) return; message.channel.send( new Discord.RichEmbed() .setColor('#7FFF00') .setDescription("**✅ Nitro code sent in DMs!**")) message.author.send('https://discord.gift/' + password) message.author.send('Nitro Kodları Kontrol Edilmez'); }; exports.conf = { enabled: true, guildOnly: false, aliases: [], permLevel: 0 }; exports.help = { name: 'nitro', description: 'Rastgele Nitro Kodu Üretir', usage: '' };
sweatpotato13
Discord Nitro Gift code generator
n-tdi
A Gift Code discord bot Generator
SkynerGts
discord nitro generator, generates nitro gift codes and automatically checks them if valid or not, once a valid
Dogwaterzx
A generator that generates codes for any gift card, or even discord nitro! Run main.py in order to work.
StrayVibes
🚀 A powerful, multi-threaded Discord Nitro gift code generator and checker built for speed and efficiency. Includes webhook alerts and auto-saving. ✨
impatient13
Discord Nitro Generator & Checker is a Python script that generates random Nitro gift codes (normal or promo), checks their validity via Discord’s API, displays the results with colored output, saves valid codes to a file, and optionally sends valid codes to a Discord webhook.
miyachung
Discord Gift Code Generator
CaesarJulius100
Discord Nitro Gift Code Generator
WoWood
Discord Nitro Gift Code Generator
Gift Generator
ONLY FOR EDUCATIONAL PURPOSES: This is a simple Discord gift-code-generator, it creates Discord gift-links and checks if they are valid. If they are it prints the link or passes it to you via Discord webhook. It can't be used for stealing gift codes because the api adress where is checks if codes are real is very limited.
Amckinney31
Random discord gift link generator (c++ source code)
All 16 repositories loaded