i can get it to right click trade but whats a good way to make it click on trade shop keeper?
i tried with just trade but it keeps clicking to trade with people.
thanks.
i can get it to right click trade but whats a good way to make it click on trade shop keeper?
i tried with just trade but it keeps clicking to trade with people.
thanks.
be more specific? like u want it to find shop keeper then right click then click trade?
if so here
SCAR Code:if (FindColor(x, y, ShopGuyscolor, 0, 0, 600, 600)) then
MMouse(x, y, 0, 0);
wait(1000 + random(2));
if (IsUpText('hop')) then
Mouse(x, y, 0, 0, false);
if (IsUpText('rade')) then
wait(400 + random(100));
ChooseOption(x, y, 'Trade');
wait(9000 + random(200));
Dont put only trade there. use "and" keyword with the trade and Shop Keeper.
There are currently 1 users browsing this thread. (0 members and 1 guests)