local v0 = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))(); local v1 = v0.CreateLib("Racing Rocket GUI (By BallisticOK)", "BloodTheme"); local v2 = v1:NewTab("Main"); local v3 = v2:NewSection("Main"); v3:NewButton("AutoFarm Stars *Relestic*", "This is coming Soon", function() local NotificationBindableFunction = Instance.new("BindableFunction"); NotificationBindableFunction.OnInvoke = callback; game.StarterGui:SetCore("SendNotification", {Title="Coming Soon",Text="SOWWY",Duration=120,Callback=NotificationBindableFunction}); end); v3:NewButton("AutoFarm Stars *FAST*", "Will need to click this every time race starts", function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(60040, 2500000, 60000); end); v3:NewButton("Anti AFK", "will load the Anti AFK Script in to game", function() loadstring(game:HttpGet("https://atomicgaming666.com/site/assets/roblox/bloxybingo/antiafk.lua"))(); end); local v4 = v1:NewTab("Player"); local v5 = v4:NewSection("Local Player"); v5:NewSlider("WalkSpeed", "WE BE GOING FAST", 500, 16, function(v10) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = v10; end); v5:NewSlider("JumpPower", "TO SPACE", 350, 50, function(v11) game.Players.LocalPlayer.Character.Humanoid.JumpPower = v11; end); v5:NewButton("Reset Speed/Jump", "Reset the Jump/Speed Values", function() game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50; game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16; end); local v6 = v1:NewTab("Settings"); local v7 = v6:NewSection("Settings"); v7:NewKeybind("ToggleGUI", "KeybindInfo", Enum.KeyCode.RightShift, function() v0:ToggleUI(); end); local v8 = v1:NewTab("Credits"); local v9 = v8:NewSection("Credits"); v9:NewLabel("GUI Maker BallisticOK");