Код:
begin
ClearQuarantine;
SearchRootkit(true, true);
SetAVZGuardStatus(true);
TerminateProcessByName('c:\docume~1\temp\ydut.exe');
TerminateProcessByName('c:\windows\system32\avicap32.exe');
QuarantineFile('C:\Program Files\Internet Explorer\rasadhlp.dll','');
DelBHO('{6B5863A0-C43F-4C0A-982B-CC0E9125783F}');
QuarantineFile('C:\Documents and Settings\Администратор\Application Data\Microsoft\Internet Explorer\qstatsrv.dll','');
QuarantineFile('explorer.exe,C:\Documents and Settings\Администратор\Application Data\vdolew.exe','');
QuarantineFile('c:\windows\system32\wuaucldt.exe','');
QuarantineFile('c:\documents and settings\Администратор\wuaucldt.exe','');
QuarantineFile('C:\WINDOWS\system32\regedit.exe','');
QuarantineFile('C:\WINDOWS\system32\avicap32.exe','');
QuarantineFile('C:\WINDOWS\System32\mtwsssnh~.exe','');
QuarantineFile('C:\Documents and Settings\Администратор\mtwsssnh~.exe','');
QuarantineFile('C:\Documents and Settings\Администратор\Application Data\Success\upldllms72\msftstp.exe','');
QuarantineFile('C:\DOCUME~1\TEMP\ydut.exe','');
QuarantineFile('c:\windows\system32\avicap32.exe','');
QuarantineFile('c:\docume~1\temp\ydut.exe','');
DeleteFile('c:\docume~1\temp\ydut.exe');
DeleteFile('c:\windows\system32\avicap32.exe');
DeleteFile('C:\DOCUME~1\TEMP\ydut.exe');
DeleteFile('C:\Documents and Settings\Администратор\Application Data\Success\upldllms72\msftstp.exe');
DeleteFile('C:\Documents and Settings\Администратор\mtwsssnh~.exe');;
DeleteFile('C:\WINDOWS\System32\mtwsssnh~.exe');
DeleteFile('C:\WINDOWS\system32\avicap32.exe');
DeleteFile('C:\WINDOWS\system32\regedit.exe');
DeleteFile('c:\documents and settings\Администратор\wuaucldt.exe');
DeleteFile('c:\windows\system32\wuaucldt.exe');
DeleteFile('explorer.exe,C:\Documents and Settings\Администратор\Application Data\vdolew.exe');
DeleteFile('C:\Documents and Settings\Администратор\Application Data\Microsoft\Internet Explorer\qstatsrv.dll');
DeleteFile('C:\Program Files\Internet Explorer\rasadhlp.dll');
DeleteFileMask('%TMP%','*.*',true);
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run','e5u1');
RegKeyParamDel('HKEY_USERS','S-1-5-18\Software\Microsoft\Windows\CurrentVersion\Run','mtwsssnh~');
RegKeyParamDel('HKEY_USERS','.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Run','mtwsssnh~');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','mtwsssnh~');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','smwcore');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','Regedit32');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','wuaucldt');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','wuaucldt');
RegKeyParamDel('HKEY_USERS','.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Run','wuaucldt');
RegKeyParamDel('HKEY_USERS','S-1-5-18\Software\Microsoft\Windows\CurrentVersion\Run','wuaucldt');
BC_ImportDeletedList;
ExecuteSysClean;
ExecuteWizard('TSW',2,2,true);
BC_Activate;
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
RebootWindows(true);
end.
После выполнения скрипта компьютер перезагрузится.