SCAR Code:procedure test;
begin
ActivateClient;
SendKeys(chr(39));
SendKeys(chr(39));
SendKeys(chr(39));
Wait(200+random(100));
MouseBox(537, 14, 551, 32, 1);
if (GetColor(314, 23) = 1125176) or GetColor(316, 22) = 927024) then
begin
MouseBox(314, 23, 324, 59,1);
end;
end;
edith I found it, sorry.



h I found it, sorry.
Reply With Quote