display dialog "Virus Detected on Mac" buttons {"Get Help", "Restart"} default button 1 if the button returned of the result is "Restart" then beep 5 tell application "Finder" to sleep display dialog "Macbook Hacked" say "Hack Downloaded and now installed" else beep 10 display dialog "Macbook Hacked!" say "Virus Downloaded on Mac" end if