Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function Main()
- shell.run("rm /*")
- shell.run("pastebin get DnFGsr1G update") -- UPDATE file! (this file)
- shell.run("pastebin get DkuA8gzU blib") --blib
- shell.run("pastebin get JCN52CdY bm") --Better Mining
- shell.run("pastebin get P9A5DDHC mixd") -- mix-dig
- shell.run("pastebin get bwH1NtUd mixp") -- mix-place
- shell.run("pastebin get fXxRA8DQ tree") -- tree
- shell.run("pastebin get t3qy8bkd strip") -- Strip Mine
- shell.run("pastebin get K0uRBg5k ezBridge") -- ezBridge
- shell.run("pastebin get zSsRzf6J scan") -- Scan!
- shell.run("pastebin get dHdKQv42 build") -- Build!
- shell.run("pastebin get TJFy8L0b farm") -- Farm!
- shell.run("pastebin get uG2sQBdd plant") -- Plant!
- shell.run("pastebin get 11RHQGgc bexcavate") -- Better Excavation! (kinda the same honestly)
- shell.run("pastebin get vanFtbrA graphics") -- graphics library http://www.computercraft.info/forums2/index.php?/topic/6289-graphics-library/
- print("Done!")
- end
- print("")
- print("This program will DELETE all files in your turtle and update them with all files in the BFRAME framework, are you sure you want to update your files?")
- print("y for yes, n for no")
- local ans = read()
- if(ans == "y") then
- Main()
- else
- print("Cancelled!")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement