Advertisement
peptide

SWARM - Master

Jul 20th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.81 KB | None | 0 0
  1. print("Turtle swarm MASTER")
  2.  
  3. fs.delete("startup")
  4. print("Updating Bootloader")
  5. shell.run("pastebin", "get", "EpYGpFx7", "startup")
  6.  
  7. fs.delete("master")
  8. print("Downloading Main")
  9. shell.run("pastebin", "get", "ZLh56Jmd", "master")
  10.  
  11. fs.delete("module")
  12. print("Downloading Main")
  13. shell.run("pastebin", "get", "b1eQmHRb", "module")
  14.  
  15. fs.delete("mastermine")
  16. print("Downloading Main")
  17. shell.run("pastebin", "get", "kLjirQgx", "mastermine")
  18.  
  19. fs.delete("modulemine")
  20. print("Downloading Main")
  21. shell.run("pastebin", "get", "vdijtxSr", "modulemine")
  22.  
  23. fs.delete("killer")
  24. print("Downloading Main")
  25. shell.run("pastebin", "get", "93YeuVj0", "killer")
  26.  
  27. fs.delete("test")
  28. print("Downloading Main")
  29. shell.run("pastebin", "get", "3UqeauPJ", "test")
  30.  
  31. print("mastermine <xstart> <ystart> <zstart> <xsize> <ysize> <zsize>")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement