INFO:
you will need an internal executor for this to work. meaning this will not work on solara or xeno for example, but will work on delta.
Extra:
make sure when you start the autofarm there are no items in your hotbar (drag them into your inventory) if you dont do this, eternals will be sold via autosell.
1getgenv().Settings = {
2 minimumRarity = 2, -- minimum rarity a fish has to be to catch (1 = common, 2 = uncommon, 3 = rare, 4 = epic, 5 = legendary, 6 = mythical, 7 = eternal)
3 AutoSell = true,
4 AutoSellInterval = 15,
5 AutoCollect = true,
6 AutoCollectInterval = 25,
7 instantProximityPrompts = true,
8}
9
10loadstring(game:HttpGet("https://raw.githubusercontent.com/raxscripts/LuaUscripts/refs/heads/main/Fish%20Hunter.lua"))()