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\1\AppData\Roaming\JBYUOXF.exe','');
QuarantineFile('C:\Users\1\AppData\Roaming\IAHPKQU.exe','');
QuarantineFile('C:\Users\1\AppData\Roaming\VOPackage\VOsrv.exe','');
QuarantineFile('C:\Program Files\suptab\windowssupportdll32.dll','');
QuarantineFile('C:\Program Files\suptab\loader32.exe','');
QuarantineFile('C:\Users\1\appdata\roaming\vopackage\vosrv.exe','');
QuarantineFile('C:\iexplore.bat','');
QuarantineFile('C:\Users\1\AppData\Local\Yandex\browser.bat','');
QuarantineFile('C:\Program Files\Google\chrome.bat','');
QuarantineFile('C:\iexplore.bat http://sealrch.ru','');
QuarantineFile('C:\Users\1\AppData\Local\Yandex\browser.bat --http://sealrch.ru','');
QuarantineFile('C:\Program Files\Google\chrome.bat http://sealrch.ru','');
QuarantineFile('C:\Users\1\AppData\Roaming\moters\mentste.dll','');
QuarantineFile('c:\users\1\appdata\roaming\vopackage\vosrv.exe','');
DeleteFile('c:\users\1\appdata\roaming\vopackage\vosrv.exe','32');
DeleteFile('C:\Program Files\Google\chrome.bat http://sealrch.ru','32');
DeleteFile('C:\Users\1\AppData\Local\Yandex\browser.bat --http://sealrch.ru','32');
DeleteFile('C:\iexplore.bat http://sealrch.ru','32');
DeleteFile('C:\Program Files\Google\chrome.bat','32');
DeleteFile('C:\Users\1\AppData\Local\Yandex\browser.bat','32');
DeleteFile('C:\iexplore.bat','32');
DeleteFile('C:\Users\1\appdata\roaming\vopackage\vosrv.exe','32');
DeleteFile('C:\Program Files\suptab\loader32.exe','32');
DeleteFile('C:\Program Files\suptab\windowssupportdll32.dll','32');
DeleteFile('C:\Users\1\AppData\Roaming\VOPackage\VOsrv.exe','32');
DeleteFile('C:\Users\1\AppData\Roaming\IAHPKQU.exe','32');
DeleteFile('C:\Users\1\AppData\Roaming\JBYUOXF.exe','32');
BC_ImportALL;
ExecuteSysClean;
BC_Activate;
ExecuteRepair(2);
RebootWindows(true);
end.