DinosaurXxX

moon jump (works for most games, for any means lol)

May 21st, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. _G.mj = true
  2. lp = game.Players.LocalPlayer
  3.  
  4. while wait(0.1) do
  5. if _G.mj == true and game:GetService('UserInputService'):IsKeyDown(Enum.KeyCode.Space) == true then
  6. lp.Character:FindFirstChildOfClass('Humanoid'):ChangeState(3)
  7. end
  8. end
Add Comment
Please, Sign In to add comment