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;
SetServiceStart('IHProtect Service', 4);
SetServiceStart('WindowsMangerProtect', 4);
TerminateProcessByName('c:\program files\xtab\cmdshell.exe');
TerminateProcessByName('c:\program files\xtab\hpnotify.exe');
TerminateProcessByName('c:\program files\xtab\protectservice.exe');
TerminateProcessByName('c:\programdata\windowsmangerprotect\protectwindowsmanager.exe');
QuarantineFile('C:\Program Files\xtab\protectservice.exe','');
QuarantineFile('C:\Users\Mikele\appdata\roaming\acestream\engine\lib\ctools.dll','');
QuarantineFile('C:\Users\Mikele\appdata\roaming\acestream\engine\ace_engine.exe','');
QuarantineFile('C:\Users\Mikele\AppData\Roaming\UCPFP.exe','');
QuarantineFile('C:\Users\Mikele\AppData\Roaming\OPHMZ.exe','');
QuarantineFile('C:\Users\Mikele\AppData\Local\MediaPlay\MediaPlay.exe','');
QuarantineFile('C:\Program Files\XTab\BrowerWatchCH.dll','');
QuarantineFile('C:\Program Files\XTab\BrowerWatchFF.dll','');
QuarantineFile('C:\Program Files\XTab\BrowserAction.dll','');
QuarantineFile('C:\Program Files\XTab\IeWatchDog.dll','');
QuarantineFile('c:\programdata\windowsmangerprotect\protectwindowsmanager.exe','');
QuarantineFile('c:\program files\xtab\protectservice.exe','');
QuarantineFile('c:\program files\xtab\hpnotify.exe','');
QuarantineFile('c:\program files\xtab\cmdshell.exe','');
DeleteFile('c:\program files\xtab\cmdshell.exe','32');
DeleteFile('c:\program files\xtab\hpnotify.exe','32');
DeleteFile('c:\program files\xtab\protectservice.exe','32');
DeleteFile('c:\programdata\windowsmangerprotect\protectwindowsmanager.exe','32');
DeleteFile('C:\Program Files\XTab\IeWatchDog.dll','32');
DeleteFile('C:\Program Files\XTab\BrowserAction.dll','32');
DeleteFile('C:\Program Files\XTab\BrowerWatchFF.dll','32');
DeleteFile('C:\Program Files\XTab\BrowerWatchCH.dll','32');
DeleteFile('C:\Users\Mikele\AppData\Roaming\OPHMZ.exe','32');
DeleteFile('C:\Windows\Tasks\OPHMZ.job','32');
DeleteFile('C:\Windows\Tasks\UCPFP.job','32');
DeleteFile('C:\Users\Mikele\AppData\Roaming\UCPFP.exe','32');
DeleteFile('C:\Users\Mikele\appdata\roaming\acestream\engine\ace_engine.exe','32');
DeleteFile('C:\Users\Mikele\appdata\roaming\acestream\engine\lib\ctools.dll','32');
DeleteFile('C:\Program Files\xtab\protectservice.exe','32');
DeleteService('IHProtect Service');
DeleteService('WindowsMangerProtect');
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;
RebootWindows(false);
end.