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.
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.