Advertisement
Marlingaming

System1

Nov 28th, 2022
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. local RequiredAPI = {"UserInt","OsManager"}
  2.  
  3. local function Loop()
  4. OsManager.ApiCheck(RequiredAPI)
  5. while true do
  6. shell.run("Main.lua")
  7. end
  8. end
  9.  
  10. Loop()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement