Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- function Script()
- local Window = Library.CreateLib("made by grappabroskiskibidilewandoski on dc", "Ocean")
- local Main = Window:NewTab("Main")
- local MainSection = Main:NewSection("Main")
- -- Script
- MainSection:NewSlider("Walkspeed", "Changes how fast you walk.", 300, 10, function(s) -- 500 (MaxValue) | 0 (MinValue)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
- end)
- MainSection:NewSlider("JumpPower", "Changes how high you jump.", 300, 10, function(s) -- 500 (MaxValue) | 0 (MinValue)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
- end)
- MainSection:NewButton("Real Futbol 24", "Script1 For Real Futbol 24", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/zyYvNUkr'))()
- print("Clicked")
- end)
- Section:NewButton("tps street soccer", "Script for tps", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/alestafannn/reach-script-universal/main/loader"))()
- print("Clicked")
- end)
- end)
- end
- if game.PlaceId == 14004668761 then
- Script()
- end
- if game.PlaceId == 335760407 then
- Script()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement