Jump to content

Help with NomadMemory.au3


Recommended Posts

I have been trying to get this udf to work but im stuck becouse i dont know what to do. Im using cheat engine tutorial step 6 get it to work to disaply the value of the pointer but it keeps displaying 0.

#include <NomadMemory.au3>

$address = "0x010CC9F0"
$mainwindow = "Tutorial-x86_64.exe"
Dim $offsets[2] = [0, 0x0]
$process = _MemoryOpen((ProcessExists($mainwindow)))

While (1)
    $value = _MemoryPointerRead($address, $process, $offsets)
    ToolTip($value, 0, 0)
    _MemoryClose($process)
    Sleep(100)
WEnd

 

Link to comment
Share on other sites

  • Developers
2 hours ago, TrashBoat said:

cheat engine tutorial step 6

Which tutorial?

Jos

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

ok.. so you mean this one: https://www.cheathappens.com/tut_zirkhaki.asp?tutID=8
That means you have missed our forum rules on your way in. Please read them now and check our rules for Game automation.

Jos

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Jos locked this topic
Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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