Код:
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;
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1804', 1);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '2201', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1004', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1001', 1);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1201', 3);
QuarantineFile('C:\Program Files\dce\dce.exe','');
QuarantineFile('C:\Users\Sasha\appdata\roaming\mediahit\shadow\mediahit.update\mediahit.update.process.exe','');
QuarantineFile('C:\Users\Sasha\AppData\Roaming\newSI_4396\s_inst.exe','');
DelBHO('{11111111-1111-1111-1111-110311281150}');
DelBHO('{11111111-1111-1111-1111-110411821192}');
DelBHO('{84C9B457-C48F-46CC-90C0-5A310C64108A}');
DelBHO('{A5A51D2A-505A-4D84-AFC6-E0FA87E47B8C}');
QuarantineFile('C:\ProgramData\ShopperPro\ShopperPro.dll','');
QuarantineFile('C:\Program Files (x86)\Аудио и видео скачивание\IE\x86\Downloader.dll','');
QuarantineFile('C:\Program Files (x86)\Sense\Sense-bho.dll','');
QuarantineFile('C:\Program Files (x86)\Object Browser\Object Browser-bho.dll','');
QuarantineFile('C:\Users\Sasha\AppData\Roaming\eTranslator\eTranslator.exe','');
QuarantineFile('C:\PROGRA~2\SearchProtect\SearchProtect\bin\VC64Loader.dll','');
QuarantineFile('C:\PROGRA~2\SearchProtect\SearchProtect\bin\VC32Loader.dll','');
SetServiceStart('CltMngSvc', 4);
DeleteService('CltMngSvc');
QuarantineFile('c:\users\sasha\appdata\local\popajar\updatechecker\updatecheckerapp.exe','');
TerminateProcessByName('c:\users\sasha\appdata\roaming\ssleas.exe');
QuarantineFile('c:\users\sasha\appdata\roaming\ssleas.exe','');
TerminateProcessByName('c:\users\sasha\appdata\roaming\cppredistx86.exe');
QuarantineFile('c:\users\sasha\appdata\roaming\cppredistx86.exe','');
QuarantineFile('c:\progra~2\searchprotect\ui\bin\cltmngui.exe','');
TerminateProcessByName('c:\progra~2\searchprotect\ui\bin\cltmngui.exe');
TerminateProcessByName('c:\program files (x86)\searchprotect\main\bin\cltmngsvc.exe');
QuarantineFile('c:\program files (x86)\searchprotect\main\bin\cltmngsvc.exe','');
TerminateProcessByName('c:\progra~2\searchprotect\searchprotect\bin\cltmng.exe');
QuarantineFile('c:\progra~2\searchprotect\searchprotect\bin\cltmng.exe','');
DeleteFile('c:\progra~2\searchprotect\searchprotect\bin\cltmng.exe','32');
DeleteFile('c:\program files (x86)\searchprotect\main\bin\cltmngsvc.exe','32');
DeleteFile('c:\progra~2\searchprotect\ui\bin\cltmngui.exe','32');
DeleteFile('c:\users\sasha\appdata\roaming\cppredistx86.exe','32');
DeleteFile('c:\users\sasha\appdata\roaming\ssleas.exe','32');
DeleteFile('C:\PROGRA~2\SearchProtect\SearchProtect\bin\VC32Loader.dll','32');
DeleteFile('C:\PROGRA~2\SearchProtect\SearchProtect\bin\VC64Loader.dll','32');
DeleteFile('C:\Users\Sasha\AppData\Roaming\eTranslator\eTranslator.exe','32');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Microsoft Visual C++ 2010');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','eTranslator Update');
DeleteFile('C:\Program Files (x86)\Object Browser\Object Browser-bho.dll','32');
DeleteFile('C:\Program Files (x86)\Sense\Sense-bho.dll','32');
DeleteFile('C:\Program Files (x86)\Аудио и видео скачивание\IE\x86\Downloader.dll','32');
DeleteFile('C:\ProgramData\ShopperPro\ShopperPro.dll','32');
DeleteFile('C:\Users\Sasha\AppData\Roaming\newSI_4396\s_inst.exe','32');
DeleteFile('C:\Windows\system32\Tasks\Object Browser-chromeinstaller','64');
DeleteFile('C:\Windows\system32\Tasks\newSI_4396','64');
DeleteFile('C:\Windows\Tasks\Object Browser-updater.job','64');
DeleteFile('C:\Windows\Tasks\Object Browser-firefoxinstaller.job','64');
DeleteFile('C:\Windows\Tasks\Object Browser-enabler.job','64');
DeleteFile('C:\Windows\Tasks\Object Browser-codedownloader.job','64');
DeleteFile('C:\Windows\Tasks\Object Browser-chromeinstaller.job','64');
DeleteFile('C:\Windows\Tasks\newSI_4396.job','64');
DeleteFile('C:\Windows\system32\Tasks\Object Browser-codedownloader','64');
DeleteFile('C:\Windows\system32\Tasks\Object Browser-enabler','64');
DeleteFile('C:\Windows\system32\Tasks\Object Browser-firefoxinstaller','64');
DeleteFile('C:\Windows\system32\Tasks\Object Browser-updater','64');
DeleteFile('C:\Windows\system32\Tasks\ShopperPro','64');
DeleteFile('C:\Users\Sasha\appdata\roaming\mediahit\shadow\mediahit.update\mediahit.update.process.exe','32');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(false);
end.
Компьютер перезагрузится.