local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/ZanoLeafVN/KavoMobileUI/main/KavoMobile.lua"))() local Window = Library.CreateLib("Deta Hub | For All Obby's🌟", "Ocean") local Tab = Window:NewTab("ObbyTab") local Section = Tab:NewSection("Thank You For Using!") Section:NewButton("INF JUMP", "Give You Infinite Jump", function() local InfiniteJumpEnabled = true game:GetService("UserInputService").JumpRequest:connect(function() if InfiniteJumpEnabled then game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping") end end) end) Section:NewButton("Set Speed", "Set You Speed", function() game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 350 end)