from wizzups ess miner(little bit edited)
SCAR Code:
If FindColorSpiralTolerance(iX, iY, <find a color which is only found on him>, MSX1, MSY1, MSX2, MSY2, 4)
Or FindColorSpiralTolerance(iX, iY, <find a color which is only found on him>, MSX1, MSY1, MSX2, MSY2, 4) Then
Begin
MMouse(iX, iY, 0, 0);
Wait(100);
If IsupTextMulti('Talk','bury','alk-to') Then
Begin
Mouse(iX, iY, 0, 0, False);
ChooseOption(iX, iY, 'ank');
end;
you need to fill in your own colors, and tweak it a little bit, but it should work
(might have made a mistake somewhere so debug it yourself lol)