Posted: Thu Jun 15, 2017 5:29 am Post subject: Frozen values not completely freezing
I have a certain value in my cheat table that enables/disables collision detection but even while "frozen" it is constantly swapping between the two values and while it does work regardless (for the most part), it is a little bit finicky and sometimes messes up what I am doing.
I know it's possible to freeze this value permanently since I have found a trainer that contains the same feature and flawlessly locks this said value.
Basically what I want to know if there is anyway to stop this pesky value from trying to take control. I figure maybe a script or something may stop it but I'm not too knowledgeable on scripts yet.
Yeah, the way CE's basic "freeze" works is that every 100 milliseconds or 1/10th of a second (I think that's the default you can change it in the settings) it writes the value you wanted to freeze it to into memory. Obviously that's not preventing anything else from writing to it.
The trainer most likely used a script to find what code is accessing the value and then replaced it with "nop"s (no operation, 0x90) so that it no longer tried to change the value or, more likely, with code to write the desired value itself. The cheat engine tutorial does have a few steps that handle creating scripts and you can find videos on how to do the CE tutorial on youtube
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