Код:
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\2016\appdata\roaming\event monitor\isxdl.dll','');
QuarantineFile('C:\Users\2016\appdata\roaming\event monitor\em.exe','');
QuarantineFile('C:\Users\2016\appdata\locallow\searchgo\searchgo.dll','');
QuarantineFile('C:\Users\2016\AppData\Roaming\Microsoft\Windows\svchost.exe','');
QuarantineFile('C:\Users\2016\AppData\Local\wupdate\wupdate.exe','');
QuarantineFile('C:\Users\2016\AppData\Roaming\Microsoft\msi.exe','');
QuarantineFile('C:\Users\2016\AppData\Roaming\curl\curl_7_54.exe','');
QuarantineFile('C:\Users\2016\AppData\Roaming\setupsk_upd\ml.py','');
QuarantineFile('C:\Users\2016\AppData\Roaming\setupsk\ml.py','');
QuarantineFile('C:\Users\2016\AppData\Roaming\setupsk\python\pythonw.exe','');
QuarantineFile('C:\Windows\Microsoft\svchost.exe','');
DeleteService('SvcHost Service Host');
SetServiceStart('AppFrameHost', 4);
DeleteService('AppFrameHost');
TerminateProcessByName('c:\windows\system32\appframehost.exe');
QuarantineFile('c:\windows\system32\appframehost.exe','');
DeleteFile('c:\windows\system32\appframehost.exe','32');
DeleteFile('C:\Windows\Microsoft\svchost.exe','32');
DeleteFile('C:\Users\2016\AppData\Roaming\setupsk\python\pythonw.exe','32');
DeleteFile('C:\Users\2016\AppData\Roaming\setupsk\ml.py','32');
DeleteFile('C:\Users\2016\AppData\Roaming\setupsk_upd\ml.py','32');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','setupsk');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','setupsk_upd');
DeleteFile('C:\Windows\Tasks\PC Clean Plus_UPDATES.job','32');
DeleteFile('C:\Windows\Tasks\PC Clean Plus_DEFAULT.job','32');
DeleteFile('C:\Windows\system32\Tasks\32d361725ef73a703024370ead8d629e','32');
DeleteFile('C:\Windows\system32\Tasks\curl','32');
DeleteFile('C:\Users\2016\AppData\Roaming\curl\curl_7_54.exe','32');
DeleteFile('C:\Windows\system32\Tasks\curls','32');
DeleteFile('C:\Windows\system32\Tasks\MSI','32');
DeleteFile('C:\Users\2016\AppData\Roaming\Microsoft\msi.exe','32');
DeleteFile('C:\Windows\system32\Tasks\PC Clean Plus','32');
DeleteFile('C:\Windows\system32\Tasks\PC Clean Plus_DEFAULT','32');
DeleteFile('C:\Windows\system32\Tasks\PC Clean Plus_UPDATES','32');
DeleteFile('C:\Windows\system32\Tasks\Phoenix Browser Updater','32');
DeleteFile('C:\Windows\system32\Tasks\setupsk_upd','32');
DeleteFile('C:\Windows\system32\Tasks\System\SystemCheck','32');
DeleteFile('C:\Windows\system32\Tasks\wupdate','32');
DeleteFile('C:\Users\2016\AppData\Local\wupdate\wupdate.exe','32');
DeleteFile('C:\Users\2016\AppData\Roaming\Microsoft\Windows\svchost.exe','32');
DeleteFile('C:\Users\2016\appdata\locallow\searchgo\searchgo.dll','32');
DeleteFile('C:\Users\2016\appdata\roaming\event monitor\em.exe','32');
DeleteFile('C:\Users\2016\appdata\roaming\event monitor\isxdl.dll','32');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(false);
end.
Будет выполнена перезагрузка компьютера.