hilol124

Vape,Keyboard script and inf jumps!

Feb 26th, 2023 (edited)
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | Gaming | 0 0
  1. (copy them indisvuiasly remove the bars) Vape-loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua", true))()
  2. ------------------------------------------------------------------------------------------------------------------------
  3. Keyboard-loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
  4. -----------------------------------------------------------------------------------------------------------------------
  5. inf jumps- -- Thingy for random stuff like notifications
  6. local StarterGui = game:GetService("StarterGui")
  7. InfiniteJumpEnabled = true
  8. game:GetService("UserInputService").JumpRequest:connect(
  9. function()
  10. if InfiniteJumpEnabled then
  11. game:GetService "Players".LocalPlayer.Character:FindFirstChildOfClass "Humanoid":ChangeState("Jumping")
  12. end
  13. end
  14. ) -- I might add a toggle for this soon
  15.  
  16. -- Lil notification for when the script loads
  17. StarterGui:SetCore(
  18. "SendNotification",
  19. {
  20. Title = "Loaded! Follow hilol124!",
  21. Text = "Vape Keyboard and inf jumps!",
  22. Duration = 3
  23. }
  24. )
  25.  
Tags: #script
Advertisement
Add Comment
Please, Sign In to add comment