Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. display dialog "A virus has been detected! Ignore?" buttons {"Yes", "No"} default button 2
  2. if the button returned of the result is "Yes" then
  3.     display dialog "Your computer has malfunctioned. Restart?" buttons {"OK", "Cancel"} default button 1
  4.     if the button returned of the result is "OK" then
  5.         restart
  6.     else
  7.         display dialog "Your computer has malfunctioned. Restart?" buttons {"OK", "Cancel"} default button 1
  8.     if the button returned of the result is "OK" then
  9.         restart
  10.     else
  11.     restart
  12.  
  13.     end if
  14. else
  15.     display dialog "To delete the virus, you must restart the computer. Restart?" buttons {"OK", "Cancel"} default button 2
  16.     if the button returned of the result is "OK" then
  17.         restart
  18.     else
  19.         display dialog "Your computer has malfunctioned. Restart?" buttons {"OK", "Cancel"} default button 1
  20.     if the button returned of the result is "OK" then
  21.         restart
  22.     else
  23.     restart
  24.  
  25.     end if
  26. end if
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement