dWdnY2Y6Ly9iY3JhLmZjYmd2c2wucGJ6L2dlbnB4LzVwc2tIZ1B4Y3hQVkVlWGxxVVhGb1kgcm90MTM=
- 🎈・Installation
- Windows / Linux - Official
- Android / iOS (Termux) - Official
⭐・Star History
❗・Important
👑・Features
⚙・Config.json example
💎・Get Token
🔗・Required Links
🎈・Installation
- Use of this sniper bot may lead to actions being taken against your Discord account. We are not responsible for them.
- You can keep 872 tokens active for 2 days with 16 GB ram (tested by me)
- Support Multi Alt Token
- Auto Claim All Discord Gift Codes (Nitro, Game, Decoration)
- Auto Join Giveaways
- Auto Check Giveaways Channels on Startup
- Logs all messages on all your DMs and Servers, or all messages on the server or channels of your choice
- Auto Snipe Tokens
- Auto Delete Duplicated Tokens
- Minimized Ram Cache System
{
"maintoken": "", / Enter the token of the account to which the codes will be redeem here
"settings": {
"deleteduplicatetokens": true, / set this to true if you want to delete duplicate tokens
"sniper": { / whichever sniper setting you want to enable, set it to the true
"code": false,
"token": false,
"giveaway": false,
"messagelog": false
}
"logs": { / set the setting you want to log to true
"code": false,
"token": false
}
},
"messagelog": { / if you want all servers and dm's to be logged leave [] empty
"guilds": ["guildid1","guildid2"...], / type the ids of the servers you want to log
"channels": ["channelid1","channelid2"...] / type the ids of the channels and dm's you want to log
},
"webhooks": { / enter your discord webhook link in the setting you want to receive webhook notification
"giveaway": ""
}
}
Geeks for Geeks - How to get discord token
- Open your preferred browser (with developer tools) and login to https://discord.com/app
- Press CTRL + Shift + I and open the Console tab.
- Paste the following code.
- The text returned (excluding the quotes
'
) will be your Discord account token.
(webpackChunkdiscord_app.push([
[""],
{},
(e) => {
for (let t in ((m = []), e.c)) m.push(e.c[t]);
},
]),
m)
.find((e) => e?.exports?.default?.getToken !== void 0)
.exports.default.getToken();
- Open Chrome
- Create a bookmark (by clicking on star button in 3 dots menu)
- Edit it and set name to Token Finder and url to the following code:
javascript: (webpackChunkdiscord_app.push([[""],{},(e)=>{m=[];for (let c in e.c) m.push(e.c[c]);},]),m).find((m) => m?.exports?.default?.getToken%20!==%20void%200)%20%20%20%20.exports.default.getToken();
- Open https://discord.com/app and log in.
- Tap on search bar and type Token Finder (don't search it just type)
- Click on the bookmark named Token Finder.
- A new page will open, the text in the page will be your Discord account token.
NodeJS
Terminal
Nitro Sniper ZIP File
# Check Node.js version:
node -v
# Clone the files with git:
git clone https://github.com/Mid0aria/discord-sniper
# Optionally you can also download from github at https://github.com/Mid0aria/discord-sniper/archive/refs/heads/main.zip
# Enter into the cloned directory:
cd discord-sniper
# Configure the bot:
notepad config.json # On windows
nano config.json # On linux, can also use any other preferred file writing software
# Put your alt tokens in alttokens.txt
notepad alttokens.txt # On windows
nano alttokens.txt # On linux, can also use any other preferred file writing software
# Run the bot:
start ./start.bat
or
node bot.js
# Install:
apt update -y && apt upgrade -y && pkg install wget
wget https://raw.githubusercontent.com/mid0aria/discord-sniper/main/termux-setup.sh
sh termux-setup.sh
# Configure the bot:
cd discord-sniper
nano config.json
nano alttokens.txt # (Put your alt tokens in alttokens.txt)
# Run the bot:
sh start.sh
or
node bot.js