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:\Program Files (x86)\gytYeOXxdKSU2\KeUqiUaBrRlsU.dll','');
QuarantineFile('C:\Program Files (x86)\SRAwBIMvJasPC\DEpoONS.dll','');
QuarantineFile('C:\Program Files (x86)\zJHhowVlMibzDqywRTR\ypgWnum.dll','');
QuarantineFile('C:\Users\lykov\AppData\Local\Programs\9f2ceb4a04\77863b7c2a.msi','');
DeleteFile('C:\Users\lykov\AppData\Local\Programs\9f2ceb4a04\77863b7c2a.msi','64');
DeleteFile('C:\Program Files (x86)\zJHhowVlMibzDqywRTR\ypgWnum.dll','64');
DeleteFile('C:\Program Files (x86)\SRAwBIMvJasPC\DEpoONS.dll','64');
DeleteFile('C:\Program Files (x86)\gytYeOXxdKSU2\KeUqiUaBrRlsU.dll','64');
DeleteSchedulerTask('AkjYdDjTfcxpD2');
DeleteSchedulerTask('NgBhmxjntsStevp2');
DeleteSchedulerTask('OrRJPLvcsFNQbn');
DeleteSchedulerTask('RBDCcnQICPYeITSkivS2');
DeleteSchedulerTask('stumble-shade');
DeleteSchedulerTask('textcortex-personal-S-1-5-21-3198282721-4291308098-467553584-1001');
DeleteSchedulerTask('wvUgWrpSLoQwFwwuJ2');
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1804', 1);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '2201', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1004', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1001', 1);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1201', 3);
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
ExecuteRepair(9);
RebootWindows(false);
end.