--[[ this will mostly sell your inventory inside the dungeon/raids etc and low chance in lobby just put it inside auto execute to automate it --]] getgenv().Rarity_To_Sell = { ['Uncommon'] = { ['Sell'] = true; ['MaxAmount'] = 9999; ['Items'] = { ['chest'] = true; ['helmet'] = true; ['ability'] = true; ['ring'] = true; ['weapon'] = true; } }, ['Common'] = { ['Sell'] = true; ['MaxAmount'] = 9999; ['Items'] = { ['chest'] = true; ['helmet'] = true; ['ability'] = true; ['ring'] = true; ['weapon'] = true; } }, ['Rare'] = { ['Sell'] = true; ['MaxAmount'] = 9999; ['Items'] = { ['chest'] = true; ['helmet'] = true; ['ability'] = true; ['ring'] = true; ['weapon'] = true; } }, ['Epic'] = { ['Sell'] = true; ['MaxAmount'] = 9999; ['Items'] = { ['chest'] = false; ['helmet'] = false; ['ability'] = true; ['ring'] = true; ['weapon'] = true; } }, ['Legendary'] = { ['Sell'] = false; ['MaxAmount'] = 9999; ['Items'] = { ['chest'] = false; ['helmet'] = false; ['ability'] = false; ['ring'] = false; ['weapon'] = false; } } } loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/2cce29d7ce170b9fec29eea7a39462d2.lua"))()