begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
QuarantineFile('C:\WINDOWS\system32\face.ax','');
QuarantineFile('c:\windows\system32\5cfc43a5.exe','');
QuarantineFile('c:\windows\system32\6df73e7b.exe','');
QuarantineFile('c:\windows\system32\hqkoiz.exe','');
DeleteFile('c:\windows\system32\5cfc43a5.exe');
DeleteFile('c:\windows\system32\6df73e7b.exe');
DeleteFile('c:\windows\system32\hqkoiz.exe');
RegKeyStrParamWrite('HKLM', 'SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon', 'UserInit', GetEnvironmentVariable('WinDir')+'\system32\userinit.exe,');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
ExecuteRepair(20);
RebootWindows(true);
end.