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)