可用
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 執行器。查看我們的執行器頁面,為你的裝置找到可信的免費或付費執行器。