supports all executors, configure settings in the script. Auto Steal settings save when you leave and rejoin
1getgenv().Settings = {
2 stealThreshold = 2, -- this is the minimum amount of cash a brainrot must generate every second for it to be stolen
3 speedboost = 23,
4 jumpboost = 10,
5 instantProximityPrompts = true, -- if true, proximity prompts will be activated instantly
6 autoLock = true, -- if true, your base will automatically lock
7 AutoCollect = true, -- if true, cash will be auto collected
8 AutoCollectInterval = 60, -- how often (in seconds) to auto collect cash
9}
10
11loadstring(game:HttpGet("https://raw.githubusercontent.com/raxscripts/LuaUscripts/refs/heads/main/RipBrainrot.lua"))()