Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 17866

Discord Nitro Generator And Checker

by ItsYoda - 22 May, 2020 - 03:34 PM
This post is by a banned member (alavergaaaa) - Unhide
32
Posts
0
Threads
4 Years of service
#9
WOOOOWWWW
This post is by a banned member (KalenderAA) - Unhide
5
Posts
0
Threads
4 Years of service
#10
(22 May, 2020 - 03:34 PM)ItsYoda Wrote: Show More
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.


1) Go to https://discordapp.com/developers/applications/ and "Create An Application"



2) Create A Discord Bot 

[Image: unknown.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]


4) Copy the URL To Your Browser And Invite The Bot To Your New Server 
[Image: unknown.png]







5) Now For The Coding Part.
 
After you register, click on "New Project" 
 
Then Click on "Hello Express"
[Image: unknown.png]


6) Delete everything from server.js
[Image: unknown.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]


9) Add Your Bot Token From The Developers Portal, Where You Created Your Bot. 

[Image: unknown.png]



10) Place Your Bot Token In Where It Says "BOT TOKEN"

[Image: unknown.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 :pepo:
[Image: unknown.png]

Kendi şat thxxx
This post is by a banned member (nelms) - Unhide
nelms  
Registered
30
Posts
0
Threads
4 Years of service
#11
[font]Nice man[/font]
This post is by a banned member (atsoir) - Unhide
atsoir  
Registered
16
Posts
0
Threads
4 Years of service
#12
tysm bro i needed this
This post is by a banned member (serzak51512) - Unhide
This post is by a banned member (xoiebins) - Unhide
xoiebins  
Registered
11
Posts
0
Threads
4 Years of service
#14
great content bro keep it up
This post is by a banned member (Malik27) - Unhide
Malik27  
Registered
35
Posts
0
Threads
4 Years of service
#15
[font]i hope it works it really look like that[/font]
This post is by a banned member (ImNuttyButty) - Unhide
73
Posts
3
Threads
4 Years of service
#16
I was rate limited very quickly. anyway to bypass

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 5 Guest(s)