Код: Выделить всё
Point pCheck = Point.get(466, 348);
int clickCount = 10;
int curColor = 0;
startScreenCapture(2);
sleep(2000);
while(!EXIT){
curColor = getColor(pCheck);
if(curColor > 97377877 || curColor < 13554383)
for(int i = 0; i < clickCount; i++){
clickRand(pCheck, 5);
sleepRand(400, 700);
}
sleep(100);
}