From 23419ad197e9a0d217f28a5c7e66991cb34f95a3 Mon Sep 17 00:00:00 2001 From: Notorious <69278774+noto-rious@users.noreply.github.com> Date: Sat, 3 Oct 2020 22:05:26 -0500 Subject: [PATCH] Update README.md --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49cc9f4..3f79848 100644 --- a/README.md +++ b/README.md @@ -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.