Warning: session_start(): open(/var/lib/php/sessions/sess_iiba8qcphtvr5372t2edjvt271, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
p-tt {
mouseMover().endAfterInterference = false;
while licensed {
BufferedImage img = shootScreen2();
Rect r = ocr_findTerminalBackground(RGBImage(img));
if (r == null) continue;
Rect title = shrinkRect(40, 4, new Rect(r.x, r.y-16, r.w, 16));
if (containsColor(clipBufferedImage(img, title), 0x454545)) {
print(title);
Pt p = centerOfRect(title);
Pt p2 = Pt(p.x+random(-50, 50), p.y+random(20, -20));
Rect usable = Rect(usableWindowArea());
usable.h = max(40, usable.h-300);
p2 = limitPtToRect(p, usable);
robotDragMouse(toPoint(p), 500, toPoint(p2));
}
}