I read some stuff about terminating a running Script, i tried
HotKeySet("{ESC}", "Terminate")
Func Terminate()
Exit 0
EndFunc
and it stopped my executions immediately so if you just wanna have a button to "Escape", here it is
I read some stuff about terminating a running Script, i tried
HotKeySet("{ESC}", "Terminate")
Func Terminate()
Exit 0
EndFunc
and it stopped my executions immediately so if you just wanna have a button to "Escape", here it is