Код:
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:\PROGRA~3\SysWOW64\Kgeun5w.cmd','');
QuarantineFile('C:\ProgramData\Resources\svchost.exe','');
QuarantineFile('C:\ProgramData\services\csrss.exe','');
QuarantineFile('C:\ProgramData\Drivers\csrss.exe','');
QuarantineFile('C:\ProgramData\Windows\csrss.exe','');
TerminateProcessByName('c:\progra~3\softwa~1\nheqmi~1.exe');
QuarantineFile('c:\progra~3\softwa~1\nheqmi~1.exe','');
TerminateProcessByName('c:\users\user\appdata\local\temp\f7e29685.exe');
TerminateProcessByName('c:\users\user\appdata\local\temp\fda7059f.exe');
QuarantineFile('c:\users\user\appdata\local\temp\fda7059f.exe','');
QuarantineFile('c:\users\user\appdata\local\temp\f7e29685.exe','');
TerminateProcessByName('c:\programdata\windows\csrss.exe');
QuarantineFile('c:\programdata\windows\csrss.exe','');
TerminateProcessByName('c:\users\user\appdata\local\temp\7337baac.exe');
TerminateProcessByName('c:\users\user\appdata\local\temp\86f1f98a.exe');
QuarantineFile('c:\users\user\appdata\local\temp\86f1f98a.exe','');
QuarantineFile('c:\users\user\appdata\local\temp\7337baac.exe','');
DeleteFile('c:\users\user\appdata\local\temp\7337baac.exe','32');
DeleteFile('c:\users\user\appdata\local\temp\86f1f98a.exe','32');
DeleteFile('c:\programdata\windows\csrss.exe','32');
DeleteFile('c:\users\user\appdata\local\temp\f7e29685.exe','32');
DeleteFile('c:\users\user\appdata\local\temp\fda7059f.exe','32');
DeleteFile('c:\progra~3\softwa~1\nheqmi~1.exe','32');
RegKeyDel('HKEY_LOCAL_MACHINE','SYSTEM\CurrentControlSet\Services\Eventlog\Windows PowerShell\PowerShell','x64');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','Client Server Runtime Subsystem','x32');
DeleteFile('C:\ProgramData\Windows\csrss.exe','32');
DeleteFile('C:\ProgramData\Drivers\csrss.exe','32');
DeleteFile('C:\ProgramData\services\csrss.exe','32');
DeleteFile('C:\ProgramData\Resources\svchost.exe','32');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','hh.exe','x32');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','Windows Session Manager','x32');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','CSRSS','x32');
DeleteFile('C:\PROGRA~3\SysWOW64\Kgeun5w.cmd','32');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Command Line Support','x32');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Command Line Support','x64');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(false);
end.