Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function tablelength(T)
- local count = 0
- for _ in pairs(T) do count = count + 1 end
- return count
- end
- local name = {"startup.lua", "Refuel.lua", "Quarry.lua", "MultiBotQuarry.lua", "TurtleReciever.lua"}
- local paste = {"https://pastebin.com/KPhVexHt", "https://pastebin.com/rStkPELN", "https://pastebin.com/Tv75mgiq", "https://pastebin.com/6WGiuJvX", "https://pastebin.com/bXN4g8xi"}
- for i = 1, tablelength(name) do
- shell.execute("rm", name[i])
- shell.execute("pastebin", "get", paste[i], name[i])
- end
- shell.execute("clear")
- shell.execute("TurtleReciever.lua")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement