Marlingaming

CC Tweaked CCSPS Iron 2 - startup file

Feb 3rd, 2022 (edited)
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. os.pullEvent = os.pullEventRaw
  2. term.clear()
  3. settings.load(".settings")
  4. print(1)
  5. shell.run("os/System/Programs/OsManager.lua","RunFolder","boot/Scripts")
  6. print(2)
  7.  
  8.  
  9. shell.run("os/System/Programs/OsManager.lua","CleanFolder","os/System/TempFiles")
  10.  
  11.  
  12. os.sleep(1)
  13. print(3)
  14. if fs.exists("os/System/Client/Files/.UserFile.txt") == true then
  15.  
  16. else
  17.  
  18. shell.run( "os/System/Scripts/AccountSetup.lua")
  19. end
  20. settings.load(".settings")
  21. os.sleep(1)
  22. if fs.exists("os/UpdateDirector.lua") then
  23. shell.run("os/UpdateDirector.lua")
  24. fs.delete("os/UpdateDirector.lua")
  25. os.sleep(2)
  26. os.reboot()
  27. else
  28. shell.run(settings.get("osPaster"),"run","EKu5Td5n")
  29. shell.run(settings.get("os_DesktopLoc"))
  30. if fs.exists("os/System/AdminKey") then
  31.  
  32. else
  33. shell.run( settings.get("os_SecurityHandler"))
  34. end
  35. end
Add Comment
Please, Sign In to add comment