Advertisement
RobotBubble

TurtleInstall

Oct 21st, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1, 1)
  3. print("Installing")
  4. term.setCursorPos(11, 1)
  5. sleep(1)
  6. textutils.slowPrint("...")
  7. sleep(1)
  8. shell.run("pastebin get uhLf6TDH TurtleCover")
  9. shell.run("pastebin get D4gk8nae TurtleSuicide")
  10. shell.run("pastebin get cipbQKXw TurtleRemote")
  11. shell.run("pastebin get jB1K5iLR TurtleBridge")
  12. shell.run("pastebin get wETWUKK1 TurtleStairs")
  13. shell.run("pastebin get HW2QaLvH TurtleID")
  14. shell.run("pastebin get ag9EdcWh TurtleVBridge")
  15. shell.run("pastebin get DND0fpqw TurtleName")
  16. shell.run("pastebin get WxfsBbzF TurtleStairsD")
  17. shell.run("pastebin get 2gKJpdWd TurtleStairsB")
  18. shell.run("pastebin get NJTiGuJx TurtleTunnel")
  19. sleep(1)
  20. term.clear()
  21. term.setCursorPos(1, 1)
  22. print("Name:")
  23. term.setCursorPos(6, 1)
  24. input = read()
  25. shell.run("label set", input)
  26. sleep(2.5)
  27. shell.run("copy TurtleRemote startup")
  28. sleep(1)
  29. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement