All Projects → Vedza → Nitrosnipergo

Vedza / Nitrosnipergo

Licence: gpl-2.0
Discord Nitro sniper and Giveaway joiner in Go (Faster than Python)

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Nitrosnipergo

Reldens
Reldens - You can make it - Open Source MMORPG Platform
Stars: ✭ 130 (-10.96%)
Mutual labels:  discord
Poketwo
A Discord bot.
Stars: ✭ 139 (-4.79%)
Mutual labels:  discord
Clearvision V5
Automatically updating, easily customizable Theme for Discord.
Stars: ✭ 143 (-2.05%)
Mutual labels:  discord
Lpvpn
LAN Party VPN - Run VPN on top of Discord. No installation required.
Stars: ✭ 132 (-9.59%)
Mutual labels:  discord
Dhooks
A simple python Discord webhook API wrapper
Stars: ✭ 136 (-6.85%)
Mutual labels:  discord
Discord.js Bot Development
Stars: ✭ 139 (-4.79%)
Mutual labels:  discord
Discord Bot
A discord bot that can play music, moderate, log events and more
Stars: ✭ 127 (-13.01%)
Mutual labels:  discord
Android App
An android application for reading novels
Stars: ✭ 146 (+0%)
Mutual labels:  discord
Discordcr
Minimalist Discord library for Crystal. (Still WIP, but usable)
Stars: ✭ 137 (-6.16%)
Mutual labels:  discord
Discord Bot List
Just another botlist for discord
Stars: ✭ 143 (-2.05%)
Mutual labels:  discord
Calypsobot
A fully customizable bot built with discord.js
Stars: ✭ 131 (-10.27%)
Mutual labels:  discord
Tradingview Webhook Bot
⚙️ Send TradingView alerts to Telegram, Discord, Slack, Twitter and/or Email.
Stars: ✭ 135 (-7.53%)
Mutual labels:  discord
Impostor
Automatic Discord muting for Among Us! No installs necessary, just enter the code, join the voice channel, and you're off!
Stars: ✭ 140 (-4.11%)
Mutual labels:  discord
Pokeball Selfbot Poketwo Automation
This specific selfbot was designed to automatically catch pokemon spawned on Discord by Poketwo bot. It also offers other utility functions to automate features like trading, releasing, id search, etc. Currently the autocatcher is powered by AI making it possible to autocatch pokemons on multiple bots like PokeTwo, PokeRealm, etc.
Stars: ✭ 131 (-10.27%)
Mutual labels:  discord
Amongcord
Among Us Discord Bot | Discord bot for controlling voice channels during Among Us matches
Stars: ✭ 144 (-1.37%)
Mutual labels:  discord
Citador
Quote messages on Discord with a simple click
Stars: ✭ 130 (-10.96%)
Mutual labels:  discord
Discordbee
MusicBee plugin that updates your Discord status with the currently playing track
Stars: ✭ 136 (-6.85%)
Mutual labels:  discord
Vaebot
Discord bot for everything from moderation to music.
Stars: ✭ 144 (-1.37%)
Mutual labels:  discord
Deletediscordmessages
Undiscord - Delete all messages in a Discord channel or DM (Easy and fast) Bulk delete
Stars: ✭ 2,555 (+1650%)
Mutual labels:  discord
Mirai
The core for Mirai Bot v4 [Deprecated]
Stars: ✭ 142 (-2.74%)
Mutual labels:  discord

NitroSniperGo

GitHub All Releases Views
GitHub release Build Status

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
  • Optional main account sniper to only claim code from alts
  • Cooldown for # hour(s) after redeeming # nitro code(s)
  • Duplicate code detection
  • Optional Giveaway joiner
  • Words blacklist and whitelist to join or not giveaway
  • DM host with custom message if giveaway won
  • Optional Privnote sniper
  • Optional custom status
  • Optional Invite link sniper
  • Optional Counter for max server joined
  • Cooldown for # hour(s) after joining # server(s)
  • Webhook support with good only mode that report only codes applied and giveaways won.
  • Blacklist servers to not join any giveaways on these servers
  • Custom delay to join giveaways, servers and DM giveaways host
  • Print Nitro type when applied (Classic or Boost)
  • Play sound when Nitro sniped (replace sound.mp3 to change the sound)

Usage

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
  }
}

You have multiple choices to run the sniper :

  • Deploy on Heroku (Free 24/7)

    • Deploy
    • Resources -> enable sniper
    • See logs in More -> View logs
  • Download the latest release

  • Compile it yourself

    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

  • error unmarshalling READY event is not a problem, it just happens because you're doing a self bot
  • Already 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 anymore
  • It looks like Discord added a security feature where your token change every time but also expire with 2FA, that might be the reason why the sniper doesn't work after some time or if you get an unauthorized error when sniping Nitro
  • 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.

If you like my sniper consider putting a star on this repo !

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].