script_key=""; -- Your Script Key getgenv().Config = { ["Main"] = { ["Max Rebirth"] = 9, -- Max rebirth level (1-18) ["Leave After Rebirth"] = false, }, ["Farming"] = { ["Collect Cash Cap"] = "700B", -- Stops collecting when this amount is reached (e.g. "10B", "100.5M", "1.5T") ["Rare Animal Generation"] = "10M", -- Animals with generation >= this value are never sold and block rebirths ["Only keep Secret if Cash Cap"] = true, -- When cash cap is reached, sell all animals except Secret/OG ["Ignore Secret"] = { -- Treat these Secret/OG animals as normal (can be sold) -- ["La Vacca Saturno Saturnita"] = { "Normal", "Gold", "All" }, -- Example }, ["Buy Lucky Block"] = { -- Prioritize buying these Lucky Blocks (will sell regular animals to make space) -- "Secret Lucky Block", -- "Brainrot God Lucky Block", -- "Mythic Lucky Block", }, ["Open Lucky Block"] = { -- Automatically open these Lucky Blocks when in base -- "Secret Lucky Block", }, ["Rare Lucky Block"] = { -- Put Lucky Blocks here (never sold or opened if base full) -- "Secret Lucky Block", }, }, ["Performance"] = { ["FPS Cap"] = 10, ["Black Screen"] = true, -- Recommended to let it true, so it use less performance ["Kick if Ping above"] = 750, -- Kicks player if average ping stays above the value you've set for 30 seconds }, ["Webhook"] = { ["Url"] = "", ["Discord ID"] = "", -- Your Discord ID for ping (e.g. "123456789012345678") ["Ignore Notify"] = { -- Skip notifications for specific animals and mutation types -- ["La Vacca Saturno Saturnita"] = { "Normal", "Gold", "All" }, -- Example }, }, ["Solo Mode"] = { ["Server Cloning"] = false, -- Use this only with private servers, it will clone you to a private server ["Enabled"] = false, -- Set this to true if you are in a private / if not let it false }, } loadstring(game:HttpGet("https://api.luarmor.net/files/v4/loaders/d0ab46b287e5c0ebc658e9f5dc7a8dcb.lua"))()