Dragon Farm Simulator | AutoCollect

MADE BY magnetwashere

FEATURE:

  • AUTO COLLECT
  • .
  • how to use:
  • just execute once u have a tycoon, and if you want to disable it, change the “_G.Enabled = true” to “_G.Enabled = false” and execute again
  • .
  • https://www.roblox.com/games/9983979661/Dragon-Farm-Simulator

SCRIPT:

_G.Enabled = true

local plr = game.Players.LocalPlayer
local collect = game:GetService("ReplicatedStorage").Remotes.CollectEgg
local tycoon; for i,v in pairs(workspace.Tycoons:GetChildren()) do
   local farmSignText = v.OwnerSign.farmName.SurfaceGui.Frame.TextLabel.Text
   if farmSignText:lower():find(plr.Name:lower()) then
       tycoon = v
   end
end

if not tycoon then
   game.StarterGui:SetCore("SendNotification", {
       Title = "Error",
       Text = "Claim a tycoon first! Execute again once you have one.",
       Duration = 3
   })
   return
end

while _G.Enabled do
   for i,v in pairs(tycoon.Eggs:GetChildren()) do
       collect:FireServer(v)
   end
   task.wait()
end

⚠️ 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!