has a toggle to automatically instantly accept trades that benefit you, while any trades that would result in a loss, are instantly declined. very fast. also has an Auto Buy eggs feature in which you can select which eggs to be automatically purchased upon spawning on your conveyor
1getgenv().Settings = {
2 tradeAcceptThreshold = .51, -- how good the trade must be on a scale of 0.1 to 0.99, 0.5 would be the middle of the bar.
3 declineIfMoreThanOne = true -- if true, automatically declines trades that you will recieve more than one brainrot on
4}
5
6loadstring(game:HttpGet("https://raw.githubusercontent.com/raxscripts/LuaUscripts/refs/heads/main/TradeABrainrot.lua"))()