Posted: Fri Mar 28, 2025 7:46 am Post subject: CE Lua Pointer Reading/Writing
So I found some code in this forum in terms of reading the cheat table.
Code:
for i = 0, AddressList.Count - 1 do
print('The value of address [' .. AddressList.getMemoryRecord(i).Address .. '] is '.. AddressList.getMemoryRecord(i).Value)
end
But running this shows the BASE ADDRESS. I have a level 7 pointer and want the code to be able to print the address that is being pointed to. Anyone have any suggestions?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum