LazerAio

INSTALLER

Mar 14th, 2022 (edited)
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. term.setCursorPos(1,1)
  2. if term.isColor() then
  3. term.setBackgroundColor(colors.blue)
  4. term.setTextColor(colors.white)
  5. term.clear()
  6. else
  7. term.setBackgroundColor(colors.black)
  8. term.clear()
  9. print("WARNING A64 IS INTENDED FOR ADVANCED COMPUTERS")
  10. print("WAITING 5 SECONDS THEN CONTINUING")
  11. sleep(5)
  12. term.clear()
  13. for i=1,100 do
  14. print("/")
  15. end
  16. term.setCursorPos(1,1)
  17. end
  18. print("WELCOME TO THE A64 INSTALLER")
  19. print("You are about to install A64 under")
  20. shell.run("drive")
  21. print("Do you intend on installing multiple operating enviorments? [Y/N]")
  22. IN = string.upper(read())
  23. if IN == "Y" then
  24. shell.run("mkdir A64")
  25. shell.run("cd A64")
  26. end
  27. print("STARTING INSTALL PLEASE WAIT")
  28. term.clear()
  29. term.setCursorPos(1,1)
  30. sleep(1)
  31. print("| 5")
  32. shell.run("bg","pastebin get","bkKTcs8H","ANO")
  33. term.setCursorPos(1,1)
  34. sleep(1)
  35. print("- 4")
  36. shell.run("bg","pastebin get","e8HMLxPJ","ARE")
  37. term.setCursorPos(1,1)
  38. sleep(1)
  39. print("| 3")
  40. shell.run("bg","pastebin get","FWrW3wEk","ATOP")
  41. term.setCursorPos(1,1)
  42. sleep(1)
  43. print("- 2")
  44. shell.run("bg","pastebin get","PG492J9N","startup")
  45. term.setCursorPos(1,1)
  46. sleep(1)
  47. print("- 1")
  48. shell.run("bg","pastebin get","sXHAFJJk","APM")
  49. term.setCursorPos(1,1)
  50. print("INCLUDE SERVER SOFTWARE? [Y/N]")
  51. if string.upper(read()) == "Y" then
  52. shell.run("bg pastebin get Q9W6KJ2X ARS")
  53. end
  54. term.clear()
  55. term.setCursorPos(1,1)
  56. b = true
  57. for i=1,25 do
  58. term.setCursorPos(1,1)
  59. if b then
  60. print("|")
  61. b = false
  62. else
  63. print("-")
  64. b = true
  65. end
  66. sleep(i*0.1)
  67. end
  68. term.clear()
  69. print("DONE!")
  70. sleep(2)
Add Comment
Please, Sign In to add comment