This script is OP with a ton of options
should work with ALL internal and external executors
1getgenv().Key = "Put Key Here"
2
3getgenv().Settings = { -- leave this alone if you dont know what you're changing
4 stealThreshold = 10_000_000_000, -- this is the minimum amount a fish must generate every second for it to be valid to steal
5 secretsThreshold = 101, -- 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 touchFling = true, -- if true, you can fling players by touching them
10 timerFling = 3, -- set this to the what the timer must be at before flinging them
11 timerFlingDelay = .5, -- the amount of time to delay the fling after the timer is reached, this is to allow for precision
12 instantProximityPrompts = true, -- if true, proximity prompts will be activated instantly
13 autoLock = true, -- if true, the auto base locking feature will be enabled
14 autoBuyFishRequiredForRebirth = true, -- if true, the auto buy fish for required for rebirthing feature will be enabled
15 fastHits = true, -- if true, the slap tool cooldowns will be reduced to almost nothing
16 slapAimbot = true, -- if true, while hitting with the slap tool it will automatically aim for the closest target within the slapTargetDistance
17 gunAimbot = true,
18 defaultSortMode = "Price", -- default sorting mode for the fish list, can be "Price" or "Alphabetical"
19 AutoCollect = true, -- if true, cash will be auto collected
20 AutoCollectInterval = 60, -- how often (in seconds) to auto collect cash
21 AdminDetection = true, -- if true, you will be disconnected if an admin is detected in the server to prevent them from stealing your stuff
22 UnlockDetection = true, -- if true, you will be disconnected if someone pays to unlock your base to prevent them from stealing your stuff
23}
24
25loadstring(game:HttpGet("https://raw.githubusercontent.com/raxscripts/LuaUscripts/refs/heads/main/StealAFish.lua"))()