Hi Guys i just want to ask is there any way to use this Adress to read on Autoit NomadMemory Example : >> 004589B7 i want this adress to be read but i already did all things but still no lock it returns value = 0 as always.
or any of you guys can help or send me some Tutorial on how to use cheatengine Lua to Autoit ??? please guys begging you :handsdown::handsdown::handsdown:
Code:
#Include "NomadMemory.au3"
TEST()
;;Base = Adress = 004589B7
Func TEST()
Sleep(1000)
Local $base = 0x004589B7
Local $hopen, $sread1
$hopen = _MemoryOpen(WinGetProcess("Calc.exe"))
$sread1 = _MemoryRead($base , $hopen)
Global $result = _MemoryRead($hopen, $sread1, 'dword')
MsgBox(0,""," = " & $result)
EndFunc
or any of you guys can help or send me some Tutorial on how to use cheatengine Lua to Autoit ??? please guys begging you :handsdown::handsdown::handsdown: