very OP and customizable
1getgenv().Key = "Put Key Here"
2
3getgenv().Settings = { -- leave this alone if you dont know what you're changing
4 stealThreshold = 100, -- this is the minimum amount a brainrot must generate every second for it to be stolen
5 secretsThreshold = 100, -- how much a secret must generate (by percent) to be valid to steal
6 speedboost = 23,
7 jumpboost = 10,
8 slapTargetDistance = 20, -- how far away in studs a target will be focused on when slapping (for slap aimbot)
9 instantProximityPrompts = true, -- if true, proximity prompts will be activated instantly
10 autoLock = true, -- if true, the auto base locking feature will be enabled
11 autoBuyRequiredForRebirth = true, -- if true, you will automatically buy brainrots required for rebirthing
12 fastHits = true, -- if true, the tool cooldowns will be much faster
13 slapAimbot = true, -- if true, while hitting with the bat tool it will automatically aim for the closest target within the slapTargetDistance
14 gunAimbot = true, -- silent aim for ranged weapons
15 defaultSortMode = "Price", -- default sorting mode for the brainrot list, can be "Price" or "Alphabetical"
16 AutoCollect = true, -- if true, cash will be auto collected
17 AutoCollectInterval = 60, -- how often (in seconds) to auto collect cash
18 AdminDetection = true, -- if true, you will be disconnected if an admin is detected in the server to prevent them from stealing your stuff
19 UnlockDetection = true, -- if true, you will be disconnected if someone pays to unlock your base to prevent them from stealing your stuff
20 touchFling = true, -- if true, you can fling players by touching them
21 timerFling = 3, -- set this to the what the timer must be at before flinging them
22 timerFlingDelay = .5, -- the amount of time to delay the fling after the timer is reached, this is to allow for precision
23}
24
25loadstring(game:HttpGet('https://raw.githubusercontent.com/raxscripts/LuaUscripts/refs/heads/main/ArrestBrainrot.lua'))()