wwawaww

JJSploit infJump script OP

Aug 25th, 2023
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. _G.infinjump = not _G.infinjump
  2.  
  3. local plr = game:GetService'Players'.LocalPlayer
  4. local m = plr:GetMouse()
  5. m.KeyDown:connect(function(k)
  6. if _G.infinjump then
  7. if k:byte() == 32 then
  8. plrh = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid'
  9. plrh:ChangeState('Jumping')
  10. wait()
  11. plrh:ChangeState('Seated')
  12. end
  13. end
  14. end)
Add Comment
Please, Sign In to add comment