AnonymusHochgenuss

slave

Jul 15th, 2021 (edited)
512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.38 KB | None | 0 0
  1. cid=os.getComputerID()
  2. os.setComputerLabel("#"..cid.."-Slave")
  3. if fs.exists("startup") then
  4.  fs.delete("startup")
  5. end
  6. if fs.exists("baumfarm") then
  7.  fs.delete("baumfarm")
  8. end
  9. if fs.exists("baum") then
  10.  shell.run("rm baum")
  11. end
  12. if fs.exists("farm") then
  13.  shell.run("rm farm")
  14.  if fs.exists("farmfirststart") then
  15.   fs.delete("farmfirststart")
  16.  end
  17. end
  18. if fs.exists("farmer") then
  19.  shell.run("rm farmer")
  20. end
  21. if fs.exists("receiver") then
  22.  shell.run("rm receiver")
  23. end
  24. if fs.exists("receive") then
  25.  fs.delete("receive")
  26. end
  27. if fs.exists("dig") then
  28.  fs.delete("dig")
  29. end
  30. if fs.exists("transport-vert") then
  31.  shell.run("rm transport-vert")
  32. end
  33. if fs.exists("qdrop") then
  34.  shell.run("rm qdrop")
  35. end
  36. if fs.exists("house1") then
  37.  shell.run("rm house1")
  38. end
  39. if fs.exists("pbreaker") then
  40.  shell.run("rm pbreaker")
  41. end
  42. if fs.exists("pactivator") then
  43.  shell.run("rm pactivator")
  44. end
  45. if fs.exists("goto") then
  46.  fs.delete("goto")
  47.  shell.run("pastebin get 99h4tSqA goto")
  48. else
  49.  shell.run("pastebin get 99h4tSqA goto")
  50. end
  51. if fs.exists("worker") then
  52.  fs.delete("worker")
  53.  shell.run("pastebin get v0FPk5c7 startup")
  54. else
  55.  shell.run("pastebin get v0FPk5c7 startup")
  56. end
  57. if fs.exists("chunkloader") then
  58.  fs.delete("chunkloader")
  59. end
  60. if fs.exists("chunkgoto") then
  61.  fs.delete("chunkgoto")
  62. end
  63. if fs.exists("chunkworker") then
  64.  fs.delete("chunkworker")
  65. end
  66. os.reboot()
Add Comment
Please, Sign In to add comment