GithubHelp home page GithubHelp logo

mrivbss / nitrosnipergo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vedza/nitrosnipergo

0.0 0.0 0.0 4.28 MB

Discord Nitro sniper and Giveaway joiner in Go (Faster than Python and Javascript) (UPDATED Free 24/7 w/ Heroku)

License: GNU General Public License v2.0

Shell 3.35% Go 95.65% Dockerfile 1.00%

nitrosnipergo's Introduction

NitroSniperGo

GitHub All Releases Views
GitHub release Build Status

Buy Me A Coffee

New easy deploy with heroku below

Discord Nitro sniper and Giveaway joiner in Go.

Screenshot

⚠️ I'm not working on it anymore. I will not add any features. Most of the suggestions and more are available in a paid version that is no longer being sold (Maybe it will be in the future). So be careful if someone claims he is selling the updated version, it's probably a scam or a malware.

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
  • Blacklist servers to not snipe anything in it
  • 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
  },
  "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 :

    • Linux & Powershell
      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
    • Windows Command Line
      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

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 !

nitrosnipergo's People

Contributors

vedza avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.