Warning: session_start(): open(/var/lib/php/sessions/sess_hs7692sokhbuibflitmfbo5hjq, 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 {
RGB last = null;
while licensed {
sleep(100);
Point p = mouseLocation();
RGB rgb = shootScreen(new Rect(p.x, p.y, 1, 1)).getPixel(0, 0);
if (neq(rgb, last)) {
last = rgb;
print(p.x + "/" + p.y + ": " + rgb + " " + formatDouble(rgb.getBrightness(), 2));
}
}
}