keepclicking.au3


SUBMITTED BY: Guest

DATE: July 1, 2015, 3:03 a.m.

FORMAT: Text only

SIZE: 344 Bytes

HITS: 538

  1. hotkeyset ("^{NUMPADdot}","_mine")
  2. hotkeyset ("{NUMPADdot}","_mine")
  3. hotkeyset ("{ESC}","_exit")
  4. call ("_pause")
  5. func _exit()
  6. Exit
  7. EndFunc
  8. func _pause()
  9. while 1
  10. sleep(250)
  11. WEnd
  12. EndFunc
  13. func _mine()
  14. ;~ while 1
  15. MouseDown("right")
  16. Call ("_pause")
  17. ;~ WEnd
  18. EndFunc

comments powered by Disqus