Skip to content

Here for the good stuff? These discount codes are yours!

Legends Of Speed Script Вђ“ Autofarm -

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

Exploiting violates the Roblox Terms of Service and can result in account bans. Legends Of Speed Script – AutoFarm

-- 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. Consider testing scripts on an alternate account to