Advertisement
KiroOnTop

Untitled

Jun 23rd, 2022
375
0
Never
1
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.  
  7. local InfiniteJumpEnabled = true
  8. game:GetService("UserInputService").JumpRequest:connect(function()
  9. if InfiniteJumpEnabled then
  10. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  11. end
  12. end)
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement