Advertisement
Yfytydutyrd

Vape v4 by Mobile hacks123

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