Код:
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\system32\ihctrl32.dll','');
QuarantineFile('C:\ProgramData\wintools\WintoolUprI.exe','');
QuarantineFile('C:\ProgramData\UltimateSecurityPackage\Rantech.reg','');
QuarantineFile('C:\ProgramData\UltimateSecurityPackage\Yeartouch.reg','');
QuarantineFile('C:\ProgramData\UltimateSecurityPackage\Freshtech.reg','');
QuarantineFile('C:\ProgramData\UltimateSecurityPackage\Strongstring.reg','');
QuarantineFile('C:\ProgramData\UltimateSecurityPackage\HotMatity.reg','');
QuarantineFile('C:\Users\Надя\AppData\Roaming\Adobe\Manager.exe','');
QuarantineFile('C:\ProgramData\RenewalService\Renewal.exe','');
QuarantineFile('C:\Users\Надя\AppData\Roaming\WinSnare\WinSnare.dll','');
DeleteService('p1482401819am');
DeleteService('p1481364360am');
DeleteService('p1481110719am');
DeleteService('QiyiService');
DeleteService('WebServe');
DeleteService('WilljobSU');
DeleteService('NolarrySU');
DeleteService('ed2kidle');
DeleteService('HothairSU');
DeleteService('HotjobSU');
DeleteService('JarhairSU');
QuarantineFile('C:\Temp\nsi4728.tmp\ttff.exe','');
QuarantineFile('c:\Temp\istBBFF.tmp\tools\chhh.exe','');
QuarantineFile('C:\ProgramData\PwinpP\xtemp\_SSpm\chrr.exe','');
QuarantineFile('C:\Program Files (x86)\amuleC1\ed2k.exe','');
DeleteService('BanglampDL');
DeleteService('BangboatSU');
QuarantineFile('C:\Users\Надя\AppData\Roaming\ytmediacenter\ykcool.dll','');
QuarantineFile('c:\programdata\winsapsvc\winsap.dll','');
QuarantineFile('c:\program files (x86)\winarcher\archer.dll','');
DeleteFile('C:\Program Files (x86)\Jamlarry\Application\chrome.dll','32');
DeleteFile('C:\Program Files (x86)\Jamlarry\Application\chrome_child.dll','32');
DeleteFile('c:\program files (x86)\winarcher\archer.dll','32');
DeleteFile('c:\programdata\winsapsvc\winsap.dll','32');
DeleteFile('C:\Users\Надя\AppData\Roaming\ytmediacenter\ykcool.dll','32');
DeleteFile('C:\Program Files (x86)\amuleC1\ed2k.exe','32');
DeleteFile('C:\ProgramData\PwinpP\xtemp\_SSpm\chrr.exe','32');
DeleteFile('c:\Temp\istBBFF.tmp\tools\chhh.exe','32');
DeleteFile('C:\Temp\nsi4728.tmp\ttff.exe','32');
DeleteFile('C:\Program Files (x86)\IQIYI Video\LStyle\5.4.28.3179\QiyiService.exe','32');
DeleteFile('C:\Program Files (x86)\YouKu\YoukuClient\WebServe.exe','32');
DeleteFile('C:\ProgramData\ChelfNotify\_SSpm\chkk.exe','32');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SYSTEM\CurrentControlSet\Services\Archer\Parameters','ServiceDll');
DeleteFile('C:\Users\Надя\AppData\Roaming\WinSnare\WinSnare.dll','32');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SYSTEM\CurrentControlSet\Services\WinSAPSvc\Parameters','ServiceDll');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SYSTEM\CurrentControlSet\Services\WinSnare\Parameters','ServiceDll');
DeleteFile('C:\Windows\system32\Tasks\Milimili','64');
DeleteFile('C:\Windows\system32\Tasks\Microsoft\Windows\Multimedia\Manager','64');
DeleteFile('C:\Windows\system32\Tasks\Microsoft\Windows\Application Experience\RenewalService','64');
DeleteFile('C:\ProgramData\RenewalService\Renewal.exe','32');
DeleteFile('C:\Users\Надя\AppData\Roaming\Adobe\Manager.exe','32');
DeleteFile('C:\Windows\system32\Tasks\Phoenix Browser Updater','64');
DeleteFile('C:\ProgramData\UltimateSecurityPackage\HotMatity.reg','32');
DeleteFile('C:\ProgramData\UltimateSecurityPackage\Strongstring.reg','32');
DeleteFile('C:\Windows\system32\Tasks\psv_Stimcof','64');
DeleteFile('C:\Windows\system32\Tasks\psv_Dom-Eco','64');
DeleteFile('C:\ProgramData\UltimateSecurityPackage\Freshtech.reg','32');
DeleteFile('C:\ProgramData\UltimateSecurityPackage\Yeartouch.reg','32');
DeleteFile('C:\ProgramData\UltimateSecurityPackage\Rantech.reg','32');
DeleteFile('C:\ProgramData\wintools\WintoolUprI.exe','32');
DeleteFile('C:\Windows\system32\Tasks\WinTOOL','64');
DeleteFile('C:\Windows\system32\Tasks\psv_Zonedom','64');
DeleteFile('C:\Windows\system32\Tasks\psv_Zamstock','64');
DeleteFile('C:\Windows\system32\Tasks\psv_Vivadex','64');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(false);
end.
Будет выполнена перезагрузка компьютера.