Advertisement
KiroOnTop

Untitled

Jun 23rd, 2022
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/vKhonshu/intro2/main/ui2"))()
  2. local NotifyLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/vKhonshu/intro/main/ui"))()
  3. NotifyLib.prompt('YukoWare - InfJump', 'Loading..', 5)
  4. NotifyLib.prompt('YukoWare', 'Enjoy ;) ;)', 5)'
  5.  
  6. local InfiniteJumpEnabled = true
  7. game:GetService("UserInputService").JumpRequest:connect(function()
  8. if InfiniteJumpEnabled then
  9. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  10. end
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement