i am trying to do some memory reading in autoit but i always get an empty result ?
anyone has an example of working memory read with pointer + offsets?
data goes like this :
is it posible to read memory in 32/64 bits? with same code?
anyone has an example of working memory read with pointer + offsets?
data goes like this :
Code:
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>293</ID>
<Description>"mob HP read"</Description>
<Color>00FF00</Color>
<VariableType>4 Bytes</VariableType>
<Address>"client.exe"+010768E8</Address>
<Offsets>
<Offset>480</Offset>
<Offset>344</Offset>
<Offset>10</Offset>
<Offset>2C</Offset>
<Offset>98</Offset>
</Offsets>
</CheatEntry>
</CheatEntries>
</CheatTable>