Skip to content

Lumanac/NitroSniperGo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NitroSniperGo

GitHub release GitHub All Releases

Buy Me A Coffee

Deploy

Discord Nitro sniper and Giveaway joiner in Go.

Screenshot

Features

  • Multiple accounts support to claim on one main account
  • Optional Counter for max Nitro activations
  • Cooldown for # hour(s) after redeeming # nitro code(s)
  • Optional Giveaway joiner and only Nitro Giveaway joiner
  • Optional Privnote sniper
  • DM host with custom DM message if giveaway won
  • Webhook support with good only mode that report only codes applied and giveaways won.
  • Blacklist servers to not join any giveaways on these servers

Usage

Edit settings.json

{
  "main_token": "", // Your token here
  "alts_tokens": [ // Alts token
    "",  // Token1
    "",  // Token2
         // ...
  ],
  "nitro_max": 2, // Maxi Nitro before cooldown
  "cooldown": 24, // in Hour
  "giveaway_sniper": true // Enable or not giveaway joiner
  "nitro_giveaway_sniper": true, // Only join Nitro gieaways
  "giveaway_dm": "Hey, I won a giveaway !", // DM sent to giveaway host, leave empty to not send any dm
  "privnote_sniper": true, // Enable or not Privnote sniper
  "webhook": {
    "url": "",
    "good_only": true // Will trigger webhook only when you applied a Nitro code or won a giveaway
  },
  "blacklist_servers": [
    "727880228696457325",
    "727888218646457612"
  ] // IDs of servers you don't want the giveaway joiner to work on
}

Compile it yourself, Deploy on Heroku or download the latest release

 go mod download
 go build
 ./NitroSniperGo

How to obtain your token

https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs#how-to-get-a-user-token

Known issues

  • Some welcome bots mention giveaways that might cause a false positive
  • Privnote sniper makes the program crash sometimes, disable it in settings if that happens to you until I find a solution

Disclaimer

This is against TOS and can get your account banned, especially if you run multiple instance at the same time and/or claim too many Nitros in a too short amount of time. Use it at your own risks.

About

Discord Nitro sniper and Giveaway joiner in Go (Faster than Python)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Go 100.0%