–[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] local InfiniteJumpEnabled = true game:GetService(“UserInputService”).JumpRequest:connect(function() if InfiniteJumpEnabled then game:GetService”Players”.LocalPlayer.Character:FindFirstChildOfClass’Humanoid’:ChangeState(“Jumping”) end end)
Steps :
- Click go to script button for get script
- Click COPY button for auto copy script
- Paste the script into your script application
- Run and done