Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.JumpableAntiWordexe= true
- game.RunService.Heartbeat:Connect(function()
- if _G. JumpableAntiWordexe then
- local CurrentVelocity = game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity
- game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity = Vector3.new(1000,1000,1000)
- game.RunService.RenderStepped:Wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity = CurrentVelocity
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement