Advertisement
PolskiWisnia

awaryjny

Mar 4th, 2018
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. -- Oprogramowanie skladowe/instalator systemow/czesc skladowa stworzonych przez uzytkownika serwisu Discord - Wisnia#5536 --
  2. -- Jesli zaplaciles za to oprogramowanie zostales oszukany. --
  3. -- Zakazuje sie kopiowania oprogramowania bez zgody autora, czerpania korzysci materialnych, podpisywania sie pod oprogramowaniem --
  4. -- Dozwolone jest tworzenie modyfikacji oprogramowania badz jego czesci wylacznie wtedy, gdy widoczna jest informacja o oryginalnym autorze --
  5. -- Kompletna EULA dostepna jest na serwerze Discord: CRfXMXU --
  6. while true do
  7. term.setBackgroundColor(colors.red)
  8. term.clear()
  9. term.setBackgroundColor(colors.red)
  10. term.setCursorPos(1,1)
  11. print("Microsoft")
  12. term.setCursorPos(1,3)
  13. print("Nazwa kodowa: Odyssey")
  14. term.setCursorPos(1,4)
  15. print("Minedows Pro")
  16. term.setTextColor(colors.white)
  17. term.setCursorPos(1,15)
  18. term.setBackgroundColor(colors.red)
  19. print("WCZYTYWANIE TRYBU AWARYJNEGO")
  20. term.setTextColor(colors.lightGray)
  21. term.setBackgroundColor(colors.lightGray)
  22. term.setCursorPos(1,17)
  23. textutils.slowPrint("000")
  24. sleep(2)
  25. term.setCursorPos(1,17)
  26. textutils.slowPrint("00000000000000")
  27. sleep(2)
  28. term.setCursorPos(1,17)
  29. textutils.slowPrint("0000000000000000000000000000")
  30. sleep(1)
  31. term.setCursorPos(1,17)
  32. textutils.slowPrint("0000000000000000000000000000000000000000")
  33. sleep(5)
  34. term.clear()
  35. term.setBackgroundColor(colors.red)
  36. term.clear()
  37. term.setBackgroundColor(colors.red)
  38. term.setTextColor(colors.white)
  39. term.setCursorPos(42,1)
  40. textutils.slowPrint("Microsoft")
  41. textutils.slowPrint("TRYB AWARYJNY MINEDOWS")
  42. print("1. Restartuj system")
  43. print("2. Wylacz system")
  44. print("3. Powrot do CraftOS")
  45. print("4. Ustawienia zaawansowane")
  46. write(".> ")
  47. wybor = read()
  48. if wybor=="1" then os.reboot() end
  49. if wybor=="2" then os.shutdown() end
  50. if wybor=="3" then term.clear() break end
  51. if wybor=="4" then shell.run(".naprawa") end
  52. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement