Automatically collects your cash for you and Attacks the highest rarity brainrots that spawn on your plot. This script also has a Auto Buy Seeds feature in which you can select which seeds you would like to automatically purchase when they are in stock
1getgenv().Settings = {
2 autoCollect = true, -- if true, cash will be auto collected
3 autoCollectInterval = 60, -- how often (in seconds) to auto collect cash
4}
5
6loadstring(game:HttpGet("https://raw.githubusercontent.com/raxscripts/LuaUscripts/refs/heads/main/plantsVSbrainrot.lua"))()