Advertisement
Prokri43

Jumpable aa

Aug 9th, 2023
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1.  
  2. _G.JumpableAntiWordexe= true
  3.  
  4. game.RunService.Heartbeat:Connect(function()
  5. if _G. JumpableAntiWordexe then
  6. local CurrentVelocity = game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity
  7. game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity = Vector3.new(1000,1000,1000)
  8. game.RunService.RenderStepped:Wait()
  9. game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity = CurrentVelocity
  10. end
  11. end)
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement