Beorn: No, it's not a shader, it's a texture stage effect. Geforce 2 does indeed not support shaders. The [F6] key just calls the following function:

var _shot_no=0;
function _sshot() {
screenshot("shot_",_shot_no);
beep;
_shot_no+=1;
}