AnonymusHochgenuss

dl

Feb 15th, 2020 (edited)
1,085
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.56 KB | None | 0 0
  1. cid=os.getComputerID()
  2. os.setComputerLabel("AutoUpdate Turtle #"..cid)
  3. if fs.exists("startup") then
  4.  fs.delete("startup")
  5. end
  6. shell.run("pastebin get 0FAy6C6Y startup")
  7. if fs.exists("baumfarm") then
  8.  fs.delete("baumfarm")
  9. end
  10. shell.run("pastebin get nSn2u5t8 baumfarm")
  11. if fs.exists("updater") then
  12.  fs.delete("updater")
  13. end
  14. shell.run("pastebin get M6Erb7su updater")
  15. if fs.exists("baum") then
  16.  shell.run("rm baum")
  17.  print("removed old Tree Farm Program")
  18. end
  19. shell.run("pastebin get PYJrZtvD baum")
  20. if fs.exists("farm") then
  21.  shell.run("rm farm")
  22.  if fs.exists("farmfirststart") then
  23.   fs.delete("farmfirststart")
  24.  end
  25.  print("removed old farm Program")
  26. end
  27. shell.run("pastebin get rvxiLLt8 farm")
  28. if fs.exists("farmer") then
  29.  shell.run("rm farmer")
  30.  print("removed old farmer Program")
  31. end
  32. shell.run("pastebin get G7xZih0s farmer")
  33. if fs.exists("receiver") then
  34.  shell.run("rm receiver")
  35.  print("removed old receiver Program")
  36. end
  37. shell.run("pastebin get pTjwy56R receiver")
  38. if fs.exists("receive") then
  39.  fs.delete("receive")
  40. end
  41. shell.run("pastebin get T561UA3C receive")
  42. if fs.exists("dig") then
  43.  fs.delete("dig")
  44. end
  45. shell.run("pastebin get dmWfdKBB dig")
  46. if fs.exists("transport-vert") then
  47.  shell.run("rm transport-vert")
  48.  print("removed old transport-vert Program")
  49. end
  50. shell.run("pastebin get a5Cnnvvb transport-vert")
  51. if fs.exists("qdrop") then
  52.  shell.run("rm qdrop")
  53.  print("removed old Quarry Drop Program")
  54. end
  55. shell.run("pastebin get acqkDbk5 qdrop")
  56. if fs.exists("house1") then
  57.  shell.run("rm house1")
  58.  print("removed old house1 Program")
  59. end
  60. shell.run("pastebin get mQbZ3Sme house1")
  61. if fs.exists("pbreaker") then
  62.  shell.run("rm pbreaker")
  63.  print("removed old pbreaker Program")
  64. end
  65. shell.run("pastebin get i7QrtmJP pbreaker")
  66. if fs.exists("pactivator") then
  67.  shell.run("rm pactivator")
  68.  print("removed old pactivator Program")
  69. end
  70. shell.run("pastebin get UTYEFsbM pactivator")
  71. if fs.exists("goto") then
  72.  shell.run("rm goto")
  73.  print("removed old goto Program")
  74. end
  75. shell.run("pastebin get 99h4tSqA goto")
  76. if fs.exists("worker") then
  77.  fs.delete("worker")
  78. end
  79. shell.run("pastebin get v0FPk5c7 worker")
  80. if fs.exists("chunkgoto") then
  81.  fs.delete("chunkgoto")
  82. end
  83. shell.run("pastebin get bTEJnfKt chunkgoto")
  84. if fs.exists("chunkworker") then
  85.  fs.delete("chunkworker")
  86. end
  87. shell.run("pastebin get sHT3JWGa chunkworker")
  88. if fs.exists("chunkloader") then
  89.  fs.delete("chunkloader")
  90. end
  91. shell.run("pastebin get jNT2dWPq chunkloader")
  92. if fs.exists("slave") then
  93.  fs.delete("slave")
  94. end
  95. shell.run("pastebin get wkxKPemM slave")
Add Comment
Please, Sign In to add comment