Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. display dialog "Virus Detected" buttons {"Shut Down", "Crash CPU"} default button 2
  2. if the button returned of the result is "shut down" then
  3. display dialog "CPU hallted"
  4. tell application "Finder" to sleep
  5. display dialog "Apple cannot help"
  6. else
  7. tell application "Finder" to sleep
  8. display dialog "Virus spread %impl**/%"
  9. end if
  10. display dialog "Please proceed to the nearest Apple Store"
  11. set x to "monotony"
  12. repeat
  13. tell application "Finder" to sleep
  14. end repeat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement