Frogger3140

Applescript => YWOT

Apr 14th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. tell application "Safari"
  2.     activate
  3.     tell application "System Events"
  4.         repeat 10 times
  5.             repeat 5 times
  6.                 key down "#"
  7.                 key up "#"
  8.                 delay 0.02
  9.             end repeat
  10.             key down return
  11.             key up return
  12.         end repeat
  13.     end tell
  14. end tell
Advertisement
Add Comment
Please, Sign In to add comment