Advertisement
Guest User

Hump v2

a guest
Feb 28th, 2020
2,655
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. HUMP EXPLOIT
  2.  
  3. local Victim='Player name here'
  4. local A=Instance.new'Animation'
  5. A.AnimationId='rbxassetid://148840371'
  6. local P=game:GetService'Players'.LocalPlayer
  7. local C=P.Character or P.CharacterAdded:Wait()
  8. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  9. H:Play()
  10. H:AdjustSpeed(2.5)
  11. game:GetService'RunService'.Stepped:Connect(function()
  12. C:WaitForChild'HumanoidRootPart'.CFrame=CFrame.new(game:GetService'Players':FindFirstChild(Victim).Character:WaitForChild'HumanoidRootPart'.Position)
  13. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement