CODE:
win w;
int xm, ym;
int glHandle,glHandle_0; // определение идентификатора указателя руки
sleep(2000);
start1:
mouse_(2000,1,32, 86,700);
getmouse(xm, ym);
w=getwindow(1, xm, ym);
glHandle_0=getcursor(w);
pause(1000);
mousemove(546, 113);
pause(2000);
glHandle=getcursor(w);
messagebox(format(glHandle_0));
messagebox(format(glHandle));
if (glHandle_0==glHandle){goto start1;}
function mouse_(int p1, int m, int xm, int ym, int p2)
{
pause(p1);
if (m==1) mouse(LEFT, xm, ym);
if (m==2) mouse(MIDDLE, xm, ym);
if (m==3) mouse(RIGHT, xm, ym);
if (m==4) mousedown(LEFT, xm, ym);
if (m==5) mousedown(MIDDLE, xm, ym);
if (m==6) mousedown(RIGHT, xm, ym);
if (m==7) mouseup(LEFT, xm, ym);
if (m==8) mouseup(MIDDLE, xm, ym);
if (m==9) mouseup(RIGHT, xm, ym);
if (m==10) mousedbl(LEFT, xm, ym);
pause(p2);
}
int xm, ym;
int glHandle,glHandle_0; // определение идентификатора указателя руки
sleep(2000);
start1:
mouse_(2000,1,32, 86,700);
getmouse(xm, ym);
w=getwindow(1, xm, ym);
glHandle_0=getcursor(w);
pause(1000);
mousemove(546, 113);
pause(2000);
glHandle=getcursor(w);
messagebox(format(glHandle_0));
messagebox(format(glHandle));
if (glHandle_0==glHandle){goto start1;}
function mouse_(int p1, int m, int xm, int ym, int p2)
{
pause(p1);
if (m==1) mouse(LEFT, xm, ym);
if (m==2) mouse(MIDDLE, xm, ym);
if (m==3) mouse(RIGHT, xm, ym);
if (m==4) mousedown(LEFT, xm, ym);
if (m==5) mousedown(MIDDLE, xm, ym);
if (m==6) mousedown(RIGHT, xm, ym);
if (m==7) mouseup(LEFT, xm, ym);
if (m==8) mouseup(MIDDLE, xm, ym);
if (m==9) mouseup(RIGHT, xm, ym);
if (m==10) mousedbl(LEFT, xm, ym);
pause(p2);
}