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