Posted: Thu Sep 17, 2015 2:32 am Post subject: Pls Quick Help Toggle Freeze
Hi all i have cheat engine and i complete all pointer scan for my game but when i want create trainer i set hotkey for toggle freeze but i want set toggle freez vlaue i open script and add this code
if isActive then memoryrecord_setValue(memrec, here any vlaue) end
i added this code after
local isActive=memoryrecord_isActive(memrec)
and safe exe trainer but dont work whyyyyy ???
Note (I Have Ce Trainer and working 100% But After Added This Code And Save EXE Trainer Dont work (Dont Actvited)
So let me get this straight... you're FIRST checking "if isActive" and SECOND setting "isActive"?
Do you think, perhaps, you want to set "isActive" BEFORE checking if it's true?
edit: If these are in separate scripts, also make sure you remove "local" so "isActive" becomes a global variable.
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