Код:
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:\Users\Worker\AppData\Local\Hostinstaller\1287342566_installcube.exe','');
QuarantineFile('C:\ProgramData\WindowsVideoErrorReporting\wvermgr.exe','');
DelBHO('{D4027C7F-154A-4066-A1AD-4243D8127440}');
QuarantineFile('C:\Program Files\YeaDesktop\YeaDesktop.exe','');
DeleteService('yczwnofp');
SetServiceStart('mwescontroller', 4);
DeleteService('mwescontroller');
SetServiceStart('MaohaWifiNetPro', 4);
SetServiceStart('JszipProtect', 4);
DeleteService('JszipProtect');
DeleteService('MaohaWifiNetPro');
SetServiceStart('mweshieldup', 4);
SetServiceStart('mweshield', 4);
SetServiceStart('MaohaWifiSvr', 4);
SetServiceStart('JszipService', 4);
DeleteService('JszipService');
DeleteService('MaohaWifiSvr');
DeleteService('mweshield');
DeleteService('mweshieldup');
QuarantineFile('C:\Windows\system32\DRIVERS\oem-drv86.sys','');
QuarantineFile('C:\Windows\System32\Drivers\vcdrom.sys','');
QuarantineFile('C:\Windows\system32\drivers\mwescontroller.sys','');
QuarantineFile('C:\Program Files\Maoha\MaohaAP\MaoHaWiFiNet.sys','');
QuarantineFile('C:\Program Files\Maoha\JiSuZip\JsZipProtect.sys','');
QuarantineFile('C:\Windows\system32\drivers\cryptfd.sys','');
TerminateProcessByName('c:\program files\my web shield\mweshieldup.exe');
TerminateProcessByName('c:\program files\my web shield\mweshield.exe');
QuarantineFile('c:\program files\my web shield\mweshieldup.exe','');
QuarantineFile('c:\program files\my web shield\mweshield.exe','');
TerminateProcessByName('c:\users\worker\appdata\local\temp\00029732\msiql.exe');
QuarantineFile('c:\users\worker\appdata\local\temp\00029732\msiql.exe','');
TerminateProcessByName('c:\program files\maoha\jisuzip\jszipsvc.exe');
TerminateProcessByName('c:\program files\maoha\maohaap\maohawifisvr.exe');
QuarantineFile('c:\program files\maoha\maohaap\maohawifisvr.exe','');
QuarantineFile('c:\program files\maoha\jisuzip\jszipsvc.exe','');
DeleteFile('c:\program files\maoha\jisuzip\jszipsvc.exe','32');
DeleteFile('c:\program files\maoha\maohaap\maohawifisvr.exe','32');
DeleteFile('c:\users\worker\appdata\local\temp\00029732\msiql.exe','32');
DeleteFile('c:\program files\my web shield\mweshieldup.exe','32');
DeleteFile('c:\program files\my web shield\mweshield.exe','32');
DeleteFile('C:\Program Files\Maoha\JiSuZip\CheckUpdate.dll','32');
DeleteFile('C:\Program Files\Maoha\JiSuZip\JZipExt.dll','32');
DeleteFile('C:\Program Files\Maoha\JiSuZip\substat.dll','32');
DeleteFile('C:\Program Files\Maoha\JiSuZip\substatEx.dll','32');
DeleteFile('C:\Program Files\Maoha\JiSuZip\tipsdll.dll','32');
DeleteFile('C:\Program Files\Maoha\JiSuZip\ZipPlug.dll','32');
DeleteFile('C:\Program Files\Maoha\JiSuZip\zipSubmit\ZipSubmit.dll','32');
DeleteFile('C:\Program Files\Maoha\JiSuZip\zipUpdater\ZipUpdate.dll','32');
DeleteFile('C:\Program Files\Maoha\MaohaAP\tipsdll.dll','32');
DeleteFile('C:\Program Files\Maoha\MaohaAP\maohasubstat.dll','32');
DeleteFile('C:\Program Files\Maoha\MaohaAP\Updater\CheckUpdate.dll','32');
DeleteFile('C:\Program Files\Maoha\JiSuZip\JsZipProtect.sys','32');
DeleteFile('C:\Program Files\Maoha\MaohaAP\MaoHaWiFiNet.sys','32');
DeleteFile('C:\Windows\system32\drivers\mwescontroller.sys','32');
DeleteFile('yczwnofp.sys','32');
DeleteFile('C:\Program Files\YeaDesktop\YeaDesktop.exe','32');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','YeaDesktop');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','msiql');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SYSTEM\CurrentControlSet\Services\JszipService\Parameters','ServiceDll');
DeleteFile('C:\ProgramData\WindowsVideoErrorReporting\wvermgr.exe','32');
DeleteFile('C:\Windows\system32\Tasks\Microsoft\Windows\Windows Error Reporting\VideErroroReporting','32');
DeleteFile('C:\Windows\system32\Tasks\Soft installer','32');
DeleteFile('C:\Users\Worker\AppData\Local\Hostinstaller\1287342566_installcube.exe','32');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(false);
end.
Будет выполнена перезагрузка компьютера.