+1 Height Per Jump Script | Infinite Auto Jump GUI
+1 Height Per Jump Keyless
+1 Height Per Jump Script | Infinite Auto Jump GUI
👤 alexriderr 👁 82 views ❤️ 0 likes ⏱ Aug 1, 2026
This keyless script for +1 Height Per Jump includes several useful automation features to help you progress faster. Its main highlight is Auto Infinite Jumping, allowing your character to continuously jump and gain height with minimal effort. The script also includes additional utility functions to make grinding easier and more efficient.
✨ Features
Auto Jump Keyless Access Infinite Height Farming
📋 Script Code
local Rayfield = loadstring(game:HttpGet("https://sirius.menu/rayfield"))()

local Window = Rayfield:CreateWindow({

    Name = "+1 Height Per Jump",

    LoadingTitle = "Hello",

    LoadingSubtitle = "Credit By XDSCRIPT",

    ConfigurationSaving = {

        Enabled = false

    }

})

local Tab = Window:CreateTab("Inf", 4483362458)

local Players = game:GetService("Players")

local UserInputService = game:GetService("UserInputService")

local Player = Players.LocalPlayer

local JumpEnabled = false

local function GetHumanoid()

    local Character = Player.Character or Player.CharacterAdded:Wait()

    return Character:FindFirstChildOfClass("Humanoid")

end

-- Infinite Jump

UserInputService.JumpRequest:Connect(function()

    if JumpEnabled then

        local Humanoid = GetHumanoid()

        if Humanoid then

            Humanoid:ChangeState(Enum.HumanoidStateType.Jumping)

        end

    end

end)

-- Infinite Jump + Auto Jump 0.1 Detik

Tab:CreateToggle({

    Name = "Auto Jump[Inf]",

    CurrentValue = false,

    Callback = function(Value)

        JumpEnabled = Value

        if Value then

            task.spawn(function()

                while JumpEnabled do

                    local Humanoid = GetHumanoid()

                    if Humanoid then

                        Humanoid:ChangeState(Enum.HumanoidStateType.Jumping)

                    end

                    task.wait(0.1)

                end

            end)

        end

    end,

})
🎮 Similar Scripts
💬 Comments (0)
Login to post a comment
No comments yet. Be the first!
Script Info
Game +1 Height Per Jump
TypeKeyless
Authoralexriderr
Views82
Likes0
PublishedAug 1, 2026
🎮 Play Game on Roblox
🕐 Recent Scripts
Phantom Forces Keyless Script | Aimbot & Visuals
Phantom Forces Keyless Script | Aimbot & Visuals
Phantom Forces • 👁 2
Keyless
MOODY’s mod menu
MOODY’s mod menu
Streetz War 2 • 👁 3
Keyless
Blade Spin script keyless – Level XP
Blade Spin script keyless – Level XP
Blade Spin • 👁 7
Keyless
STRAFE FPS script by Nick Hub
STRAFE FPS script by Nick Hub
STRAFE FPS • 👁 8
Keyless
Auto Shoot Murderer Keyless
Auto Shoot Murderer Keyless
Murder Mystery 2 • 👁 8
Keyless