Jump to content

Simple Memory Reading Problem


Recommended Posts

Currently I try to read some Data out of Infinite Aion (a Aion private Server) with NomadMemory.au3.

Im 100% sure the Adress is correct but I always get the result "0". If I enter the same Adress in Cheat Engine the right Value is displayed.

My Script:

#include <NomadMemory.au3> 

$Adress = 0x2D091358
$PID = ProcessExists("aion.bin")    

$Memory = _MemoryOpen($PID) 

While true
    $Var = _MemoryRead($Adress, $Memory)        
    ToolTip($Var,0,0)
WEnd
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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