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 


Kill frozen lua scripts hotkey

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Extensions
View previous topic :: View next topic  
Author Message
Dark Byte
Site Admin
Reputation: 467

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

PostPosted: Wed Jul 24, 2024 2:39 pm    Post subject: Kill frozen lua scripts hotkey This post has 1 review(s) Reply with quote

If you find yourself frequently writing scripts that freeze because you forgot to add a condition to stop the script if it took too long, then you can use this script:
Code:

debug.sethook(function(event, line)
  if inMainThread() and isKeyPressed(VK_MENU) and isKeyPressed(VK_PAUSE) then
    error("Killing lua scripts")
  end
end, "crl")


this will make alt+pause terminate all scripts that are running in the main GUI thread

2 drawbacks:
1: it will make lua code execute a little slower so do keep that in mind
2: if you use breakpoints in lua to debug your code, this code will stop functioning (currently it overrides the hook and nils on on resume, may change in the future)

_________________
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
Csimbi
I post too much
Reputation: 97

Joined: 14 Jul 2007
Posts: 3282

PostPosted: Tue Aug 27, 2024 8:02 am    Post subject: Reply with quote

I keep doing infinite loops with while and repeat, so this is useful to me, thanks!
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 Extensions 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