Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (*
  2.     Flood ayme32's server on minecraft
  3. *)
  4. delay 5
  5. on makePW()
  6.     set pw to {}
  7.     repeat 500 times
  8.         set end of pw to some item of "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzë“‘{¶«¡Çø}—æÂꮆںîœπô€‡Ò∂ƒfiÌÏȬµÙ@≤‹≈©◊ß~∞…÷≠´„”’[å»ÛÁØ]–ÆÅÊ‚™ŸªïŒ∏Ô¥Ω∑∆·flÎÍË|Ó‰#≥›⁄¢√∫ı¿•!@#$%^&*()_+-=[]>?;:'"
  9.     end repeat
  10.     return (pw as string)
  11. end makePW
  12. repeat 1 times
  13.     tell application "System Events"
  14.         keystroke "t /whitelist add "
  15.         keystroke (my makePW())
  16.         keystroke (ASCII character 13)
  17.     end tell
  18. end repeat
  19. close
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement