OP 18 August, 2020 - 05:17 AM
Hello everyone, for my first post I share with you a nitro sniper for discord + how to create an autaumatic bot.
Leave a like please !
(and sorry for my bad english i'm french)
You'll be able to snip nitro all night long
First step :
Create bot :
Go to https://discord.com/developers/applications/ and click on "New application" type any name
Now go in "Bot" section and create a bot
Now go in "Oauth2" and click on "Bot" in list click on "copy" and in "Bot perm" click on "Administrator"
Now paste the link in your browser and add the bot in ur server WARNING, THE BOT GONNA SPAM CHAT CREATE UR OWN SERVER FOR BOT :ricardo:
2nd Step :
Go on https://glitch.com/ create account and click "New project" "Hello-express" .
Wait 30sec
Go in "server.js" clear anythings and copy paste it :
Now go in "package.json" section and press "add Package" search "discord.js" and add
Now return on discord developers (https://discord.com/developers/applications/)
Go in BOT section and copy ur token.
Now you can paste it in "server.js"
3st Step : Nitro sniper
Download nitro sniper here :
Nitrosniper
VirusTotal link :
VT
4st Step :
Now you can write "gift" in ur discord server
ENJOY !!
If you have any problem or question dm me on discord : Crd#0046 :caty:
Leave a like please !
(and sorry for my bad english i'm french)
You'll be able to snip nitro all night long
First step :
Create bot :
Go to https://discord.com/developers/applications/ and click on "New application" type any name
Now go in "Bot" section and create a bot
Now go in "Oauth2" and click on "Bot" in list click on "copy" and in "Bot perm" click on "Administrator"
Now paste the link in your browser and add the bot in ur server WARNING, THE BOT GONNA SPAM CHAT CREATE UR OWN SERVER FOR BOT :ricardo:
2nd Step :
Go on https://glitch.com/ create account and click "New project" "Hello-express" .
Wait 30sec
Go in "server.js" clear anythings and copy paste it :
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")
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);
}
});
Now go in "package.json" section and press "add Package" search "discord.js" and add
Now return on discord developers (https://discord.com/developers/applications/)
Go in BOT section and copy ur token.
Now you can paste it in "server.js"
Spoiler:
3st Step : Nitro sniper
Download nitro sniper here :
Nitrosniper
VirusTotal link :
VT
4st Step :
Now you can write "gift" in ur discord server
ENJOY !!
If you have any problem or question dm me on discord : Crd#0046 :caty: