Advertisement
Guest User

Vape

a guest
Nov 10th, 2022
36,174
5
Never
5
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 5 0
  1. loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua", true))()
  2.  
  3. local InfiniteJumpEnabled = true
  4. game:GetService("UserInputService").JumpRequest:connect(function()
  5. if InfiniteJumpEnabled then
  6. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  7. end
  8. end)
  9.  
  10. game.StarterGui:SetCore("SendNotification", {
  11. Title = "Infinite Jumps and Vape";
  12. Text = "Mixed by JN HH Gaming"; -- what the text says (ofc)
  13. Duration = 30;
  14. })
  15. wait(1)
  16. game.StarterGui:SetCore("SendNotification", {
  17. Title = "Enjoy";
  18. Text = "Don't Forget to Subscribe JN HH Gaming"; -- what the text says (ofc)
  19. Duration = 30;
  20. })
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement