Advertisement
VastLite

TimeClicker Automated Upgrades (slightly unstable)

Sep 8th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #IfWinActive ahk_class UnityWndClass
  2. toggle = 0
  3. #MaxThreadsPerHotkey 5
  4. F2::
  5.     Toggle := !Toggle
  6.      While Toggle
  7.     {
  8.         Send a
  9.         sleep 1000
  10.     Send s
  11.         sleep 1000
  12.         Send d
  13.         sleep 1000
  14.         Send f
  15.         sleep 1000
  16.         Send g
  17.         sleep 1000
  18.     }
  19. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement