Quote:
Originally Posted by Atheuz
Thats why I told you, NOT to click on stop.
|
it wont let me search for a the other address is it writing to because the window is open
#include <NomadMemory.au3>
SetPrivilege("SeDebugPrivilege", 1)
$PlayerHPadr = 0x00FA8958
$PlayerHPoff = 0x1D4
$test = "0x" & Hex(Dec($PlayerHPadr) + Dec($PlayerHPoff))
$gamepid = ProcessExists("FlorensiaEN.bin")
$gamehandle = _MemoryOpen($gamepid)
$health = _MemoryRead($test, $gamehandle)
MsgBox(1, $gamepid, "Address: " & $test & " Found: " & $health)
anyone know autoit?
can anyone help me fix this xD
i cant get it to find the health xD