Код:
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\sasrv.exe','');
QuarantineFile('C:\Users\User\appdata\roaming\mydesktop\linkme.exe','');
QuarantineFile('C:\Users\User\AppData\Roaming\Adobe\Manager.exe','');
QuarantineFile('C:\ProgramData\vCore\VCore.exe','');
QuarantineFile('C:\Program Files (x86)\MIO\MIO.exe','');
QuarantineFile('C:\Program Files (x86)\Vtation Controls\local64spl.dll','');
QuarantineFile('C:\Program Files (x86)\Gubed\GubedZL.dll','');
QuarantineFile('C:\Program Files (x86)\WinArcher\Archer.dll','');
DeleteService('ucdrv');
DeleteService('ewrphkve');
DeleteService('ehgtgxfk');
QuarantineFile('C:\Program Files (x86)\SunplusIT Integrated Camera\SunplusITIntegratedCameraDretule.dll','');
DeleteService('VulkanRTbaidu');
DeleteService('Zaamla');
QuarantineFile('C:\ProgramData\Zaamla\Zaamla.exe','');
DeleteService('IObitCleanBrowser');
QuarantineFile('C:\Program Files (x86)\CleanBrowser\IObitCleanBrowser.dll','');
SetServiceStart('SSSvc', 4);
DeleteService('SSSvc');
SetServiceStart('ZuzachEngineVtationControls', 4);
DeleteService('ZuzachEngineVtationControls');
QuarantineFile('C:\Program Files (x86)\Zuzach Engine\ZuzachEngineVtationControls.dll','');
QuarantineFile('C:\Program Files (x86)\SmartSense\SSSvc.exe','');
SetServiceStart('SmartSenseAterishwerwi', 4);
DeleteService('SmartSenseAterishwerwi');
QuarantineFile('C:\Program Files (x86)\SmartSense\SmartSenseAterishwerwi.dll','');
SetServiceStart('pccleanplusDretule', 4);
DeleteService('pccleanplusDretule');
QuarantineFile('c:\programdata\winsapsvc\winsap.dll','');
QuarantineFile('c:\program files (x86)\winarcher\archer.dll','');
QuarantineFile('C:\Program Files (x86)\pccleanplus\pccleanplusDretule.dll','');
QuarantineFile('c:\program files (x86)\gubed\gubedzl.dll','');
DeleteFile('c:\program files (x86)\gubed\gubedzl.dll','32');
DeleteFile('C:\Program Files (x86)\pccleanplus\pccleanplusDretule.dll','32');
DeleteFile('c:\program files (x86)\winarcher\archer.dll','32');
DeleteFile('c:\programdata\winsapsvc\winsap.dll','32');
DeleteFile('C:\Program Files (x86)\SmartSense\SmartSenseAterishwerwi.dll','32');
DeleteFile('C:\Program Files (x86)\SmartSense\SSSvc.exe','32');
DeleteFile('C:\Program Files (x86)\Zuzach Engine\ZuzachEngineVtationControls.dll','32');
DeleteFile('C:\Program Files (x86)\CleanBrowser\IObitCleanBrowser.dll','32');
DeleteFile('C:\Program Files (x86)\baidu\VulkanRTbaidu.dll','32');
DeleteFile('C:\ProgramData\Zaamla\Zaamla.exe','32');
DeleteFile('C:\WINDOWS\System32\drivers:ucdrv-x64.sys','32');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SYSTEM\CurrentControlSet\Services\Archer\Parameters','ServiceDll');
DeleteFile('C:\Program Files (x86)\WinArcher\Archer.dll','32');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SYSTEM\CurrentControlSet\Services\GubedZL\Parameters','ServiceDll');
DeleteFile('C:\Program Files (x86)\Gubed\GubedZL.dll','32');
DeleteFile('C:\Program Files (x86)\Vtation Controls\local64spl.dll','32');
DeleteFile('C:\WINDOWS\system32\Tasks\WinTOOL','64');
DeleteFile('C:\WINDOWS\system32\Tasks\Milimili','64');
DeleteFile('C:\WINDOWS\system32\Tasks\Microsoft\Windows\Multimedia\Manager','64');
DeleteFile('C:\WINDOWS\system32\Tasks\Microsoft\Windows\Media Center\VCore','64');
DeleteFile('C:\ProgramData\vCore\VCore.exe','32');
DeleteFile('C:\Users\User\AppData\Roaming\Adobe\Manager.exe','32');
DeleteFile('C:\Users\User\appdata\roaming\mydesktop\linkme.exe','32');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(false);
end.
Будет выполнена перезагрузка компьютера.