Mid0aria / discord-sniper

Multifunctional discord sniper
MIT License
4 stars 1 forks source link
codesniper discord discordnitro discordnitrosniper discordsniper nitro nitrosniper sniper token tokensniper

dWdnY2Y6Ly9iY3JhLmZjYmd2c2wucGJ6L2dlbnB4LzVwc2tIZ1B4Y3hQVkVlWGxxVVhGb1kgcm90MTM=

Discord Nitro Sniper

[![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

Contents

⭐・Star History
❗・Important
👑・Features
⚙・Config.json example
💎・Get Token
🔗・Required Links
🎈・Installation

⭐・Star History

Goal: / 512

⭐⭐⭐ You can also give this repository a star so that others know we're trusted!

Star History Chart

❗・Important (Anyone using the bot is deemed to have read and accepted these)

👑・Features

⚙・config.json example

{
    "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": ""
    }
}

💎・Get Token

Geeks for Geeks - How to get discord token

PC

  1. Open your preferred browser (with developer tools) and login to https://discord.com/app
  2. Press CTRL + Shift + I and open the Console tab.
  3. Paste the following code.
  4. 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();

Mobile/Android

  1. Open Chrome
  2. Create a bookmark (by clicking on star button in 3 dots menu)
  3. 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();
  4. Open https://discord.com/app and log in.
  5. Tap on search bar and type Token Finder (don't search it just type)
  6. Click on the bookmark named Token Finder.
  7. A new page will open, the text in the page will be your Discord account token.

🔗・Required Links

NodeJS
Terminal
Nitro Sniper ZIP File

🎈・Installation

💻・Windows / Linux

# 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

📱・Android / iOS (Termux)

# 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