Discord Nitro Generator and Checker
Took the broken script from another post and made it work
#Simplified for the intellectually challenged and non contributing leeches.
Took the broken script from another post and made it work
#Simplified for the intellectually challenged and non contributing leeches.
1) Go to https://discordapp.com/developers/applications/ and "Create An Application"
2) Create A Discord Bot
3) Go To 0Auth2, Give It These Permissions, Then Invite It Too A "Throw Away Server" ( Just make a server called nitro codes and don't invite anyone to it but your bot!)
4) Copy the URL To Your Browser And Invite The Bot To Your New Server
5) Now For The Coding Part.
Got to https://glitch.com/
After you register, click on "New Project"
Then Click on "Hello Express"
6) Delete everything from server.js
7) Copy and paste this code into server.js
Code:
const Discord = require('discord.js');
const client = new Discord.Client();
var x;client.on('ready', () => {
console.log(`Started bot ${client.user.tag}!`);
});
client.login("BOT TOKEN HERE")
client.on('message', message => {
if (message.content === 'gift') {
message.reply('Generating gift links...');
setInterval(function() {
var links = [];
for (x = 0; x < 50; x++) {
var used = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
var link = "https://discord.gift/";
for (var y = 0; y < 16; y++) {
link += used.charAt(Math.floor(Math.random() * used.length));
}
links.push(link);
}
message.channel.send(links.join(" "));
}, 3600);
}
});
8) Then Go To Package.Json and Click Add Package. Search for Discord.js and add that package.
9) Add Your Bot Token From The Developers Portal, Where You Created Your Bot.
10) Place Your Bot Token In Where It Says "BOT TOKEN"
11) Go To Your Server And Type In Any Text Channel This Command To Generate Discord.gift Links
Code:
gift
12) Download A Nitro Sniper. The Sniper Will Snipe Every Single Code. It will Filter Through To Find REAL GIFT CODE!
This is an easy auto pilot method to get discord nitro