Advertisement
MCFunRide

ComputerCraft Virus Test (Startup)

Jun 30th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. os.pullEvent = os.pullEventRaw
  2.  
  3. textutils.slowPrint("You're files are gone now.")
  4. textutils.slowPrint("There is no getting them back.")
  5. textutils.slowPrint("Now, your computer is as dead as")
  6. textutils.slowPrint("brick.")
  7.  
  8. if peripheral.find("iron_note") then
  9. local s = peripheral.find("iron_note")
  10. while true do
  11. s.playNote(0,24)
  12. sleep(2)
  13. s.playNote(0,20)
  14. sleep(2)
  15. s.playNote(0,10)
  16. sleep(2)
  17. end
  18. else
  19. while true do
  20. sleep(100)
  21. end
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement