Advertisement
Guest User

mac stuff

a guest
Nov 27th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. display dialog "Virus Detected on Mac" buttons {"Get Help", "Restart"} default button 1
  2. if the button returned of the result is "Restart" then
  3. beep 5
  4. tell application "Finder" to sleep
  5. display dialog "Macbook Hacked"
  6. say "Hack Downloaded and now installed"
  7. else
  8. beep 10
  9. display dialog "Macbook Hacked!"
  10. say "Virus Downloaded on Mac"
  11. end if
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement