getgenv().Config = getgenv().Config or { ["Auto Lock Base"] = { ["Status"] = true, ["Lock it on X Seconds"] = 20 }, ["Await Next Block"] = { ["Status"] = true, ["Time"] = 20, -- will return to base on X Seconds left on Block before next actions ["Collect Money"] = true, -- will collect money while awaiting next block (using Auto Collect settings), ["Auto Reset"] = true }, ["Auto Collect"] = { ["Status"] = true, ["Collect After X Seconds"] = 20, ["Collect Mode"] = "Diff" -- Diff / All -- Diff meaning different cooldown for each animal, All meaning global cooldown }, ["Auto Buy Animal"] = { ["Status"] = true, ["Max Price Diff Global"] = 0.3, -- 0.3 = 30%, example: on your balance 5k, so min price to buy will be 5000 - 30% = 3500 (will use this setting if not stated range) ["Delay"] = 60, ["Ignore Settings"] = true, ["Settings"] = { -- You can add more settings, just copy under this message table (from "{" to "}" and add "," after "}" ) { ["Use Percentage"] = true, ["Price Diff"] = 0.3, -- 0.5 = 50%, same as Max Price Diff Global ["Use Cost Range"] = false, -- make sure only one can be true, else script will buy almost everything ["Cost Range"] = {1, 1000}, -- min, max (monster range for buy it) ["Use Name"] = false, -- script will use brainrot names to buy ["Names"] = {}, ["Player Balance Range"] = {1000, 100000} -- if player balance in stated range script will use settings above, make sure each setting doesn't have same min or max value }, { ["Use Percentage"] = true, ["Price Diff"] = 0.5, -- 0.5 = 50%, same as Max Price Diff Global ["Use Cost Range"] = false, -- make sure only one can be true, else script will buy almost everything ["Cost Range"] = {1, 1000}, -- min, max (if monster price in range then script will buy) ["Use Name"] = false, -- script will use brainrot names to buy ["Names"] = {}, ["Player Balance Range"] = {100001, 1000000} -- if player balance in stated range script will use settings above, make sure each setting doesn't have same min or max value }, } }, ["Auto Rebirth"] = { ["Status"] = true, }, ["Auto Sell Worst Animal"] = { -- will sell worst animal when no free space ["Status"] = true }, ["Steal A Brainrot"] = { ["Status"] = true, ["Mode"] = 2, -- 1 - script will steal brainrots which better than ur worst, 2 - script will steal branrots which better than ur best, 3 - script will steal brainrots only in generation range ["Generation Range"] = {1, 100}, -- {min, max} }, ["Webhook"] = { -- Premium Feature, will sometimes enable it for everyone, so u can fill it ["Status"] = true, ["WebhookURL"] = "", ["Post Each X Minutes"] = 1, } } loadstring(game:HttpGet("https://noname-hub.fun/loader.lua"))()