wasfer
11-16-2011, 04:40 PM
MMouse(x, y, 4, 4);
wait(200 + Random(100));
mouse(x, y, 0, 0, false);
WaitOption('ithdraw-X', 5000);
wait(800 + Random(100));
TypeSend('2');
To make it only use ithdraw-X when
WaitOption('ithdraw-2', 5000) option is not available, would fasten up the proccess instead of always withdrawing with -x.
wait(200 + Random(100));
mouse(x, y, 0, 0, false);
WaitOption('ithdraw-X', 5000);
wait(800 + Random(100));
TypeSend('2');
To make it only use ithdraw-X when
WaitOption('ithdraw-2', 5000) option is not available, would fasten up the proccess instead of always withdrawing with -x.