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