begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
ClearQuarantine;
QuarantineFile('C:\WINDOWS\aadrive32.exe','');
QuarantineFile('C:\WINDOWS\jodrive32.exe','');
QuarantineFile('C:\WINDOWS\jxdrive32.exe','');
QuarantineFile('C:\Documents and Settings\1\Application Data\87.tmp','');
QuarantineFile('C:\Documents and Settings\1\Application Data\6.tmp','');
QuarantineFile('C:\Documents and Settings\1\Application Data\C.tmp','');
QuarantineFile('C:\Documents and Settings\1\Application Data\E.tmp','');
QuarantineFile('C:\Documents and Settings\1\Application Data\17.tmp','');
QuarantineFile('C:\Documents and Settings\1\Application Data\2C.tmp','');
QuarantineFile('C:\Documents and Settings\1\Application Data\30.tmp','');
DeleteFile('C:\WINDOWS\aadrive32.exe');
DeleteFile('C:\WINDOWS\jodrive32.exe');
DeleteFile('C:\WINDOWS\jxdrive32.exe');
DeleteFile('C:\Documents and Settings\1\Application Data\87.tmp');
DeleteFile('C:\Documents and Settings\1\Application Data\6.tmp');
DeleteFile('C:\Documents and Settings\1\Application Data\C.tmp');
DeleteFile('C:\Documents and Settings\1\Application Data\E.tmp');
DeleteFile('C:\Documents and Settings\1\Application Data\17.tmp');
DeleteFile('C:\Documents and Settings\1\Application Data\2C.tmp');
DeleteFile('C:\Documents and Settings\1\Application Data\30.tmp');
RegKeyParamDel('HKEY_LOCAL_MACHINE','system\currentcontrolset\services\sharedaccess\parameters\firewallpolicy\standardprofile\authorizedapplications\list','C:\Documents and Settings\1\Application Data\87.tmp');
RegKeyParamDel('HKEY_LOCAL_MACHINE','system\currentcontrolset\services\sharedaccess\parameters\firewallpolicy\standardprofile\authorizedapplications\list','C:\Documents and Settings\1\Application Data\6.tmp');
RegKeyParamDel('HKEY_LOCAL_MACHINE','system\currentcontrolset\services\sharedaccess\parameters\firewallpolicy\standardprofile\authorizedapplications\list','C:\Documents and Settings\1\Application Data\C.tmp');
RegKeyParamDel('HKEY_LOCAL_MACHINE','system\currentcontrolset\services\sharedaccess\parameters\firewallpolicy\standardprofile\authorizedapplications\list','C:\Documents and Settings\1\Application Data\E.tmp');
RegKeyParamDel('HKEY_LOCAL_MACHINE','system\currentcontrolset\services\sharedaccess\parameters\firewallpolicy\standardprofile\authorizedapplications\list','C:\Documents and Settings\1\Application Data\17.tmp');
RegKeyParamDel('HKEY_LOCAL_MACHINE','system\currentcontrolset\services\sharedaccess\parameters\firewallpolicy\standardprofile\authorizedapplications\list','C:\Documents and Settings\1\Application Data\2C.tmp');
RegKeyParamDel('HKEY_LOCAL_MACHINE','system\currentcontrolset\services\sharedaccess\parameters\firewallpolicy\standardprofile\authorizedapplications\list','C:\Documents and Settings\1\Application Data\30.tmp');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(true);
end.