Arc Auto Redeem Code

09/07/2017 12:48 Kruger2001#1
This is the sourcecode of my Arc Auto Redeem, an older project which I want to share.
you can write all your accounts into accounts.txt (even with charname if you want, if without, the first char is taken from the account from default server),
all accounts on the list are processed successively. you can redeem one or more codes at the same time with 5sec. delay between.
While Arc Auto Redeem runs you can do nothing else on the computer it gets over mouseclick simulation runs but there is a pause button.

Required offsets are automatically searched with the offset scanner, the offset search takes a few minutes,
must be made only once after each Arc update and at the first start.

This program is written in AutoHotkey, you have to download and install it, if you want to change or compile the sourcecode again.


About Accounts.txt

example for the first char on you choosen default Server:
yourlogin*yourpassword
yourlogin2*yourpassword2

example for a particular char:
yourlogin*yourpassword*charname

the charname must be exactly the same as ingame.
if something goes wrong during the run, the error is stored in ErrorLog.txt and you can fix it.


About Settings.ahk/Settings.exe

this writes the mouse coordinates into settings.ini, follow the instructions step by step, it is kept very simple but it works fine.
you need to specify a login and password, after the setting a test is made whether it logs in and out correctly, if not try again.


About Arc Auto Redeem.ahk/Arc Auto Redeem.exe

Code editbox only one code:
S7YhbebP

More then one code:
S7YhbebP,AYmQo9se,Qs885asa


have fun with it

Download contains the sourcecode and the compiled program.
09/28/2017 09:46 Kruger2001#2
Added Download with source and compiled program.
11/19/2017 02:20 mickcarterus#3
Quote:
Originally Posted by Kruger2001 View Post
This is the sourcecode of my Arc Auto Redeem, an older project which I want to share.
you can write all your accounts into accounts.txt (even with charname if you want, if without, the first char is taken from the account from default server),
all accounts on the list are processed successively. you can redeem one or more codes at the same time with 5sec. delay between.
While Arc Auto Redeem runs you can do nothing else on the computer it gets over mouseclick simulation runs but there is a pause button.

Required offsets are automatically searched with the offset scanner, the offset search takes a few minutes,
must be made only once after each Arc update and at the first start.

This program is written in AutoHotkey, you have to download and install it, if you want to change or compile the sourcecode again.


About Accounts.txt

example for the first char on you choosen default Server:
yourlogin*yourpassword
yourlogin2*yourpassword2

example for a particular char:
yourlogin*yourpassword*charname

the charname must be exactly the same as ingame.
if something goes wrong during the run, the error is stored in ErrorLog.txt and you can fix it.


About Settings.ahk/Settings.exe

this writes the mouse coordinates into settings.ini, follow the instructions step by step, it is kept very simple but it works fine.
you need to specify a login and password, after the setting a test is made whether it logs in and out correctly, if not try again.


About Arc Auto Redeem.ahk/Arc Auto Redeem.exe

Code editbox only one code:
S7YhbebP

More then one code:
S7YhbebP,AYmQo9se,Qs885asa


have fun with it

Download contains the sourcecode and the compiled program.
Hi, thank you for the app. However, Arc saves my login name so the login field still has the old login name and your script cant inject the login correctly. Could you please modify it to clear out the login field first before injecting the new login?

Also, it would be helpful if you can make the scripts skips some lines on the account file so that it only redeems some of the account. I usually redeemed some of the accounts by hand so that way the script wouldnt need to do those.