Advertisement
PolskiWisnia

April boot

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