loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua", true))() game.StarterGui:SetCore("SendNotification", { Title = "Infinite Jumps and Vape"; Text = "Mixed by Mobile hacks123"; -- what the text says (ofc) Duration = 30; }) wait(1) game.StarterGui:SetCore("SendNotification", { Title = "Enjoy"; Text = "Don't Forget to Subscribe Mobile hacks123"; -- what the text says (ofc) Duration = 30; }) local InfiniteJumpEnabled = true game:GetService("UserInputService").JumpRequest:connect(function() if InfiniteJumpEnabled then game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping") end end)