-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0abb6ca
commit 23419ad
Showing
1 changed file
with
40 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |