Код:
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('D:\temp\AppData\Roaming\setupsk\ml.py','');
QuarantineFile('C:\Users\Pavel\AppData\Local\ScriptWriter\ScriptWriter.exe','');
QuarantineFile('D:\temp\AppData\Roaming\Microsoft\msi.exe','');
QuarantineFile('D:\temp\AppData\Roaming\curl\curl_7_54.exe','');
QuarantineFile('D:\temp\AppData\Roaming\curl\curl.exe','');
QuarantineFile('D:\temp\mlxrxucQ3FOn.exe','');
QuarantineFile('D:\temp\eOTWur9DFnzi.exe','');
QuarantineFile('C:\Users\Pavel\AppData\Local\yc\Application\yc.exe','');
DeleteService('EsgScanner');
SetServiceStart('UbarPolicyProvider', 4);
DeleteService('UbarPolicyProvider');
DeleteService('SvcHost Service Host');
SetServiceStart('icacl', 4);
DeleteService('icacl');
TerminateProcessByName('C:\Program Files\UBar\UbarService.exe');
QuarantineFile('C:\Program Files\UBar\UbarService.exe','');
TerminateProcessByName('C:\Program Files\UBar\ubar.exe');
QuarantineFile('C:\Program Files\UBar\ubar.exe','');
TerminateProcessByName('C:\Windows\Microsoft\svchost.exe.exe');
QuarantineFile('C:\Windows\Microsoft\svchost.exe.exe','');
QuarantineFile('c:\programdata\setrup\setrup.exe','');
TerminateProcessByName('C:\ProgramData\setrup\MicirsoftL64\micirsoftL64.exe');
QuarantineFile('C:\ProgramData\setrup\MicirsoftL64\micirsoftL64.exe','');
TerminateProcessByName('C:\Windows\System32\icacl.exe');
QuarantineFile('C:\Windows\System32\icacl.exe','');
DeleteFile('C:\Windows\System32\icacl.exe','32');
DeleteFile('C:\Windows\Microsoft\svchost.exe.exe','32');
DeleteFile('C:\Program Files\UBar\ubar.exe','32');
DeleteFile('C:\Program Files\UBar\UbarService.exe','32');
DeleteFile('C:\Windows\system32\DRIVERS\EsgScanner.sys','32');
DeleteFile('C:\Users\Pavel\AppData\Local\yc\Application\yc.exe','32');
DeleteFile('D:\temp\eOTWur9DFnzi.exe','32');
DeleteFile('D:\temp\mlxrxucQ3FOn.exe','32');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\RunOnce','acqbrjavmn');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\RunOnce','dmugzbzlak');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','vwdhzqvxpg');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','ycAutoLaunch_6CB6DB5ACB821A8144AE6E08AA4C6F2F');
DeleteFile('C:\Windows\system32\Tasks\curl','64');
DeleteFile('D:\temp\AppData\Roaming\curl\curl.exe','32');
DeleteFile('D:\temp\AppData\Roaming\curl\curl_7_54.exe','32');
DeleteFile('C:\Windows\system32\Tasks\curls','64');
DeleteFile('D:\temp\AppData\Roaming\Microsoft\msi.exe','32');
DeleteFile('C:\Users\Pavel\AppData\Local\ScriptWriter\ScriptWriter.exe','32');
DeleteFile('D:\temp\AppData\Roaming\setupsk\ml.py','32');
DeleteFile('D:\temp\AppData\Roaming\setupsk\python\pythonw.exe','32');
DeleteFile('D:\temp\AppData\Roaming\setupsk_upd\ml.py','32');
DeleteFile('C:\Windows\system32\Tasks\MSI','64');
DeleteFile('C:\Windows\system32\Tasks\ScriptWriter','64');
DeleteFile('C:\Windows\system32\Tasks\setupsk','64');
DeleteFile('C:\Windows\system32\Tasks\setupsk_upd','64');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(false);
end.
Будет выполнена перезагрузка компьютера.