Skip to content

Releases: noto-rious/Nitro.Self-V3

Nitro.Self v3.3.3

09 Jan 08:28
Compare
Choose a tag to compare

Correctly identified the API returns and provided proper case handling for them. This addresses issue #12

It should be noted just to clarify in detail that just because you see an error like "this type of gift can not be redeemed" doesn't mean that you can't get nitro it just means you are ineligible for the particular gift type in question(usually a promo deal with microsoft xbox game pass or something).

Nitro.Self v3.3.2

04 Jan 09:32
Compare
Choose a tag to compare

issue #8 officially resolved. case handling updated to reflect our new understanding of the api.

Nitro.Self v3.3.1

03 Jan 19:40
Compare
Choose a tag to compare

Fixed some bugs in the json payload which was causing invalid snowflake errors.

Nitro.Self v3.3.0

01 Jan 02:56
Compare
Choose a tag to compare

Took some changes from @Vedza to properly extract payment source_id from the account. issue #8 appears to be nothing more than a promo code that you aren't supposed to be able to redeem. I think this issue should be considered closed and ignored.

Nitro.Self v3.2.9

13 Dec 14:04
Compare
Choose a tag to compare

Made some adjustments to the json payload which should get rid of payment source errors. Enhanced the terminal output for successful nitro/giveaway to make it stand out more, it now shows a green background with yellow text.

Nitro.Self v3.2.8

13 Nov 11:38
Compare
Choose a tag to compare

various bug fixes, changes to the stdout intro, and added a custom giveaway delay(nested json variables added to the settings json file)

there was also a spelling error in the webhook variables in settings.json which has now been corrected so make sure your settings.json reflects the changes in the README.md configuration example.

also swapped my clear cli code out for a module called screen.

Nitro.Self v3.2.7

13 Nov 09:57
Compare
Choose a tag to compare

various bug fixes, changes to the stdout intro, and added a custom giveaway delay(nested json variables added to the settings json file)

there was also a spelling error in the webhook variables in settings.json which has now been corrected so make sure your settings.json reflects the changes in the README.md configuration example.

Nitro.Self v3.2.6

23 Oct 21:04
Compare
Choose a tag to compare

So the giveaway joiner was configured to join giveaways instantly after they are posted, that has since been changed to improve anti-detection and overall stability of the giveaway feature. I may allow users to customize the time in which it waits before joining the giveaway but for now its randomized between 100 and 200 seconds.

I have also fixed the ping notifications for Webhooks. On top of all that I have also introduced a new feature that allows you to save the internal gift-code cache so that it can recycle them for future sessions, this should really cut back on a lot of the spam codes...especially if you reload this utility frequently.

(I had some lines mixed up in a few places which caused for a messy terminal output. i fixed that as well as an error handler.)

Nitro.Self v3.2.5

23 Oct 20:30
Compare
Choose a tag to compare

removed an unnecessary if statement that was causing false reports on giveaway entries. sorry about that.

Nitro.Self v3.2.4

23 Oct 13:06
Compare
Choose a tag to compare

So the giveaway joiner was configured to join giveaways instantly after they are posted, that has since been changed to improve anti-detection and overall stability of the giveaway feature. I may allow users to customize the time in which it waits before joining the giveaway but for now its randomized between 100 and 200 seconds.

I have also fixed the ping notifications for Webhooks. On top of all that I have also introduced a new feature that allows you to save the internal gift-code cache so that it can recycle them for future sessions, this should really cut back on a lot of the spam codes...especially if you reload this utility frequently.