byoon How do I cheat?
Reputation: 0
Joined: 27 Jul 2012 Posts: 0
|
Posted: Fri Jul 27, 2012 6:00 pm Post subject: Correct Address Syntax [Solved] |
|
|
[Solved]
I was trying to read/write to a multi-lvl pointer I found, but I keep getting nil on the values. It works if I use the address where the value is stored, but I wanted to try writing a script to use the pointer I found. Is this the proper syntax for writing a multi-pointer address?
local ActHP = readInteger("[[[[[[deadspace2.exe+01CA3610]+388]+758]+164]+234]+15C]")
[Edit]
Alright, I figured out that I was writing the address incorrectly, it should have been:
local ActHP = readInteger('[[[[["deadspace2.exe"+01CA3610]+388]+758]+164]+234]+15C')
|
|