コンテンツへスキップ
動作中

country rng 2 farm obby keyless open-source

CLclarkdevlinorg1 閲覧数Universal2026年7月26日
共有
country rng 2 farm obby keyless open-source

スクリプトコード

Lua
local CalmLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/IcantAffordSynapse/calmlib/refs/heads/main/src.lua"))()
local window = CalmLib:win("auto farm obby")

local section1 = window:tab("Autofarm","rbxassetid://109121102062195")

local plr = game:GetService("Players").LocalPlayer
local character=plr.Character or plr.CharacterAdded:Wait()
local leg = character:WaitForChild("RightLowerLeg")

local start_ptr=workspace.Obby.Start
local end_ptr=workspace.Obby.End

getgenv().config1={
    enabled=false,
    delay=0.1
}

local function wakePhysics(legPart)
    if legPart and legPart:IsA("BasePart") then
        legPart.CFrame = legPart.CFrame * CFrame.new(0, 0.001, 0)
    end
end

local function firestart()
    task.spawn(function()
        wakePhysics(leg)
        firetouchinterest(leg, start_ptr, 0)
        task.wait()
        firetouchinterest(leg, start_ptr, 1)
    end)
end
local function fireend()
    task.spawn(function()
        wakePhysics(leg)
        firetouchinterest(leg, end_ptr, 0)
        task.wait()
        firetouchinterest(leg, end_ptr, 1)
    end)
end

section1:toggle("toggle autofarm obby",false,function(bool)
    getgenv().config1.enabled=bool
    if not getgenv().config1.enabled then 
        firetouchinterest(leg, start_ptr, 1)
        firetouchinterest(leg, end_ptr, 1)
        return 
    end
    task.spawn(function()
        while getgenv().config1.enabled do 
            firestart()
            task.wait(getgenv().config1.delay)
            fireend()
        end
    end)
end)

section1:slider("toggle delay (doesnt really work on low delay)",0,1000,getgenv().config1.delay*1000,function(v)
    getgenv().config1.delay=tonumber(v)/1000
end)

説明

keyless, requires executors with firetouchinterest.

コメント (0)

会話に参加するにはログインしてください

  • 最初のコメントを投稿しましょう。

よくある質問

country rng 2 farm obby keyless open-sourceスクリプトはどう使いますか?
上のスクリプトコードをコピーし、Robloxエグゼキューターを開いて貼り付け、ゲーム中に実行を押してください。スクリプトが実行されると、機能が即座に有効になります。
country rng 2 farm obby keyless open-sourceスクリプトは無料ですか?
はい。このスクリプトは無料でコピー&使用できます。キーシステムを使用している場合は、リンクから無料でキーを取得してください。
country rng 2 farm obby keyless open-sourceスクリプトの使用は安全ですか?
ソースコード全体がこのページに表示されるので、実行前に内容を正確に確認できます。信頼できるエグゼキューターを使用し、スクリプトの使用はRobloxの利用規約に違反するため、自己責任で使用してください。
country rng 2 farm obby keyless open-sourceに対応するエグゼキューターは?
このスクリプトはほとんどの人気Robloxエグゼキューターで動作します。お使いのデバイス向けの信頼できる無料または有料エグゼキューターを見つけるには、エグゼキューターページをご覧ください。
country rng 2 farm obby keyless open-source | BloxScripter