Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear()
- print ("Asco's Farming Turtle Downloader")
- print ("================================")
- print ("")
- print ("Downloading utility api ...")
- fs.delete("ascoUtilityApi")
- if (shell.run("pastebin", "get", "mkrebv6W", "ascoUtilityApi")) then
- os.loadAPI("ascoUtilityApi")
- else
- error("Couldn't download utility api!")
- end
- print ("Downloading turtle api ...")
- fs.delete("ascoTurtleApi")
- if (shell.run("pastebin", "get", "UKm6TCk9", "ascoTurtleApi")) then
- os.loadAPI("ascoTurtleApi")
- else
- error("Couldn't download turtle api!")
- end
- print ("Downloading farming api ...")
- fs.delete("ascoFarmingApi")
- if (shell.run("pastebin", "get", "WSeMJrTY", "ascoFarmingApi")) then
- os.loadAPI("ascoFarmingApi")
- else
- error("Couldn't download farming api!")
- end
- print ("Downloading program ...")
- fs.delete("ascoFarming")
- if(shell.run("pastebin", "get", "vnn9f5aj", "ascoFarming")) then
- shell.run("ascoFarming")
- else
- error("Couldn't download program!")
- end
Add Comment
Please, Sign In to add comment