Jump to content

memory read problem


Recommended Posts

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

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...