Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Bootstrapper
- term.clear()
- term.setCursorPos(1, 1)
- textutils.slowWrite("Installing B.A.S.E structure files...")
- term.clear()
- term.setCursorPos(1, 1)
- -- Pastebin Files
- shell.run("pastebin get 14KcJb0i A1")
- term.clear()
- term.setCursorPos(1, 1)
- print("Done (1A)")
- term.setTextColor(colors.green)
- term.setCursorPos(1, 5)
- print("50%")
- sleep(1)
- term.setTextColor(colors.white)
- shell.run("pastebin get 1DD3dDqS A2")
- term.clear()
- term.setCursorPos(1, 1)
- print("Done (1B)")
- term.setTextColor(colors.green)
- term.setCursorPos(1, 5)
- term.clearLine()
- print("100%")
- sleep(1)
- -- Run
- shell.run("A1")
Add Comment
Please, Sign In to add comment