Advertisement
Guest User

Untitled

a guest
Jul 12th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (*
  2.  PLEASE make sure your blockland folder is renamed to "Blockland" and it isn't @h@ named "Blockland v19"
  3.  
  4. Tested on Snow Leopard only.
  5. *)
  6. repeat
  7.     set kakez to ({"Blockland crash on ", (current date)} as string)
  8.     tell application "System Events" to (name of processes) contains "Blockland"
  9.     if the result is false then
  10.         do shell script "open /Applications/Blockland/dedicated.command"
  11.         beep 1 --Get attention
  12.         say kakez
  13.     end if
  14.     delay 1
  15. end repeat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement