Advertisement
ZV0K

Desync 5

Sep 5th, 2023
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. getgenv().slammeAA = true
  2.  
  3. game:GetService("RunService").heartbeat:Connect(function()
  4. if getgenv().slammeAA == true then
  5. local abc = game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity
  6. game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity = Vector3.new(1,1,1) * (2^16)
  7. game:GetService("RunService").RenderStepped:Wait()
  8. game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity = abc
  9. end
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement