begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
DeleteFile('C:\WINDOWS\system32\stfa.dll');
DeleteFile('C:\Program Files\Internet Explorer\Connection Wizard\icwsetup.exe');
DeleteFile('stfa.dll');
DeleteFile('%USERPROFILE%\Application Data\bpfeed.dll');
DelBHO('{9D64F819-9380-8473-DAB2-702FCB3D7A3E}');
DelBHO('{56bb6d01-7bd5-4458-a4ae-f03df643d6ee}');
DelCLSID('{9D64F819-9380-8473-DAB2-702FCB3D7A3E}');
DelCLSID('{56bb6d01-7bd5-4458-a4ae-f03df643d6ee}');
DeleteFileMask('C:\WINDOWS\Temp', '*.*', true);
ClearHostsFile;
ExecuteRepair(6);
ExecuteSysClean;
RebootWindows(true);
end.