Jump to content

Recommended Posts

Posted (edited)

Hello,

I have a problem with NomadMemory.

I just want to read the value of a adress.

The Adress is like this in Cheat Engine: "process.exe"+1234567

When I use _MemoryRead, I just get out the value "0". Everytime.

Sorry, my adresses are secret :/

My code:

;usings, Gui and other things
$hprocess = _MemoryOpen("myprocess.exe")

$value1= _MemoryRead(0x1234567, $hprocess)
$value2= _MemoryRead(0x1234567, $hprocess)

MsgBox(0, "", $value1)
MsgBox(0, "", $value2)

;Other things
Edited by Guest
Guest
This topic is now closed to further replies.
×
×
  • Create New...