Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noto-rious authored Oct 4, 2020
1 parent 0abb6ca commit 23419ad
Showing 1 changed file with 40 additions and 2 deletions.
42 changes: 40 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,40 @@
# Nitro.Self-V3
Multi-Account Discord Nitro Sniper written in Go.
# Nitro.Self V3

[![GitHub release](https://img.shields.io/github/v/release/noto-rious/Nitro.Self-V3)](/~https://github.com/noto-rious/Nitro.Self-V3/releases)

Multi-Account Discord Nitro sniper and Giveaway joiner written in Go.

Main Snipe functionality credit goes to ![@Vedzaa](/~https://github.com/Vedzaa).
Multi-Account threading along with code-caching for dupe protection and a few other nick-nacks are courtesy of me.

It also sends a DM to giveaway host when won.

You can now enable or no Giveaway joiner and setup a cooldown of x hours each x nitros applied.

![Screenshot](screenshot.png)

### Usage

Edit `settings.json`
```
{
"token": "", // Your main token here
"nitro_max": 2, // Max Nitro codes redeemed before cooldown
"cooldown": 24, // in Hour
"giveaway_sniper": true // Enable giveaway sniping or not.
"snipe_on_main": true // Enable sniping on the main account or not.
}
```

```
go mod download
go build
./Nitro.Self-V3
```

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

### Disclaimer
This can get your account banned if you run multiple instance at the same time and/or claim too much Nitros in a too short amount of time. Use it at your own risks.

0 comments on commit 23419ad

Please sign in to comment.