Skip to content

Snipes nitro gift codes from an alt account(s) to your main account. (I only forked this for deploying to heroku, but i might add some features soon)

License

Notifications You must be signed in to change notification settings

hoemotion/nitro-sniper-enhanced

 
 

Repository files navigation

Nitro Sniper Enhanced CodeFactor GitHub issues GPLv3 license

img

Snipes nitro gift codes; with alt-support.
A fork of the (previously-MIT licensed) sniper by slow.

Features

img

  • 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.

Disclaimer

The use of selfbots is against the discord TOS and guidelines.
Before proceeding, make sure you understand the implications and can accept the consequences.

Installation methods

Heroku (recommended)

The good guys at heroku have apparently blacklisted this repo.
In order to deploy an heroku instance:

ℹ️ 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.

Repl.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 old dotenv (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.

Local

  • 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, run git pull

Docker

Available on DockerHub
To update, use watchtower or similar.

Contributing

Pull requests are welcome.
If you contribute, all your code will be licensed under GPL-3.0-or-later.

Tips

  • 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.

License

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.

About

Snipes nitro gift codes from an alt account(s) to your main account. (I only forked this for deploying to heroku, but i might add some features soon)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.1%
  • Shell 7.3%
  • Dockerfile 2.6%