Advertisement
PolskiWisnia

OLD NextUI update

May 23rd, 2021
822
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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,1)
  8. print("Trwa aktualizacja...")
  9. print("Nie wylaczaj urzadzenia!")
  10.  
  11. shell.run("pastebin get b18gdXZq /update/.next")
  12. shell.run("pastebin get bCbsGEb4 /update/startup")
  13. shell.run("pastebin get KCNCwuj3 /update/.pulpit")
  14. shell.run("pastebin get PfAWshRt /update/desktop")
  15. shell.run("rm /os/.next")
  16. shell.run("rm /os/.pulpit")
  17. shell.run("rm startup")
  18. shell.run("rm /os/desktop")
  19. fs.copy("/update/.next", "/os/.next")
  20. fs.copy("/update/startup", "startup")
  21. fs.copy("/update/.pulpit", "/os/.pulpit")
  22. fs.copy("/update/desktop", "/os/desktop")
  23. sleep(0.1)
  24. print("Gotowe!")
  25. print("Ponowne uruchamianie...")
  26. sleep(1)
  27. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement