MaxproGlitcher

infini jump

Aug 2nd, 2022 (edited)
3,282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. game:GetService("StarterGui"):SetCore("SendNotification",{
  2. Title = "Infini-Jump",
  3. Text = "Script a été executer",
  4. Icon = "rbxassetid://11823384169",
  5. Duration = 15
  6. })
  7.  
  8. local InfiniteJumpEnabled = true
  9. game:GetService("UserInputService").JumpRequest:connect(function()
  10. if InfiniteJumpEnabled then
  11. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  12. end
  13. end)
Advertisement
Add Comment
Please, Sign In to add comment