Open trade window and launch, make sure to have correct settings in support -> healing
Code:
while (true) do
    Self.ShopBuyItemsUpTo("great mana potion", 100)
    Self.ShopSellFlasks()
    wait(10000)
end