Don't like ads? PRO users don't see any ads ;-)
Guest

Virus Minecraft

By: Dimentio on Aug 30th, 2012  |  syntax: Lua  |  size: 1.40 KB  |  hits: 45  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. os.pullEvent = os.pullEventRaw
  2. print("Welcome, I am Bob, your computer.")
  3. print("Do you want to go on google?")
  4. while true do
  5. read()
  6. print("Are you sure?")
  7. read()
  8. print("Hmmmm Maybe... Nah I don't think so...")
  9. read()
  10. print("well, i cannot let you do that, wanna do something else?")
  11. read()
  12. print("What about MineSweeper?")
  13. read()
  14. textutils.slowPrint("MineSweeper.exe failed to start, report error to Miku Miku Corp.?")
  15. input = read()
  16. if input == "yes" then
  17.  print("Failed to report the error.")
  18. else
  19.  print("Austin is silly")
  20.  end
  21. sleep(1)
  22. print("Well... look like i'm rusty these day...")
  23. sleep(1)
  24. textutils.slowPrint("Caution: Bob.exe has been detected has a trojan horse")
  25. sleep(1)
  26. print("...")
  27. sleep(2)
  28. print("Gimme your money you asshole !")
  29. read()
  30. print("Fuck that fuck you!")
  31. sleep(1)
  32. textutils.slowPrint("Warning: Bob.exe has shut down, and was a")
  33. textutils.slowPrint("services for CraftOS.exe")
  34. sleep(2)
  35. textutils.slowPrint("System Warning, please save your files and wait for the reboot!")
  36. sleep(3)
  37. colors.test(colors.red, colors.red)
  38.  
  39. local percent = 0
  40. while true do
  41. term.clear()
  42. term.setCursorPos(1, 1)
  43. print("System Recovery - Miku Miku Corp.")
  44. print("Recovery Started!")
  45. print(percent .."%")
  46. percent = percent + 1
  47. sleep(.6)
  48. if (percent == 99) then
  49.  print("Recovery Failed!")
  50.  break
  51.  end
  52. end
  53.  
  54. textutils.slowWrite("Forcing reboot...")
  55. sleep(4)
  56. os.reboot()
  57. end