dWdnY2Y6Ly9iY3JhLmZjYmd2c2wucGJ6L2dlbnB4LzVwc2tIZ1B4Y3hQVkVlWGxxVVhGb1kgcm90MTM=
[![Total Views](https://hits.sh/github.com/Mid0aria/discord-sniper.svg?view=today-total&label=Repo%20Today/Total%20Views&color=770ca1&labelColor=007ec6)](https://github.com/Mid0aria/discord-sniper) [![Last Commit](https://img.shields.io/github/last-commit/mid0aria/discord-sniper)](https://github.com/Mid0aria/discord-sniper) ## Tutorials ### Text - [🎈・Installation](#Installation) - [Windows / Linux](#windows--linux) - Official - [Android / iOS (Termux)](#android--ios-termux) - Official
⭐・Star History
❗・Important
👑・Features
⚙・Config.json example
💎・Get Token
🔗・Required Links
🎈・Installation
⭐⭐⭐ You can also give this repository a star so that others know we're trusted!
{
"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
'
) 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();
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();
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