Код:
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;
SetServiceStart('BDSGRTP', 4);
DeleteService('BDSGRTP');
SetServiceStart('BDMWrench', 4);
SetServiceStart('bd0004', 4);
SetServiceStart('bd0001', 4);
DeleteService('bd0002');
DeleteService('BDMWrench');
DeleteService('bd0004');
DeleteService('bd0001');
QuarantineFile('C:\Users\Наташа\Data\iexplorer.exe','');
QuarantineFile('c:\users\Наташа\appdata\roaming\{FD334F25-CDAC-B4D0-A72D-9663B77643A2}\508c9fba.exe','');
QuarantineFile('C:\Users\Наташа\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\9500f4199a3cf763420610321ec524aa.exe','');
QuarantineFile('c:\users\наташа\appdata\local\simdata.dll','');
QuarantineFile('C:\Program Files\baidu\bindex.exe','');
QuarantineFile('c:\users\Наташа\appdata\roaming\{f01e07f4-857d-b9fd-a72d-9663b77643a2}\698498.exe','');
QuarantineFile('c:\users\Наташа\appdata\roaming\{f01e07f4-857d-b9fd-a72d-9663b77643a2}\105870.exe','');
QuarantineFile('c:\users\Наташа\appdata\roaming\njserve.exe','');
DeleteFile('C:\Program Files\baidu\bindex.exe','32');
DeleteFile('c:\users\наташа\appdata\local\simdata.dll','32');
DeleteFile('C:\Users\Наташа\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\9500f4199a3cf763420610321ec524aa.exe','32');
DeleteFile('C:\Windows\system32\Tasks\{61236715-E59C-28C0-A72D-9663B77643A2}','32');
DeleteFile('c:\users\Наташа\appdata\roaming\{FD334F25-CDAC-B4D0-A72D-9663B77643A2}\508c9fba.exe','32');
DeleteFile('C:\Users\Наташа\Data\iexplorer.exe','32');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\Windows Explorer','command');
DeleteFile('C:\Users\Наташа\AppData\Roaming\eTranslator\eTranslator.exe','32');
DeleteFile('C:\Program Files\baidu\BindEx.exe','32');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\baidu','command');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\eTranslator Update','command');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','9500f4199a3cf763420610321ec524aa');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','simdata');
DeleteFile('C:\Windows\system32\DRIVERS\bd0002.sys','32');
DeleteFile('C:\Windows\system32\DRIVERS\BDMWrench.sys','32');
DeleteFile('C:\Windows\system32\DRIVERS\bd0004.sys','32');
DeleteFile('C:\Windows\system32\DRIVERS\bd0001.sys','32');
DeleteFile('C:\Program Files\Common Files\Baidu\BaiduProtect1.3\1.3.0.645\BaiduProtect.exe','32');
DeleteFile('C:\Program Files\Common Files\Baidu\BaiduProtect1.3\1.3.0.645\SafeBrowserDll.dll','32');
DeleteFile('C:\Program Files\Common Files\Baidu\BaiduProtect1.3\1.3.0.645\plugins\HIPS.dll','32');
DeleteFile('C:\Program Files\Common Files\Baidu\BaiduProtect1.3\1.3.0.645\plugins\BaiduRepair.dll','32');
DeleteFile('C:\Program Files\Common Files\Baidu\BaiduProtect1.3\1.3.0.645\DriverManager.dll','32');
DeleteFile('C:\Program Files\Common Files\Baidu\BaiduProtect1.3\1.3.0.645\bdsg0001.dll','32');
DeleteFile('C:\Program Files\Common Files\Baidu\BaiduProtect1.3\1.3.0.645\BDMReport.dll','32');
DeleteFile('C:\Program Files\Common Files\Baidu\BaiduProtect1.3\1.3.0.645\BDMNet.dll','32');
DeleteFile('C:\Program Files\Common Files\Baidu\BaiduProtect1.3\1.3.0.645\BDLogicUtils.dll','32');
DeleteFile('C:\Program Files\Common Files\Baidu\BaiduProtect1.3\1.3.0.645\BDKitUtils.dll','32');
DeleteFile('C:\Program Files\Common Files\Baidu\BaiduProtect1.3\1.3.0.645\ad.dll','32');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(false);
end.
Будет выполнена перезагрузка компьютера.