Jump to content

_MemoryPointerWrite


Recommended Posts

#include <NomadMemory.au3>
Global $pointer = 0x009E90C8
Global $offset = "1c"
Global $ProcessID = WinGetProcess("Enemy Territory")
Global $Mem_Open = _MemoryOpen($ProcessID)
Global $Mem_Read = _MemoryPointerRead($pointer, $Mem_Open, $offset)
MsgBox(0, "", $Mem_Read)

Returns 0, it's supposto be 3 :\ is my code wrong?

Edited by coppacity
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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