ADVERTISEMENTREMOVE ADS
auto farm Оf Speеd
47,117 views

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
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
ADVERTISEMENTREMOVE ADS


Comments
Why does the code look like its gonna download a virus?
@Pecho It's not a virus.