Guest User

Untitled

a guest
Apr 14th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.17 KB | None | 0 0
  1. While 1
  2. logfile()
  3. HotKeySet("{a}", "a")
  4. sleep ("100")
  5.  
  6. WEnd
  7.  
  8. Func a()
  9. HotKeySet("{a}")
  10. FileWrite ( "log.txt", "a" )
  11. Send("a")
  12. HotKeySet("{a}", "a")
  13. EndFunc
Add Comment
Please, Sign In to add comment