Код:
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;
StopService('QMUdisk');
StopService('softaal');
StopService('TSSK');
DeleteService('QMUdisk');
DeleteService('softaal');
DeleteService('TSSK');
QuarantineFile('C:\Program Files\1cd7d9ac\jusched.exe','');
QuarantineFile('C:\Program Files\contentprotector\condefclean.exe','');
QuarantineFile('C:\Program Files\contentprotector\conprotsetup.exe','');
QuarantineFile('C:\Program Files\contentprotector\contentprotector.exe','');
QuarantineFile('C:\Program Files\contentprotector\contentprotectorconrol.exe','');
QuarantineFile('C:\Program Files\contentprotector\import_root_cert.exe','');
QuarantineFile('C:\Program Files\contentprotector\libeay32.dll','');
QuarantineFile('C:\Program Files\contentprotector\nfregdrv.exe','');
QuarantineFile('C:\Program Files\contentprotector\nss\certutil.exe','');
QuarantineFile('C:\Program Files\contentprotector\nss\mozcrt19.dll','');
QuarantineFile('C:\Program Files\contentprotector\nss\nss3.dll','');
QuarantineFile('C:\Program Files\contentprotector\nss\plds4.dll','');
QuarantineFile('C:\Program Files\contentprotector\nss\smime3.dll','');
QuarantineFile('C:\Program Files\contentprotector\nss\softokn3.dll','');
QuarantineFile('C:\Program Files\contentprotector\ssleay32.dll','');
QuarantineFile('C:\Program Files\NetPanel\IEHelper.dll','');
QuarantineFile('C:\Program Files\Smart File Advisor\sfa.exe','');
QuarantineFile('C:\Program Files\Tencent\QQPCMgr\11.3.17195.214\QMUdisk.sys','');
QuarantineFile('C:\Program Files\Tencent\QQPCMgr\11.3.17195.214\softaal.sys','');
QuarantineFile('C:\Users\Продавец 3\AppData\Local\Kometa\Application\kometa.exe','');
QuarantineFile('C:\Users\Продавец 3\AppData\Roaming\eTranslator\eTranslator.exe','');
QuarantineFile('C:\Users\Продавец 3\AppData\Roaming\oursurfing\UninstallManager.exe','');
QuarantineFile('C:\Windows\system32\tssk.sys','');
QuarantineFile('lzBmY3K.dll','');
DeleteFile('C:\Program Files\1cd7d9ac\jusched.exe','32');
DeleteFile('C:\Program Files\contentprotector\condefclean.exe','32');
DeleteFile('C:\Program Files\contentprotector\conprotsetup.exe','32');
DeleteFile('C:\Program Files\contentprotector\contentprotector.exe','32');
DeleteFile('C:\Program Files\contentprotector\contentprotectorconrol.exe','32');
DeleteFile('C:\Program Files\contentprotector\import_root_cert.exe','32');
DeleteFile('C:\Program Files\contentprotector\libeay32.dll','32');
DeleteFile('C:\Program Files\contentprotector\nfregdrv.exe','32');
DeleteFile('C:\Program Files\contentprotector\nss\certutil.exe','32');
DeleteFile('C:\Program Files\contentprotector\nss\mozcrt19.dll','32');
DeleteFile('C:\Program Files\contentprotector\nss\nspr4.dll','32');
DeleteFile('C:\Program Files\contentprotector\nss\nss3.dll','32');
DeleteFile('C:\Program Files\contentprotector\nss\plc4.dll','32');
DeleteFile('C:\Program Files\contentprotector\nss\plds4.dll','32');
DeleteFile('C:\Program Files\contentprotector\nss\smime3.dll','32');
DeleteFile('C:\Program Files\contentprotector\nss\softokn3.dll','32');
DeleteFile('C:\Program Files\contentprotector\ssleay32.dll','32');
DeleteFile('C:\Program Files\Tencent\QQPCMgr\11.3.17195.214\QMUdisk.sys','32');
DeleteFile('C:\Program Files\Tencent\QQPCMgr\11.3.17195.214\softaal.sys','32');
DeleteFile('C:\Users\Продавец 3\AppData\Local\Kometa\Application\kometa.exe','32');
DeleteFile('C:\Users\Продавец 3\AppData\Roaming\eTranslator\eTranslator.exe','32');
DeleteFile('C:\Users\Продавец 3\AppData\Roaming\oursurfing\UninstallManager.exe','32');
DeleteFile('C:\Windows\system32\Tasks\{E2A523BC-B521-493E-B2A0-E3DEFE43CB4C}','32');
DeleteFile('C:\Windows\system32\tssk.sys','32');
DeleteFile('C:\Windows\Tasks\PED_Torrent_Search.job','32');
DeleteFile('C:\Windows\Tasks\Update23.job','32');
DeleteFileMask('C:\Program Files\contentprotector', '*', true, ' ');
DeleteDirectory('C:\Program Files\contentprotector');
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1001', 1);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1004', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1201', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1804', 1);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '2201', 3);
RegKeyParamDel('HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\eTranslator Automatic Update','command');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\KometaAutoLaunch_7FC50A16FE13D364ED3C190D6E129B61','command');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(true);
end.
После выполнения скрипта компьютер перезагрузится.