View previous topic :: View next topic |
Author |
Message |
MilkyBoiVR How do I cheat?
Reputation: 0
Joined: 25 Jan 2024 Posts: 3
|
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?
Cheers |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 468
Joined: 09 May 2003 Posts: 25712 Location: The netherlands
|
Posted: Fri Mar 28, 2025 12:48 pm Post subject: |
|
|
CurrentAddress _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
MilkyBoiVR How do I cheat?
Reputation: 0
Joined: 25 Jan 2024 Posts: 3
|
Posted: Sat Mar 29, 2025 5:27 am Post subject: |
|
|
Dark Byte wrote: | CurrentAddress |
Legend cheers |
|
Back to top |
|
 |
|