Skip to content

Releases: scragly/afkarena

v0.2.0

12 Jul 18:56
Compare
Choose a tag to compare

Version 0.2.0

  • Adds CLI interface
  • Defaults to non-persistent sessions in library
  • Adds compiled binaries for Linux and Windows to use as a simple CLI redemption utility with no hassle.

Windows Instructions

  1. Download afkgift.exe from assets below.
  2. Run in Powershell or Command Prompt with:
./afkgift --uid [USERID] --auth [VERIFICATION_TOKEN] somecode anothercode theothercode

You can save your UID on your system as an environmental variable with the name AFKARENA_UID. If you do this, you can skip the --uid section in the above command.

VERIFICATION_TOKEN can be found in your in-game settings. Click your profile image -> Settings tab -> Verification Code.

Replace somecode anothercode theothercode with actual giftcodes. It'll accept one or more, separated by a space between each.

All codes will be attempted to be redeemed at the same time for all the in-game users you have linked in your account.

If you have any issues, feel free to create an Issue ticket here on Github.