You Cannot auto pill anymore with the ingame function you must make a script or macro function to make ur own AutoPill with a program like AUtoIt. you can use different methods to accomplish this, such as either
(A) PixelSearch ( dont really like this method, Why Search for a color when you can just State It?) / useless in my mind ... for AutoPot anyways.
(B) PixelGetColor ( Recommand this method to prevent needing to update Ea Week)
(C) Memory ( using the Games HP Memory to create a AutoPot just like with the In-games Function. , #Requires updating Ea Week)
or other methods that you can find.