NitroSniperGo
Discord Nitro sniper and Giveaway joiner in Go.
Edit settings.json
{
"tokens": {
"main": "Nz...", // Main token
"alts": [ // Alts token
"Nz..."
]
},
"status": {
"main": "", // online, offline, idle, dnd, invisible
"alts": "invisible" // online, offline, idle, dnd, invisible
},
"nitro": {
"max": 2, // Max Nitro before cooldown
"cooldown": 24, // in Hour
"main_sniper": true // Enable or not Nitro sniper on main account (It will only claim code from alts)
"delay": true // Print or not redeem delay (useful to compare heroku/vps and your pc but hard to compare with other snipers for various reasons)
},
"giveaway": {
"enable": true, // Enable or not giveaway joiner
"delay": 5, // Delay in second before joining giveaway
"dm": "Hey, I won a giveaway !", // DM sent to giveaway host, leave empty to not send any dm
"dm_delay": 10, // Delay in second before sending DM
"blacklist_words": [ // Don't join giveaways with these words
"test",
"ban"
],
"whitelist_words": [ // Only join giveaways with these words (put [] to join every giveaway)
"nitro"
],
"blacklist_servers": [ // IDs of servers you don't want the giveaway joiner to work on
""
]
},
"invite": {
"enable": true,
"delay": {
"min": 10, // Minimum delay in minute before joining server
"max": 20 // Maximum delay in minute before joining server
},
"max": 10, // Max Servers joined before cooldown
"cooldown": 6 // in Hour
},
"privnote": {
"enable": false // Enable or not Privnote sniper
},
"webhook": {
"url": "",
"good_only": false // Will trigger webhook only when you applied a Nitro code or won a giveaway
},
"blacklist_servers": [] // IDs of servers you don't want the sniper to work on
}
You have multiple choices to run the sniper :
Deploy on Heroku (Free 24/7)
Download the latest release
Using Docker :
docker run --rm --name NitroSniperGo -v ${pwd}/settings.json:/app/settings.json ghcr.io/vedza/nitrosnipergo:master
# or
docker run --rm --name NitroSniperGo -v $PWD/settings.json:/app/settings.json ghcr.io/vedza/nitrosnipergo:master
docker run --rm --name NitroSniperGo -v %cd%/settings.json:/app/settings.json ghcr.io/vedza/nitrosnipergo:master
Compile it yourself
go mod download
go build
./NitroSniperGo
error unmarshalling READY event
is not a problem, it just happens because you're doing a self botAlready purchased
happens when the gift is a Xbox game pass plan, so if you already activated a discord game pass
code you can't activate it anymoreThis 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.
If you like my sniper consider putting a star on this repo !