Advertisement
GochiPC

1.3-installer

Dec 25th, 2023 (edited)
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.91 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. term.setTextColor(colors.yellow)
  4. print("MineOS 1.3 PRE1 Installer")
  5. sleep(2)
  6. print("Please Wait")
  7. sleep(3)
  8. term.clear()
  9. term.setCursorPos(1,1)
  10. term.setTextColor(colors.yellow)
  11. print("MineOS 1.3 PRE1 Installer")
  12. print("Please Type ins to install: ")
  13. term.setTextColor(colors.white)
  14. while (read() ~= "ins") do
  15.   term.setTextColor(colors.red)
  16.   print("Wrong Please Type ins")
  17.   term.setTextColor(colors.white)
  18. end
  19. term.clear()
  20. term.setCursorPos(1,1)
  21. term.setTextColor(colors.yellow)
  22. print("MineOS 1.3 PRE1 Installer")
  23. textutils.slowPrint("-----------------------------")
  24. sleep(2)
  25. term.clear()
  26. term.setCursorPos(1,1)
  27. term.setTextColor(colors.yellow)
  28. --product key = 56-90-23
  29. print("MineOS 1.3 PRE1 Installer")
  30. print("Please Type Product Key")
  31. term.setTextColor(colors.white)
  32. while (read() ~= "86-11-96") do
  33.   term.setTextColor(colors.red)
  34.   print("wrong Product Key")
  35. end
  36. term.clear()
  37. term.setCursorPos(1,1)
  38. term.setTextColor(colors.yellow)
  39. print("MineOS 1.3 PRE1 Installer")
  40. sleep(2)
  41. print("Please Wait")
  42. sleep(4)
  43. term.setTextColor(colors.white)
  44. shell.run("pastebin get ZTtkiyQz update")
  45. shell.run("pastebin get ZdcSP23h systeminfo")
  46. shell.run("pastebin get iG3vxfDY startup")
  47. shell.run("pastebin get buYwrjcJ shutdown")
  48. shell.run("pastebin get Kbm1Knf8 shell")
  49. shell.run("pastebin get 9v98Q19U reboot")
  50. shell.run("pastebin get rPmqPKvT qgame")
  51. shell.run("pastebin get nBcaisqh programs")
  52. shell.run("pastebin get 8tpMHpmY helpcre")
  53. shell.run("pastebin get jTJ8bYsf helpcom")
  54. shell.run("pastebin get nc58H8Lz help")
  55. shell.run("pastebin get xEsPFuQZ hello")
  56. shell.run("pastebin get uWYiiPc4 change-theme=red")
  57. shell.run("pastebin get Xdg2PM6s change-theme=blue")
  58. shell.run("pastebin get 5EZpYK1f about")
  59. sleep(2)
  60. term.clear()
  61. term.setCursorPos(1,1)
  62. term.setTextColor(colors.yellow)
  63. print("MineOS 1.2 Installer")
  64. print("plaese wait for reboot")
  65. sleep(4)
  66. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement