Frogger3140

Untitled

Jun 27th, 2011
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (*
  2. I AM NOT RESPONSIBLE FOR USE OF THIS
  3. USING THIS MAY GET YOUR BLOCKLAND KEY REVOKED
  4. BUY A SECONDARY KEY IF YOU USE THIS
  5. *)
  6.  
  7. tell application "Blockland" to activate
  8. set x to 1
  9. repeat 100 times
  10.     tell application "Blockland"
  11.         tell application "System Events" to keystroke "t" & "Insert message here" & " " & x & return
  12.     end tell
  13.     set x to (x + 1)
  14. end repeat
Advertisement
Add Comment
Please, Sign In to add comment