Advertisement
Marlingaming

CCSPS IRON 2.5.0 - Start file

Jun 14th, 2023 (edited)
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 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. shell.run("os/Updater/UpdateHandler.lua")
  23. shell.run(settings.get("os_DesktopLoc"))
  24. if fs.exists("os/System/AdminKey") then
  25.  
  26. else
  27. shell.run( settings.get("os_SecurityHandler"))
  28. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement