begin
SetAVZGuardStatus(True);
SearchRootkit(true, true);
BC_Activate;
DelBHO('{4401FDC3-7996-4774-8D2B-C1AE9CD6CC25}');
DelBHO('{3322083F-5C61-4A51-A49E-F0D6EB9AD555}');
DeleteService('SYMIDSCO');
QuarantineFile('C:\windows\system32\DRIVERS\mhndrv.sys','');
StopService('MHNDRV');
DeleteService('x10nets');
DeleteService('r_server');
QuarantineFile('C:\windows\system32\Drivers\vidstub.sys','');
QuarantineFile('spvl.sys','');
QuarantineFile('C:\windows\System32\Drivers\dump_WMILIB.SYS','');
BC_DeleteFile('C:\PROGRA~1\COMMON~1\X10\Common\x10nets.exe');
BC_DeleteFile('C:\WINDOWS\system32\r_server.exe');
BC_DeleteFile('C:\PROGRA~1\COMMON~1\SYMANT~1\SymcData\idsdefs\20050901.036\symidsco.sys');
BC_DeleteFile('C:\Documents and Settings\All Users\Application Data\hwllib.dll');
BC_DeleteFile('C:\WINDOWS\system32\alderlcm.dll');
BC_ImportDeletedList;
end.