Jump to content

Recommended Posts

Posted

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
Posted

I just wanted to display some Information on the Screen but if these things are not allowed on this forum i will stop asking for it.

Is there any way to delete this thread?

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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