Warning: session_start(): open(/var/lib/php/sessions/sess_9loo2s8gsdrntm89bfvduhq1f1, 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
static double sleep = 0.2;
static int w = 300, h = 300;
static ImageSurface is;
p-substance {
is = alwaysOnTop(showImage(new RGBImage(w, h, Color.white;
hideConsole(;
installTimer(is, toMS(sleep), r {
Rect r = intersectWithScreen(rectAround(new Pt(mouseLocation()), w, h));
BufferedImage img = shootScreen2(r);
is.setImage(img);
});
}