Vendetta360

BASE Installer

Oct 26th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.61 KB | None | 0 0
  1. -- Bootstrapper
  2.  
  3. term.clear()
  4. term.setCursorPos(1, 1)
  5. textutils.slowWrite("Installing B.A.S.E structure files...")
  6. term.clear()
  7. term.setCursorPos(1, 1)
  8.  
  9. -- Pastebin Files
  10.  
  11. shell.run("pastebin get 14KcJb0i A1")
  12. term.clear()
  13. term.setCursorPos(1, 1)
  14. print("Done (1A)")
  15. term.setTextColor(colors.green)
  16. term.setCursorPos(1, 5)
  17. print("50%")
  18. sleep(1)
  19.  
  20. term.setTextColor(colors.white)
  21. shell.run("pastebin get 1DD3dDqS A2")
  22. term.clear()
  23. term.setCursorPos(1, 1)
  24. print("Done (1B)")
  25. term.setTextColor(colors.green)
  26. term.setCursorPos(1, 5)
  27. term.clearLine()
  28. print("100%")
  29. sleep(1)
  30.  
  31. -- Run
  32.  
  33. shell.run("A1")
Add Comment
Please, Sign In to add comment