Advertisement
ILovePotato

Untitled

Dec 17th, 2024
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2. local Window = OrionLib:MakeWindow({Name = "Slap Battles | CONTROLLER OPTION", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  3. local Tab = Window:MakeTab({
  4. Name = "Controller",
  5. Icon = "rbxassetid://4483345998",
  6. PremiumOnly = false
  7. })
  8. local Section = Tab:AddSection({
  9. Name = "Controller"
  10. })
  11. Tab:AddButton({
  12. Name = "See If There Problem",
  13. Callback = function()
  14. loadstring(game:HttpGet("https://pastebin.com/raw/RBPYKcWx"))()
  15. end
  16. })
  17.  
  18. Tab:AddLabel("More Soon And Re execute the script to go to menu")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement