Auto Loot and auto sell greys setting or addon?

Is there a setting I am missing to enable autolooting and if there isnt one is there a addon that does that? Also is there a addon to auto sell grey items?
thanks!
thanks!
Lefeu wrote:Check out an addon called lazypig. Good stuff. But still no, no auto looting. Can get loot window at mouse cursor for some quicky clicking or just hold down shift.
/script for bag = 0, 4 do for slot = 1, GetContainerNumSlots(bag) do local name = GetContainerItemLink(bag,slot) if name and string.find(name,"ff9d9d9d") then DEFAULT_CHAT_FRAME:AddMessage("Selling "..name) UseContainerItem(bag,slot) end end end