
Virus Minecraft
By:
Dimentio on
Aug 30th, 2012 | syntax:
Lua | size: 1.40 KB | hits: 45 | expires: Never
os.pullEvent = os.pullEventRaw
print("Welcome, I am Bob, your computer.")
print("Do you want to go on google?")
while true do
read()
print("Are you sure?")
read()
print("Hmmmm Maybe... Nah I don't think so...")
read()
print("well, i cannot let you do that, wanna do something else?")
read()
print("What about MineSweeper?")
read()
textutils.slowPrint("MineSweeper.exe failed to start, report error to Miku Miku Corp.?")
input = read()
if input == "yes" then
print("Failed to report the error.")
else
print("Austin is silly")
end
sleep(1)
print("Well... look like i'm rusty these day...")
sleep(1)
textutils.slowPrint("Caution: Bob.exe has been detected has a trojan horse")
sleep(1)
print("...")
sleep(2)
print("Gimme your money you asshole !")
read()
print("Fuck that fuck you!")
sleep(1)
textutils.slowPrint("Warning: Bob.exe has shut down, and was a")
textutils.slowPrint("services for CraftOS.exe")
sleep(2)
textutils.slowPrint("System Warning, please save your files and wait for the reboot!")
sleep(3)
colors.test(colors.red, colors.red)
local percent = 0
while true do
term.clear()
term.setCursorPos(1, 1)
print("System Recovery - Miku Miku Corp.")
print("Recovery Started!")
print(percent .."%")
percent = percent + 1
sleep(.6)
if (percent == 99) then
print("Recovery Failed!")
break
end
end
textutils.slowWrite("Forcing reboot...")
sleep(4)
os.reboot()
end