Jump to content

CE pointer


golfinhu
 Share

Recommended Posts

hi ppl, fine?

i need yours help again!

in this time, i trying to make autoit read my pointer, 'see the image'

Posted Image

i have this pointer, and i'm trying to read it using this:

(i've used the CE pointer to au3)

Func _ReadStagePointer($pid)
Global $StagePointerOffset[2]
$StagePointerOffset[0] = 0
$StagePointerOffset[1] = Dec("C0")
$StaticOffset = Dec("0141DBF0")
$openmem = _MemoryOpen($pid)
$baseADDR = _MemoryGetBaseAddress($openmem, 1)
$finalADDR = "0x" & Hex($baseADDR + $StaticOffset)
$MemPointer = _MemoryPointerRead($finalADDR, $openmem, $StagePointerOffset)
_MemoryClose($openmem)
Return $MemPointer
EndFunc

but dosen't work...

the code gives the wrong address, and wrong value ><

anyone help me please?

thanks a lot

Edited by golfinhu
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...