Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
- local Window = OrionLib:MakeWindow({Name = "Slap Battles | CONTROLLER OPTION", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
- local Tab = Window:MakeTab({
- Name = "Controller",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local Section = Tab:AddSection({
- Name = "Controller"
- })
- Tab:AddButton({
- Name = "See If There Problem",
- Callback = function()
- loadstring(game:HttpGet("https://pastebin.com/raw/RBPYKcWx"))()
- end
- })
- Tab:AddLabel("More Soon And Re execute the script to go to menu")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement