Ghordan Posted July 25, 2009 Posted July 25, 2009 heya got a problem with mem read While 1 $pid = WinGetProcess("process id") $info = _MemoryOpen($pid) $read = _MemoryRead(0x00C85DE7, $info) $h = ("4000") If GUICtrlRead ($read) < $h Then Send ("{F1}") EndIf WEnd the problem is he alltime press F1 and i dont know what i have do wrong here... have test first if he can read the mem with $pid = WinGetProcess("") $info = _MemoryOpen($pid) $read = _MemoryRead(0x00C85DE7, $info) MsgBox(0, "", $read) and yes he give me the msgbox with the currect stats i think about a error in the reload time from the memory but i dont really know whats happen i hope here can someone help me greez Ghordan
AdmiralAlkex Posted July 26, 2009 Posted July 26, 2009 What is the GUICtrlRead() doing there? >_ .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
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