Arc Blessing Spam

06/17/2017 20:18 Kindaheart#16
Are there any new offsets?
06/18/2017 14:14 Kruger2001#17
PWRDAddress:=ReadMemory(0x00400000+0x00357250,arc_ pid)
07/22/2017 08:06 Kindaheart#18
Did the offset change? It shows me that the offsets are not up to date.
07/29/2017 10:51 allblackmarkets#19
how to use it?
09/03/2017 11:48 Kruger2001#20
here a small guide how to find the pwrd address:

open arc and send some blessing
search in ce on arc.exe for string PWRD=
doubleclick on first address change the length to 31
copy only the 26 letter of pwrd now you have the pwrd
new scan afterwards gets up to 10-20 founds
so we need the one without "PWRD=" before so we now check one by one by right-clicking and brwose this memory region
if found (with me it was the fourth), rightcick on first letter and add this address to the list type=text lengh=26
now rightclick on address on the list and pointer scan for this address with level 1 we get one result only:

"Arc.exe"+00375758 pointer 0

change it to:

PWRDAddress:=ReadMemory(0x00400000+0x00375758,arc_ pid)

done ;)
09/03/2017 13:25 Stark77#21
Awesome. Thank you very much. :)
09/09/2017 11:20 Kruger2001#22
PWRDAddress:=ReadMemory(0x00400000+0x00376788,arc_ pid)
09/21/2017 22:01 Kruger2001#23
Offsets now are searched automatically, the offset search takes a few minutes, must be made only once after each Arc update and at the first start.
12/13/2017 08:48 mickcarterus#24
Doesnt work. Keep Saying "Failed to read out. Offset not up to date", it rescans again and repeats. I did change the line like mentioned above.

Keeps saying failed to find address after it gets the Temp PWRD. I changed the line as mentioned above