Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


How do you force unfreeze a script when the program closes?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
AmyGrrl
Cheater
Reputation: 0

Joined: 15 Dec 2016
Posts: 31

PostPosted: Fri Nov 29, 2019 6:37 am    Post subject: How do you force unfreeze a script when the program closes? Reply with quote

I have a script in my list of address to alter some memory.

GetMyScript=getAddressList().getMemoryRecordByDescription("MyScript")

I can freeze and unfreeze just fine.

memoryrecord_freeze(GetMyScript)
memoryrecord_unfreeze(GetMyScript)

My main script can detect when a program closes and attempts to reset everything. However when the program closes my script attempts to unfreeze it. But the command does not work. I can't even click on it to manually disable it. If I then reloaded the program and attempt to connect to it again. I will cause cheat engine and/or the program to crash.

How can I force it to unfreeze? Thanks.
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25794
Location: The netherlands

PostPosted: Fri Nov 29, 2019 6:45 am    Post subject: Reply with quote

AmyGrrl wrote:
I have a script in my list of address to alter some memory.

GetMyScript=getAddressList().getMemoryRecordByDescription("MyScript")

I can freeze and unfreeze just fine.

memoryrecord_freeze(GetMyScript)
memoryrecord_unfreeze(GetMyScript)

My main script can detect when a program closes and attempts to reset everything. However when the program closes my script attempts to unfreeze it. But the command does not work. I can't even click on it to manually disable it. If I then reloaded the program and attempt to connect to it again. I will cause cheat engine and/or the program to crash.

How can I force it to unfreeze? Thanks.


Code:

AddressList.disableAllWithoutExecute()
for i=0,AddressList.Count-1 do
  AddressList[i].Active=false
end

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
AmyGrrl
Cheater
Reputation: 0

Joined: 15 Dec 2016
Posts: 31

PostPosted: Fri Nov 29, 2019 6:58 am    Post subject: Reply with quote

Thank you. That was so helpful. Works perfectly!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites