Lua RegisterSymbol

Post Cheat Engine Lua questions here.
Post Reply
unimportant
Posts: 1
Joined: Mon Sep 16, 2024 12:14 pm

Lua RegisterSymbol

Post by unimportant »

Hi,

i want to change the Address from a former registered Symbol
e.g RegisterSymbol('test'.0x12345678) initial to 'test',0xWhateEver
When using WritePointer(''test',0xWhatEver) it does not give the right Result

When i use RegisterSymbol again it works.
Is there a 'right' Way to do that ?

Thanks in advance.
Post Reply