Freeze you screen with my 16 lines.press ESC to escape

.
Dim getpicture(100)
set display mode 1024,768,32:set window on:set window size 1,1:wait 100
If getpicture(003) = 000
getpicture(003) = 001 : AppDir$ = Get Dir$()
FName$ = AppDir$ +\"\\screen\" + Str$(getpicture(0002)) + \".jpg\"
If File Exist(FName$) = 001 Then Delete File FName$
Save Bitmap FName$
getpicture(002) = getpicture(002) + 001
Else
getpicture(003) = 000
Endif:set window off:Hide mouse
do
load bitmap \"screen0.jpg\":sync
set text size 40:text 0,0,\"20 LINERS---------------------------------\"
sync
loop