atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8588 Location: 127.0.0.1
|
Posted: Thu Sep 19, 2019 2:00 pm Post subject: |
|
|
Lua itself does not have threads, it is not a thread-safe language. You can accomplish this a few ways though.
You can create a timer and write the value you wish to freeze in the timer constantly, or you can just manipulate the memory records inside of your table from Lua, which will allow the records to use CE's normal setup (ie. being threaded) without having the Lua threading limitation.
You can create a timer and write to an address like this:
https://forum.cheatengine.org/viewtopic.php?p=5423905#5423905
Or, you can create the memory records from Lua like this:
https://forum.cheatengine.org/viewtopic.php?p=5739859#5739859
For what you want, I'd suggest altering memory records from Lua to get the best performance and result. _________________
- Retired. |
|