Jump to content

Need help with NomadMemory


Guest
 Share

Recommended Posts

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
Link to comment
Share on other sites

  • Developers

Please read our forumrules around game automation.

Jos

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...