TrashBoat Posted June 15, 2017 Posted June 15, 2017 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 Jos Posted June 15, 2017 Developers Posted June 15, 2017 (edited) 2 hours ago, TrashBoat said: cheat engine tutorial step 6 Which tutorial? Jos Edited June 15, 2017 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.
TrashBoat Posted June 16, 2017 Author Posted June 16, 2017 20 hours ago, Jos said: Which tutorial? Jos Cheat engine tutorial x64 bit one with pointers.
Developers Jos Posted June 16, 2017 Developers Posted June 16, 2017 (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 June 16, 2017 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.
Recommended Posts