Skip to content

Commit

Permalink
v3.2.7 released.
Browse files Browse the repository at this point in the history
various bug fixes, changes to the stdout intro, and custom giveaway delay(nested json variables added to the settings json file)
  • Loading branch information
noto-rious committed Nov 13, 2020
1 parent 60295a6 commit b293892
Show file tree
Hide file tree
Showing 7 changed files with 150 additions and 56 deletions.
Binary file modified Nitro.Self-V3
Binary file not shown.
Binary file modified Nitro.Self-V3.exe
Binary file not shown.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ Edit `settings.json`
"nitro_max": 2, // Maximum Nitro code redeems allowed before cooldown
"cooldown": 24, // How many hours to cooldown for.
"giveaway_sniper": true, // Enable(true) or Disable(false) giveaway sniping or not.
"giveaway_delay": {
"minimum": 60, // Configure minimum delay before entering giveaway.
"maximum": 120 // Configure maximum delay before entering giveaway.
},
"snipe_on_main": true, // Enable(true) or Disable(false) sniping on the main account or not.
"dm_host": true, // Enable(true) or Disable(false) the option to DM the giveaway host if you win.
"dm_message": "hi, i won your giveaway!" // Custom DM Message.
Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@
"nitro_max": 2,
"cooldown": 24,
"giveaway_sniper": true,

"giveaway_delay": {
"minimum": 60,
"maximum": 120
},

"snipe_on_main": true,
"dm_host": true,
"dm_message": "hi, i won your giveaway!",
"webook_url": "",
"webook_ping_id": "",
"report_fails_to_webook": false,
"webhook_url": "",
"webhook_ping_id": "",
"report_fails_to_webhook": false,
"save_cache": true
}
Loading

0 comments on commit b293892

Please sign in to comment.