Advertisement
signoiidx

ClickerHeroes_SkillAutoFire

Mar 27th, 2019
519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. tell application "ClickerHeroes"
  2.     activate
  3.     delay 0.5
  4. end tell
  5. repeat 20 times
  6.     tell application "System Events"
  7.         tell application process "TextEdit"
  8.             keystroke "A"
  9.            
  10.             keystroke "8" # sequencial
  11.             keystroke "7"
  12.             keystroke "9"
  13.            
  14.             keystroke "1"
  15.             keystroke "2"
  16.             keystroke "3"
  17.             keystroke "4"
  18.             keystroke "5"
  19.             keystroke "6"
  20.            
  21.             delay 90 # wait for superclick
  22.             keystroke "7"
  23.            
  24.             delay 225
  25.             keystroke "A"
  26.             keystroke "1"
  27.             keystroke "2"
  28.            
  29.             repeat 2 times
  30.                 delay 315
  31.                 keystroke "A"
  32.                 keystroke "1"
  33.                 keystroke "2"
  34.             end repeat
  35.             keystroke "3"
  36.             keystroke "4"
  37.            
  38.             repeat 3 times
  39.                 repeat 3 times
  40.                     delay 315
  41.                     keystroke "A"
  42.                     keystroke "1"
  43.                     keystroke "2"
  44.                 end repeat
  45.                 keystroke "3"
  46.                 keystroke "4"
  47.             end repeat
  48.         end tell
  49.     end tell
  50. end repeat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement