ZV0K

Crazy Deep Anti 💀

Sep 2nd, 2023 (edited)
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. -- CRAZY ANTI , THEIR GONNA AIM SOMEWHERE VERY WEIRD!! ( VERY DEEP IN THE SKYS AND FLOORS)
  2. getgenv().CrazyAnti = true
  3. getgenv().AntiStrength = -9999
  4.  
  5. -- Work Part
  6. game:GetService("RunService").heartbeat:Connect(function()
  7. if getgenv().CrazyAnti ~= false then
  8. local vel = game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity
  9. game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity = Vector3.new(4542,getgenv().AntiStrength,3242)
  10. game:GetService("RunService").RenderStepped:Wait()
  11. game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity = vel
  12. end
  13. end)
Add Comment
Please, Sign In to add comment