Advertisement
PolskiWisnia

May boot

Apr 24th, 2019
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.36 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. term.clear()
  7. term.setCursorPos(1,3)
  8. term.setBackgroundColor(colors.gray)
  9. print("Microcraft MineCore Hybrid OS")
  10. term.setTextColor(colors.white)
  11. term.setCursorPos(1,14)
  12. print("Uruchamianie MineCore Hybrid OS....")
  13. term.setBackgroundColor(colors.blue)
  14. term.setTextColor(colors.blue)
  15. textutils.slowPrint("***************************************************")
  16. sleep(2)
  17. if fs.exists("/os/.menu") then shell.run("/os/.menu") else
  18.  term.clear()
  19.  term.setBackgroundColor(colors.red)
  20.  term.clear()
  21.  term.setBackgroundColor(colors.red)
  22.  term.setTextColor(colors.white)
  23.  term.setCursorPos(1,20)
  24.  print("MineCore Crash")
  25.  print("MineCore has encountered fatal error. Code: 0x9912666")
  26.  print("OS_MISSINGCOREFILE")
  27.  print("If the problem persists please start repair program from disk or contact Wisnia#5536 on Discord.")
  28.  sleep(5)
  29.  os.reboot()
  30.  end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement