5.1K views
2.3K downloads
1 month ago
Legends of speed autofarm! This also collects hoops but makes them invisible due to their large appearance and bothering sound.
Script Features:
Autofarm Hoop Farm Orb Farm Gem Farm AFK Farm Anti AFK
local children = workspace.Hoops:GetChildren()
coroutine.wrap(function()
repeat wait() until game:GetService("Players").LocalPlayer
local VirtualUser = game:GetService("VirtualUser")
game:GetService("Players").LocalPlayer.Idled:Connect(function()
VirtualUser:CaptureController()
VirtualUser:ClickButton2(Vector2.new())
end)
end)()
function runfarm()
coroutine.wrap(function()
while wait(0) do
for i, child in ipairs(children) do
if child.Name == "Hoop" then
child.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
child.Transparency = 1
child.hoopSound.Volume = 0
if child:FindFirstChild("hoopParticle") then
child.playerParticle:Destroy()
child.hoopGui:Destroy()
child.hoopParticle:Destroy()
end
end
end
end
end)()
coroutine.wrap(function()
while wait(0) do
for i,v in pairs(game:GetService("Workspace").orbFolder:GetDescendants()) do
if string.match(v.Name, " Orb") then
v.outerOrb.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
elseif v.Name == "Gem" then
v.outerGem.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
end
end
end
end)()
end
runfarm()
game.Players.LocalPlayer.CharacterAdded:Connect(function()
repeat wait()
print("Waiting")
until game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
runfarm()
end)
Similiar Scripts
Hungry for more? Check out these Roblox Scripts!
14.8K views
1 year ago
![Insane Critical Legends GUI [OPEN SOURCE]](/images/1642324969_Screenshot_44.webp)
Insane Critical Legends GUI [OPEN SOURCE]
SPELL BOOK Critical Legends Beta
SPELL BOOK Critical Legends Beta
14.7K views
1 year ago
![My Hero Blockidemia | Fast AutoFarm [Open Source]](/images/1642671302_Screenshot_72.webp)
My Hero Blockidemia | Fast AutoFarm [Open Source]
My Hero Blockidemia
My Hero Blockidemia
19.4K views
1 year ago
![Project Menacing | Item Collector [Open Source]](/images/1641491030_AutoCollect.webp)
Project Menacing | Item Collector [Open Source]
Project Menacing
Project Menacing
20.8K views
1 year ago
![Life Sentence | GUI [Open Source]](/images/1641885537_Screenshot_21.webp)
Life Sentence | GUI [Open Source]
UPDATE Life Sentence
UPDATE Life Sentence
15.7K views
1 year ago
![The Maze Runner | ESP [Open Source]](/images/1642671720_Screenshot_73.webp)
The Maze Runner | ESP [Open Source]
The Maze Runner
The Maze Runner
0 Comments
Log in here to comment