A fork of the (previously-MIT licensed) sniper by slow.
- Beautiful colors to see quickly what you need to see.
- Multi-token support with all codes redeemed on your main.
- Notifications from the mobile discord app work if you don't use your main account for sniping too.
- Removes non-alphanumeric chars automatically from codes and tries to redeem.
- Supports
code&,junk
->code
obfuscation. - Auto-detects fake codes by length or probability check.
- It remembers all codes it tries and won't check them again. (cached on disk).
- Optional webhook support; Avatar and username set by default.
- Will snipe privnotes searching for codes and saving the content to a file.
The use of selfbots is against the discord TOS and guidelines.
Before proceeding, make sure you understand the implications and can accept the consequences.
The good guys at heroku have apparently blacklisted this repo.
In order to deploy an heroku instance:
- Fork the repo.
- Go to https://dashboard.heroku.com/new?template=https://github.com/YOURUSERNAME/nitro-sniper-enhanced making sure to change
YOURUSERNAME
in the url to your actual github username. - To update your fork, you can use the
Fetch upstream
button on github.
ℹ️ While directly using someone else's fork is possible, it is heavily discouraged for novice users because malicious code can be added and if one becomes very popular it will also be blacklisted by heroku.
After deployment, make sure you go to your app -> Configure dynos/Resources and turn off web
and start worker
.
You can then see logs by clicking on More
(top right) and then View logs
.
To update see here or just remove your app and recreate it.
Go to your dashboard, click on the plus button, import from github and type giorgiobrux/nitro-sniper-enhanced
.
On replit instead of editing the .env file, click on secrets
in the left bar, and manually add everything you need, making sure to also add replit
and set it to true
.
No one else will be able to see the .env file even with public repos, so your tokens are safe.
⚠️ The olddotenv
(not .env) file can be seen by anyone who knows your username and your replit repo name. Make sure to update to the secrets system ASAP.
IMPORTANT: You need to use a service that periodically pings your repl.it app like UptimeRobot, or else it will go in sleep mode.
To update, run git pull
from the shell.
- Make sure Node 14+ is installed on your system and open a command prompt/terminal.
- Run
git clone https://github.com/giorgiobrux/nitro-sniper-enhanced nitro-sniper
- Run
cd nitro-sniper
- Run
npm install
- Edit the .env file.
- Run
node .
To update, rungit pull
Available on DockerHub
To update, use watchtower or similar.
Pull requests are welcome.
If you contribute, all your code will be licensed under GPL-3.0-or-later.
- Try to get a low latency to discord servers as there can be competition with other snipers.
- This is technically a self-bot: mentioning this in a discord chat is enough to make your account reportable to Trust & Safety.
- Running more than one instance or different snipers is an easy way to get your account deactivated.
- If you get a lot of nitro in a short amount of time, turn the sniper off for a while.
- Before using, consider the moral implications of stealing gifts from communities you have nothing to do with.
GPL-3.0-or-later
Modified work Copyright (C) 2020-2021 All nitro-sniper-enhanced contributors
Original work Copyright (C) 2020 slow | Sublicensed according to the MIT license available here or in the LICENSE.md file.