Yello.


SUBMITTED BY: Guest

DATE: May 29, 2015, 10:05 p.m.

FORMAT: Text only

SIZE: 379 Bytes

HITS: 4268

  1. HotKeySet("{F8}", "Start")
  2. HotKeySet("{F5}", "_Exit") ;If you press ESC the script will stop
  3. While 1
  4. Sleep(100)
  5. WEnd
  6. Func Start()
  7. While 1
  8. send("{SPACE}")
  9. Send("d")
  10. Sleep("300000")
  11. send("{SPACE}")
  12. Send("a")
  13. Wend
  14. EndFunc
  15. Func _Exit()
  16. Sleep(100)
  17. Exit
  18. EndFunc ;==> _Exit()

comments powered by Disqus