Posted: Tue Aug 29, 2017 6:45 am Post subject: Automatically change values without hotkeys with trainer.
Hello Cheat Engine crew. I'm new here at yours forum.
I'm working on a trainer that changes the Health and Kevlar value to 255.
I've set the hotkeys and everything else appropriate, BUT I want the trainer to automatically change those values without needing to press any hotkeys.
How do I do this, and can I do it without Code injection.
find pointers if you haven't already and use a thread (google for "createThread") or lua timer (google/check celua.txt for "createTimer", more complex example I just did for someone) to write 255 to them (essentially manually freezing them the same way CE does when you freeze a memory record).
If you can't find a pointer then you'll probably need a code injection.
find pointers if you haven't already and use a thread (google for "createThread") or lua timer (google/check celua.txt for "createTimer", ͏͏h͏t͏t͏p͏:͏/͏/͏forum͏.cheatengine͏.͏or͏g/viewtopic.php͏?p=5730794#5730794 more complex example I just did for someone[/url]) to write 255 to them (essentially manually freezing them the same way CE does when you freeze a memory record).
If you can't find a pointer then you'll probably need a code injection.
Thank you sir. Your response is more than helpful to me
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