ADVERTISEMENTREMOVE ADS
Game icon

auto farm Оf Speеd

Legends Of Speed ⚡
2 months ago
Script preview thumbnail
Script Preview

Description

🇷🇺 У этого скрипта нет пользовательского интерфейса. Как только вы запустите его, он автоматически будет фармить

🇺🇲 This script does not have a user interface. As soon as you launch it, it will farm automatically.

Features:

  • auto farm
ADVERTISEMENTREMOVE ADS
30 Lines • 944 Bytes
Raw
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
if not LocalPlayer.Character or not LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
LocalPlayer.CharacterAdded:Wait()
end
local Root = LocalPlayer.Character:WaitForChild("HumanoidRootPart")
local Folders = {
workspace:WaitForChild("enchantedChest"),
workspace:WaitForChild("goldenChest"),
workspace:WaitForChild("jungleChest"),
workspace:WaitForChild("magmaChest"),
workspace:WaitForChild("rewardChests"),
workspace.orbFolder:WaitForChild("Snow City"),
workspace:WaitForChild("Hoops")
}
while true do
for _, Folder in pairs(Folders) do
for _, C in pairs(Folder:GetDescendants()) do
if C:IsA("BasePart") then
firetouchinterest(C, Root, 0)
firetouchinterest(C, Root, 1)
end
end
end
task.wait(0.1)
end
ADVERTISEMENTREMOVE ADS

Comments

2 comments
to add a comment
Pe

Why does the code look like its gonna download a virus?

0
1
St

@Pecho It's not a virus.

0
0
ADVERTISEMENTREMOVE ADS