Skip to content

Keydrop Giveaway Bot v. 1.3

Latest
Compare
Choose a tag to compare
@ilkerogutcu ilkerogutcu released this 26 Apr 20:01
· 10 commits to master since this release

Version Notes

We're excited to announce the latest release, this release adds the ability for the application to automatically refresh cookies when they expire. This feature enhances the user experience by eliminating the need for manual cookie refreshes.

Please note that if you enter an incorrect session_id, you will not be able to join in any giveaways. Be sure to enter the correct value. Also note that if your IP address changes, your session_id value will also change. In this case, you will need to refresh the session_id value again.

How to Use

The automatic cookie refresh feature is now enabled by default. In order to use this feature, users need to provide the name of the session cookie in the appsettings.json file. To do this, follow these steps:

  1. Open the DevTools on your browser and navigate to the Application tab.
  2. Under the Storage section, expand the Cookies dropdown and find the session_id.
  3. Open the appsettings.json file and locate the sessionId field.
  4. Replace the default value with the name of your session_id value.
  5. Save the appsettings.json file.

Once you have updated the appsettings.json file, the application will automatically refresh your session cookie when it expires.