Advertisement
Imakerblxscripts55

Untitled

Aug 27th, 2024
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2.  
  3.  
  4.  
  5. function Script()
  6. local Window = Library.CreateLib("made by grappabroskiskibidilewandoski on dc", "Ocean")
  7.  
  8.  
  9.  
  10. local Main = Window:NewTab("Main")
  11. local MainSection = Main:NewSection("Main")
  12.  
  13.  
  14. -- Script
  15.  
  16. MainSection:NewSlider("Walkspeed", "Changes how fast you walk.", 300, 10, function(s) -- 500 (MaxValue) | 0 (MinValue)
  17. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  18. end)
  19.  
  20. MainSection:NewSlider("JumpPower", "Changes how high you jump.", 300, 10, function(s) -- 500 (MaxValue) | 0 (MinValue)
  21. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  22. end)
  23.  
  24. MainSection:NewButton("Real Futbol 24", "Script1 For Real Futbol 24", function()
  25. loadstring(game:HttpGet('https://pastebin.com/raw/zyYvNUkr'))()
  26. print("Clicked")
  27. end)
  28.  
  29. Section:NewButton("tps street soccer", "Script for tps", function()
  30. loadstring(game:HttpGet("https://raw.githubusercontent.com/alestafannn/reach-script-universal/main/loader"))()
  31. print("Clicked")
  32. end)
  33.  
  34.  
  35. end)
  36.  
  37. end
  38.  
  39. if game.PlaceId == 14004668761 then
  40. Script()
  41. end
  42.  
  43. if game.PlaceId == 335760407 then
  44. Script()
  45. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement