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
![[Image: unknown.png]](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fmedia.discordapp.net%2Fattachments%2F691050661642764401%2F713374344532721684%2Funknown.png)
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!)
![[Image: unknown.png]](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F691050661642764401%2F713376861073440778%2Funknown.png)
4) Copy the URL To Your Browser And Invite The Bot To Your New Server
![[Image: unknown.png]](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F710857458104664199%2F713382070981754980%2Funknown.png)
5) Now For The Coding Part.
Got to https://glitch.com/
After you register, click on "New Project"
Then Click on "Hello Express"
![[Image: unknown.png]](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F712305548242190336%2F712306213915983923%2Funknown.png)
6) Delete everything from server.js
![[Image: unknown.png]](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F712305548242190336%2F712306839752015922%2Funknown.png)
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.
![[Image: unknown.png]](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F710857458104664199%2F713379023530491925%2Funknown.png)
9) Add Your Bot Token From The Developers Portal, Where You Created Your Bot.
![[Image: unknown.png]](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F710857458104664199%2F713379860462174208%2Funknown.png)
10) Place Your Bot Token In Where It Says "BOT TOKEN"
![[Image: unknown.png]](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F710857458104664199%2F713380070311591957%2Funknown.png)
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 
![[Image: unknown.png]](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F691050661642764401%2F713383463037698190%2Funknown.png)

![[Image: unknown.png]](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F691050661642764401%2F713383463037698190%2Funknown.png)