static AutoShootInfo autoShootHidingConsole() { ret autoShoot(func { bool b = consoleShowing(); try { if (b) hideConsole(); ret shootScreenBW(); } finally { if (b) showConsole(); } }); }