Farm Life Tycoon | AUTO MONEY COLLECTOR

MADE BY Zenco

FEATURE:

  • AUTO MONEY COLLECTOR
  • .
  • DEV NOTE:
  • Also I would recommend using an antiafk script so you can leave the game on for more than 20 minutes.

GAME LINK:
FARM LIFE TYCOON

SCRIPT:

local player = game:GetService("Players").LocalPlayer
local tycoon = tostring(player.TycoonPointer.Value)

_G.loop = true --Set to false and execute again if you want to stop the script
while _G.loop == true do
   wait(0.1)
   for i, v in pairs(game:GetService("Workspace").Tycoons[tycoon].Buttons:GetDescendants()) do
       if v.Name == "DevProductID" then
           v.Parent.Parent:Destroy()
       else
           if v.Name == "Trigger" and v.ClassName == "Part" then
               cash = tonumber(game:GetService("Workspace").Tycoons[tycoon].Data.Money.Value)
               if cash >= tonumber(v.Parent.Configuration.Cost.Value) then
                   firetouchinterest(v, player.Character.HumanoidRootPart, 0)
                   firetouchinterest(v, player.Character.HumanoidRootPart, 1)
               end
           end
       end
       for i, v in pairs(game:GetService("Workspace").Tycoons[tycoon].Entities:GetChildren()) do
           if v.Name == "MoneyCollector" then
               firetouchinterest(v.Trigger, player.Character.HumanoidRootPart, 0)
               firetouchinterest(v.Trigger, player.Character.HumanoidRootPart, 1)
           end
       end
   end
end
--Made by Zenco

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!