Guest User

Untitled

a guest
Apr 7th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.11 KB | None | 0 0
  1. HotKeySet("{END}","ext")
  2.  
  3. while 1
  4.     Sleep(100)
  5.     Send("  ")
  6.     Send("~")
  7. WEnd
  8.  
  9.  
  10. func ext()
  11.     Exit
  12. EndFunc
Add Comment
Please, Sign In to add comment