Advertisement
simrida

HACKS Untitled Hood

Mar 29th, 2022
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. if game.PlaceId == 7800644383 then
  2. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  3. local Window = Library.CreateLib("HACKS Untitled Hood", "BloodTheme")
  4. local Main = Window:NewTab("Main")
  5. local MainSection = Main:NewSection("Main")
  6. MainSection:NewSlider("WalkSpeed", "SliderInfo", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  7. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  8. end)
  9. MainSection:NewLabel("Hold and move your mouse back and forword")
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement