At last! Looks promising (what a pity that Canon doesn't make it). So what does it take to be a tester?
Wait for some days, currently I have no time to make full release...
For developers - how it works (on a710):
if (kbd_is_key_clicked(KEY_SHOOT_HALF)) { // for example
int a; // dummy variable, not used
*(int*)0x6230=0; // must be 0, otherwise camera crashes
sub_FFD5D538(&a, 3); // AF makes scan, AF assist lamp blink if too dark, but no AF confirmation sound
ExpCtrlTool_StartConti(); // resume continuous AE, because previous function locks exposure
}