PolskiWisnia

Setup FEDUI

Oct 12th, 2018
1,186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.74 KB | None | 0 0
  1. term.setBackgroundColor(colors.green)
  2. term.clear()
  3. term.setBackgroundColor(colors.green)
  4. term.setCursorPos(1,1)
  5. print("Minedows XP Pro 2.5 z nakladka FEDUI")
  6. term.setCursorPos(1,2)
  7. print("Witamy w programie instalacyjnym FEDUI. Wybierz rodzaj instalacji, aby kontynuowac instalacje.")
  8. term.setCursorPos(1,4)
  9. print("Aby przerwac instalacje wcisnij CTRL oraz T w tym samym momencie")
  10. term.setCursorPos(1,12)
  11. print("> 1. Przygotowywanie instalacji")
  12. write("")
  13. w = read()
  14. term.clear()
  15. term.setCursorPos(1,12)
  16. print("1. Przygotowywanie instalacji  ")
  17. term.setCursorPos(1,13)
  18. print("> 2. Instalowanie plikow glownych")
  19. term.setCursorPos(1,1)
  20. print("Latte")
  21. term.setCursorPos(15,2)
  22. print("Stabilniejszy i szybszy")
  23. term.setCursorPos(15,3)
  24. print("Latte jest najszybszym i ")
  25. term.setCursorPos(15,4)
  26. print("najwydajniejszym systemem")
  27. term.setCursorPos(1,16)
  28. print("Trwa formatowanie plikow startowych komputera")
  29. term.setCursorPos(1,17)
  30. shell.run("rm startup")
  31. sleep(1)
  32. term.setCursorPos(1,16)
  33. print("Trwa przygotowywanie folderow Latte          ")
  34. term.setCursorPos(1,17)
  35. shell.run("mkdir os")
  36. sleep(1)
  37. term.setCursorPos(1,16)
  38. print("Trwa pobieranie plikow startowych Latte      ")
  39. term.setCursorPos(1,17)
  40. shell.run("pastebin get nHVzuSvi startup")
  41. sleep(1)
  42. term.setCursorPos(1,16)
  43. print("Trwa pobieranie plikow systemowych Latte     ")
  44. term.setCursorPos(1,13)
  45. print("2. Instalowanie plikow glownych  ")
  46. term.setCursorPos(1,14)
  47. print("> 3. Instalowanie aplikacji")
  48. term.setCursorPos(1,17)
  49. shell.run("pastebin get H6Yp0892 /os/.pulpit")
  50. term.setCursorPos(1,17)
  51. shell.run("pastebin get Q7TRBB4U /os/.gry")
  52. term.setCursorPos(1,17)
  53. shell.run("pastebin get 7fAC3Cxk /os/.akt")
  54. term.setCursorPos(1,17)
  55. shell.run("pastebin get SMyvEgNb /.aktywacja")
  56. term.setCursorPos(1,17)
  57. shell.run("pastebin get r2H6cxnj /os/.menu")
  58. term.setCursorPos(1,17)
  59. shell.run("pastebin get MqhcyEFh /os/.informacje")
  60. term.setCursorPos(1,17)
  61. shell.run("pastebin get YXgn6m6p /os/.programy")
  62. term.setCursorPos(1,17)
  63. shell.run("pastebin get huKLkiuf /os/.surf")
  64. term.setCursorPos(1,17)
  65. shell.run("pastebin get T70tPUyh /os/.exp")
  66. term.setCursorPos(15,2)
  67. print("Badz w kontakcie       ")
  68. term.setCursorPos(15,3)
  69. print("Minedows Pro polaczysz z telefonem     ")
  70. term.setCursorPos(15,4)
  71. print("Minedows Pocket                        ")
  72. term.setCursorPos(1,17)
  73. shell.run("pastebin get P9DiAXYM /os/.update")
  74. term.setCursorPos(10,2)
  75. print("Jeszcze lepszy system    ")
  76. term.setCursorPos(10,3)
  77. print("Minedows Pro zostal usprawniony        ")
  78. term.setCursorPos(10,4)
  79. print("aby Ci sluzyc w kazdej chwili")
  80. term.setCursorPos(1,16)
  81. print("Trwa pobieranie MinedowsPocket OS       ")
  82. term.setCursorPos(1,17)
  83. shell.run("pastebin get 8JSSqru2 /os/.pocket")
  84. term.setCursorPos(1,17)
  85. shell.run("pastebin get u0urwgNc /os/.2048")
  86. term.setCursorPos(1,17)
  87. shell.run("pastebin get HBGrdSfA /os/.RunnerX")
  88. term.setCursorPos(1,17)
  89. shell.run("pastebin get KkPMhn2Q /os/icon")
  90. term.setCursorPos(1,16)
  91. print("Trwa aktualizacja ustawien BIOS Latte       ")
  92. term.setCursorPos(1,17)
  93. shell.run("label set LattePC")
  94. sleep(3)
  95. term.clear()
  96. term.setCursorPos(1,12)
  97. print("1. Przygotowywanie instalacji")
  98. term.setCursorPos(1,13)
  99. print("2. Instalowanie plikow glownych")
  100. term.setCursorPos(1,14)
  101. print("3. Instalowanie aplikacji  ")
  102. term.setCursorPos(1,15)
  103. print("> 4. Konczenie  ")
  104. term.setCursorPos(1,2)
  105. print("Projekt Latte zostal pomyslnie zainstalowany na tym komputerze")
  106. disk.eject("top")
  107. disk.eject("bottom")
  108. disk.eject("front")
  109. disk.eject("back")
  110. disk.eject("left")
  111. disk.eject("right")
  112. print("Mozesz teraz wyjac dyskietke instalacyjna, o ile nie nastapilo to automatycznie.")
  113. sleep(3)
  114. term.setCursorPos(1,6)
  115. print("Twoj komputer uruchomi sie ponownie za 5 sekund")
  116. sleep(5)
  117. os.reboot()
Add Comment
Please, Sign In to add comment