Advertisement
Marlingaming

Process Manager

Apr 5th, 2022
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. local tArg = {...}
  2.  
  3. if tArg[1] == "process" then
  4. if tArg[2] == "activation" then
  5. settings.load("os/settings.txt")
  6. settings.set("os_activated",true)
  7. settings.save("os/settings.txt")
  8. os.reboot()
  9. end
  10. elseif tArg[1] == "reinstall" then
  11.  
  12. elseif tArg[1] == "disable" then
  13.  
  14. elseif tArg[1] == "path" then
  15.  
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement