repeat task.wait(1) until game:IsLoaded() --Configure Key getgenv().SCRIPT_KEY = "Your_Key_Here" --Configure Settings getgenv().Config = getgenv().Config or { AutoCollectFruit = true, -- Collect all fruits (ignores filters) AutoSellInventory = true, -- Automatically sell all harvested fruits/inventory AutoBuySeed = { Enabled = true, Seeds = {"All"} -- Accepts "All" or specific names (e.g. {"Sunflower", "Dragon Breath"}) }, AutoBuyGear = { Enabled = true, Gears = {"All"} -- Accepts "All" or specific names (e.g. {"Watering Can", "Shovel"}) }, AutoTamePet = { Enabled = true, Pets = {"Unicorn", "Raccoon", "Firefly"}, -- Matches selected pet list MaxPrice = "15M", -- Max budget for taming wild pets AutoHop = false }, AutoMailbox = { Enabled = false, TargetUsername = "", -- Target recipient username MinQuantity = 50, -- Stack quantity trigger before sending Seeds = {"Carrot"}, -- Target Seeds Gears = {"Watering Can"}, -- Target Gears Pets = {"Unicorn"}, -- Target Pets Fruits = {"Carrot"} -- Target Fruits }, AutoClaimMailbox = false, -- Claim gifts from inbox automatically (true/false) AutoPlantSeed = { Enabled = false, Seeds = {"Bamboo"} -- "All" or specific seed names to plant }, AutoAuction = { Enabled = false, MaxPrice = "100m", -- Max price budget limit for buying Items = {"Star Fruit"} -- Targets item names on auction board }, InventoryMonitor = { Enabled = false, TargetUsername = "" -- Main Account Username for Web Panel link }, AutoDailyDeal = { Enabled = true, MinCount = 10 -- Fruit count needed in bag before selling to Steven }, HideFruitsAndPlants = true, -- Purges 3D rendering for huge lag reduction FPSBooster = true, -- Removes unneeded game visuals for max FPS AutoReconnect = true, -- Rejoin server automatically if disconnected Webhook = { Enabled = false, -- Optional Discord Webhook notification Url = "" } } loadstring(game:HttpGet("https://raw.githubusercontent.com/FakeModz/ZeroImpact/refs/heads/main/Kaitun_GAG2.lua"))()