Код:
begin
ShowMessage('Внимание! Перед выполнением скрипта AVZ автоматически закроет все сетевые подключения.' + #13#10 + 'После перезагрузки компьютера подключения к сети будут восстановлены в автоматическом режиме.');
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
if not IsWOW64
then
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
end;
QuarantineFile('C:\WINDOWS\Temp\vvshkdzuneyyvybjloola.exe','');
QuarantineFile('C:\WINDOWS\system32\zvozynfwlyokdcbfd.exe','');
QuarantineFile('D:\ndqvoxjudku.bat','');
QuarantineFile('D:\autorun.inf','');
QuarantineFile('C:\ndqvoxjudku.bat','');
QuarantineFile('C:\autorun.inf','');
QuarantineFile('C:\WINDOWS\system32\snfpnbsiwixskigj.exe','');
QuarantineFile('C:\WINDOWS\Temp\ifzllbumcqheyyydcc.exe','');
QuarantineFile('C:\WINDOWS\Temp\gfbprjeyqgzyuwyfgihd.exe','');
QuarantineFile('C:\WINDOWS\system32\ifzllbumcqheyyydcc.exe','');
QuarantineFile('C:\WINDOWS\Temp\trmzarlevkcavwxddec.exe','');
QuarantineFile('C:\WINDOWS\system32\vvshkdzuneyyvybjloola.exe','');
QuarantineFile('C:\WINDOWS\Temp\snfpnbsiwixskigj.exe .','');
TerminateProcessByName('c:\windows\temp\vfmly.exe');
QuarantineFile('c:\windows\temp\vfmly.exe','');
TerminateProcessByName('c:\windows\temp\snfpnbsiwixskigj.exe');
QuarantineFile('c:\windows\temp\snfpnbsiwixskigj.exe','');
DeleteFile('c:\windows\temp\snfpnbsiwixskigj.exe','32');
DeleteFile('c:\windows\temp\vfmly.exe','32');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','ivfhxdmu');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','kdtbxjymyivoea');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\RunOnce','znybszjsz');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\RunOnce','jbqxsdrepykcr');
DeleteFile('C:\WINDOWS\Temp\snfpnbsiwixskigj.exe .','32');
DeleteFile('C:\WINDOWS\system32\vvshkdzuneyyvybjloola.exe','32');
DeleteFile('C:\WINDOWS\Temp\trmzarlevkcavwxddec.exe','32');
DeleteFile('C:\WINDOWS\system32\ifzllbumcqheyyydcc.exe','32');
DeleteFile('C:\WINDOWS\Temp\gfbprjeyqgzyuwyfgihd.exe','32');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\RunOnce','znybszjsz');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\RunOnce','kbpvpzmyiqbs');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','ivfhxdmu');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','ndqvoxjudku');
DeleteFile('C:\WINDOWS\Temp\ifzllbumcqheyyydcc.exe','32');
DeleteFile('C:\WINDOWS\system32\snfpnbsiwixskigj.exe','32');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run','shtxpxisag');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run','tfopejr');
DeleteFile('C:\autorun.inf','32');
DeleteFile('C:\ndqvoxjudku.bat','32');
DeleteFile('D:\autorun.inf','32');
DeleteFile('D:\ndqvoxjudku.bat','32');
DeleteFile('C:\WINDOWS\system32\zvozynfwlyokdcbfd.exe','32');
DeleteFile('C:\WINDOWS\Temp\vvshkdzuneyyvybjloola.exe','32');
RegKeyIntParamWrite('HKLM','SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer','NoDriveTypeAutoRun', 221);
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(false);
end.