Pottery Posted May 14, 2010 Posted May 14, 2010 (edited) #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 May 14, 2010 by coppacity
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now