Advertisement
Delivator

Turtle script and config downloader

Dec 9th, 2022 (edited)
1,063
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.44 KB | None | 0 0
  1. -- TO Start type the following in your mining turtle
  2. -- pastebin run ekdNeLYG
  3.  
  4. -- Cleanup any previous scripts and files
  5. shell.run("rm", "./*")
  6.  
  7. print("Downloading quarry scripts and configs")
  8. shell.run("pastebin", "get", "TTJdXAm4", "quarry")
  9. shell.run("pastebin", "get", "sP7VNfHa", "arguments.txt")
  10. shell.run("pastebin", "get", "1BJpzBt0", "oreQuarryBlacklist.txt")
  11. print("Starting quarry...")
  12. shell.run("quarry", "-file", "arguments.txt")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement