СВЯЗАТЬСЯ:, телефон +7 (918) 671-81-71 связь в Telegram пишите по делу в МАХ по эл. почте art-pro100@mail.ru мы В К о н т а к т е

Click execute to start farming orbs and hoops automatically. ⚠️ Important Disclaimer Use third-party scripts and executors at your own risk.

-- Legends of Speed AutoFarm Script -- Features: Auto Orbs, Auto Hoops, Anti-AFK local ReplicatedStorage = game:GetService("ReplicatedStorage") local VirtualUser = game:GetService("VirtualUser") local Players = game:GetService("Players") local LocalPlayer = Players.LocalPlayer -- Toggle variables local autoOrbs = true local autoHoops = true -- Anti-AFK to prevent disconnection LocalPlayer.Idled:Connect(function() VirtualUser:Button2Down(Vector2.new(0,0), workspace.CurrentCamera.CFrame) task.wait(1) VirtualUser:Button2Up(Vector2.new(0,0), workspace.CurrentCamera.CFrame) end) -- Auto Orb Collection task.spawn(function() while autoOrbs do for _, obj in ipairs(workspace:GetChildren()) do if obj.Name == "Orb" or obj.Name == "Gem" then if obj:FindFirstChild("TouchInterest") then firetouchinterest(LocalPlayer.Character.HumanoidRootPart, obj, 0) firetouchinterest(LocalPlayer.Character.HumanoidRootPart, obj, 1) end end end task.wait(0.1) end end) -- Auto Hoop Collection task.spawn(function() while autoHoops do for _, hoop in ipairs(workspace.Hoops:GetChildren()) do if hoop:FindFirstChild("TouchInterest") then firetouchinterest(LocalPlayer.Character.HumanoidRootPart, hoop, 0) firetouchinterest(LocalPlayer.Character.HumanoidRootPart, hoop, 1) end end task.wait(0.1) end end) Use code with caution. Copied to clipboard ⚡ How to Use Copy the full Lua code provided above.

Exploiting violates the Roblox Terms of Service and can result in account bans.

Consider testing scripts on an alternate account to protect your main profile.

If you tell me what specific executor you are using or if you want to add auto-rebirth features, I can customize the code further for you.

Copyright © 2009-2025 | Разработка электронных библиотек для PRO100 | Условия использования | Политика конфиденциальности

Мы используем cookie, мы собираем их для анализа трафика и улучшения работы сервиса. Если вы продолжите использовать сайт, мы будем считать что Вас это устраивает.