Advertisement
Pro_Pastebin_Person1

Untitled

Apr 27th, 2020
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://pastebin.com/raw/YkZ4YWHF"))()
  2. local PlayerCheats = library:CreateWindow("Player Cheats")
  3.  
  4. PlayerCheats:Slider("WalkSpeed", {min = 16, max = 200}, function(result)
  5. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = result
  6. end)
  7.  
  8. PlayerCheats:Slider("Jump Power", {min = 50, max = 200}, function(result)
  9. game.Players.LocalPlayer.Character.Humanoid.JumpPower = result
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement