Код:
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;
TerminateProcessByName('c:\users\user\appdata\local\temp\5eb88d4c.exe');
TerminateProcessByName('c:\users\user\appdata\local\temp\69a0edeb.exe');
TerminateProcessByName('c:\users\user\appdata\local\temp\67960cb9.exe');
TerminateProcessByName('c:\users\user\appdata\local\temp\91631bb1.exe');
TerminateProcessByName('c:\users\user\appdata\roaming\softwa~1\nheqmi~1.exe');
TerminateProcessByName('c:\users\user\appdata\local\temp\rad8cb8d.tmp');
QuarantineFile('C:\PROGRA~3\SysWOW64\B3AIlIz.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','');
QuarantineFile('c:\users\user\appdata\local\temp\rad8cb8d.tmp','');
QuarantineFile('c:\users\user\appdata\roaming\softwa~1\nheqmi~1.exe','');
QuarantineFile('c:\users\user\appdata\local\temp\91631bb1.exe','');
QuarantineFile('c:\users\user\appdata\local\temp\69a0edeb.exe','');
QuarantineFile('c:\users\user\appdata\local\temp\67960cb9.exe','');
QuarantineFile('c:\users\user\appdata\local\temp\5eb88d4c.exe','');
DeleteFile('c:\users\user\appdata\local\temp\5eb88d4c.exe','32');
DeleteFile('c:\users\user\appdata\local\temp\67960cb9.exe','32');
DeleteFile('c:\users\user\appdata\local\temp\69a0edeb.exe','32');
DeleteFile('c:\users\user\appdata\local\temp\91631bb1.exe','32');
DeleteFile('c:\users\user\appdata\roaming\softwa~1\nheqmi~1.exe','32');
DeleteFile('c:\users\user\appdata\local\temp\rad8cb8d.tmp','32');
DeleteFile('C:\ProgramData\Windows\csrss.exe','32');
RegKeyParamDel('HKEY_USERS','S-1-5-21-280442057-1131205523-3725619959-1001\Software\Microsoft\Windows\CurrentVersion\Run','Client Server Runtime Subsystem','x32');
RegKeyParamDel('HKEY_USERS','S-1-5-21-280442057-1131205523-3725619959-1001\Software\Microsoft\Windows\CurrentVersion\Run','CSRSS','x32');
DeleteFile('C:\ProgramData\Drivers\csrss.exe','32');
DeleteFile('C:\ProgramData\services\csrss.exe','32');
RegKeyParamDel('HKEY_USERS','S-1-5-21-280442057-1131205523-3725619959-1001\Software\Microsoft\Windows\CurrentVersion\Run','Windows Session Manager','x32');
DeleteFile('C:\ProgramData\Resources\svchost.exe','32');
RegKeyParamDel('HKEY_USERS','S-1-5-21-280442057-1131205523-3725619959-1001\Software\Microsoft\Windows\CurrentVersion\Run','hh.exe','x32');
RegKeyParamDel('HKEY_USERS','S-1-5-21-280442057-1131205523-3725619959-1001\Software\Microsoft\Windows\CurrentVersion\Run','Command Line Support','x32');
DeleteFile('C:\PROGRA~3\SysWOW64\B3AIlIz.cmd','32');
DeleteFile('C:\ProgramData\Windows\csrss.exe','64');
DeleteFile('C:\ProgramData\Drivers\csrss.exe','64');
DeleteFile('C:\ProgramData\services\csrss.exe','64');
DeleteFile('C:\ProgramData\Resources\svchost.exe','64');
DeleteFile('C:\PROGRA~3\SysWOW64\B3AIlIz.cmd','64');
RegKeyParamDel('HKEY_USERS','S-1-5-21-280442057-1131205523-3725619959-1001\Software\Microsoft\Windows\CurrentVersion\Run','Command Line Support','x64');
RegKeyParamDel('HKEY_USERS','S-1-5-21-280442057-1131205523-3725619959-1001\Software\Microsoft\Windows\CurrentVersion\Run','hh.exe','x64');
RegKeyParamDel('HKEY_USERS','S-1-5-21-280442057-1131205523-3725619959-1001\Software\Microsoft\Windows\CurrentVersion\Run','Windows Session Manager','x64');
RegKeyParamDel('HKEY_USERS','S-1-5-21-280442057-1131205523-3725619959-1001\Software\Microsoft\Windows\CurrentVersion\Run','CSRSS','x64');
RegKeyParamDel('HKEY_USERS','S-1-5-21-280442057-1131205523-3725619959-1001\Software\Microsoft\Windows\CurrentVersion\Run','Client Server Runtime Subsystem','x64');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(true);
end.
После выполнения скрипта компьютер перезагрузится.