YT_PatricioTGN

Untitled

Jan 26th, 2023
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. if not game:IsLoaded() then
  2. game.Loaded:Wait()
  3. end
  4. local start = os.clock()
  5. local succ,err = pcall(function()
  6. local rbxmSuite = loadstring(game:HttpGetAsync("https://github.com/richie0866/rbxm-suite/releases/latest/download/rbxm-suite.lua"))()
  7.  
  8. local path = rbxmSuite.download("Syntaxx64/HomebrewAdmin@latest", "Homebrew.rbxm")
  9. -- Download the latest RBXM
  10. rbxmSuite.launch(path, {
  11. runscripts=true,
  12. deferred = true,
  13. nocirculardeps = true
  14. })
  15.  
  16. -- Launch using rbxmSuite
  17. end)
  18. if err then
  19. local Rostruct = loadstring(game:HttpGetAsync("https://github.com/richie0866/Rostruct/releases/download/v1.1.11/Rostruct.lua"))()
  20. Rostruct.fetchLatest("Syntaxx64", "HomebrewAdmin")
  21. :andThen(function(pkg)
  22. pkg:build("src/")
  23. pkg:start()
  24. return pkg
  25. end)
  26.  
  27. :expect()
  28. end
  29. warn("Homebrew loaded in " ..string.format("%.2f", os.clock() - start))
Add Comment
Please, Sign In to add comment