Advertisement
Guest User

Untitled

a guest
May 29th, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.16 KB | None | 0 0
  1. HotKeySet("{INS}", "Debug")
  2. HotKeySet("{DEL}", "Terminate")
  3.  
  4. While True
  5.     ;Do nothing
  6. WEnd
  7.  
  8. Func Terminate()
  9.     Exit 0
  10. EndFunc
  11.  
  12. Func Debug()
  13.    
  14. EndFunc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement