This is a guide that will show how, to read memory with autoit.
First Example is using static memory adress only. For it to work you will need to know the memory adress & the process name.
Second sample is using pointers & offset. For it to work you will need to know the memory adress of the pointer value, offset & the process name.
If you already know how to find memory adress, pointer & offset, skip the guide, script examples are below.
Guide is using Cheat engine & its tutorial nr6 as an example.
<Removed>
>>>Download NomadMemory.au3<<<
Example 1 Read value from memory with memory adress.au3
<Removed>
Example 2 Read value from memory with pointer & offset.au3
<Removed>
Edited by Valik, 30 December 2011 - 03:02 AM.




This topic is locked
