Casti Posted November 29, 2007 Posted November 29, 2007 I need a scritp where i push esc and it exits the script.
BuddyBoy Posted November 29, 2007 Posted November 29, 2007 (edited) I get help by so many people, now I can finally help someone else HotKeySet("{ESC}", "Terminate") ;code here........ Func Terminate() Exit EndFunc Put whatever your code is in between there... And just press Esc whenever you want and it will shut off *I hope this works lol* Edited November 29, 2007 by BuddyBoy
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now