Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Thingy for random stuff like notifications
- local StarterGui = game:GetService("StarterGui")
- InfiniteJumpEnabled = true
- game:GetService("UserInputService").JumpRequest:connect(
- function()
- if InfiniteJumpEnabled then
- game:GetService "Players".LocalPlayer.Character:FindFirstChildOfClass "Humanoid":ChangeState("Jumping")
- end
- end
- ) -- I might add a toggle for this soon
- -- Lil notification for when the script loads
- StarterGui:SetCore(
- "SendNotification",
- {
- Title = "Infinite Jump loaded!",
- Text = "Happy exploiting!",
- Duration = 3
- }
- )-- Thingy for random stuff like notifications
- local StarterGui = game:GetService("StarterGui")
- InfiniteJumpEnabled = true
- game:GetService("UserInputService").JumpRequest:connect(
- function()
- if InfiniteJumpEnabled then
- game:GetService "Players".LocalPlayer.Character:FindFirstChildOfClass "Humanoid":ChangeState("Jumping")
- end
- end
- ) -- I might add a toggle for this soon
- -- Lil notification for when the script loads
- StarterGui:SetCore(
- "SendNotification",
- {
- Title = "Loaded! follow fiero0911 on roblox!",
- Text = "inf jumps in a cool way",
- Duration = 3
- }
- )
Add Comment
Please, Sign In to add comment