Jump to content

Nomad Memory & Pointers


 Share

Recommended Posts

#include "libraries/NomadMemory.au3"
    $process_ID=ProcessExists("Client.exe")
$process_handle=_MemoryOpen($process_ID)
$doswiadczenie_posiadane=_MemoryRead("0x9C3D5C", $process_handle) ; <-- This one is OK
    $nazwa_gracza=_MemoryRead("0x9B9BBC", $process_handle,"CHAR[16]") ; <-- This also
Global $offset2[3],$result[2]
$offset2[0]=0
$result=_MemoryPointerRead (0x9B8364,$process_handle,$offset2) ;<--I dint used any offset, just want to see what adress my pointer 'points' on to, but didnt get the correct result anyway (tried to use some offsets too)
if (@error<>0) then MsgBox(0,"",@error)
TrayTip($result[0],$result[1],5)

My result:

Posted Image

CheatEngine result:

Posted Image

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