Jump to content

Recommended Posts

Posted

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

 

  • Developers
Posted (edited)

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.
  :)

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

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