Код:
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;
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);
QuarantineFile('C:\Users\ВАЛЕНТИН\appdata\roaming\mail.ru newgamest\api.dll','');
QuarantineFile('C:\Users\ВАЛЕНТИН\appdata\roaming\mail.ru newgamest\encrypt.exe','');
QuarantineFile('C:\Program Files (x86)\Microsoft Data\InstallAddons.exe','');
TerminateProcessByName('c:\users\ВАЛЕНТИН\appdata\local\amigo\application\amigo.exe');
DeleteFile('c:\users\ВАЛЕНТИН\appdata\local\amigo\application\amigo.exe','32');
DeleteFile('C:\Users\ВАЛЕНТИН\AppData\Local\Amigo\Application\32.0.1705.153\gcswf32.dll','32');
DeleteFile('C:\Users\ВАЛЕНТИН\AppData\Local\Amigo\Application\ok.exe','32');
DeleteFile('C:\Users\ВАЛЕНТИН\AppData\Local\Amigo\Application\vk.exe','32');
DeleteFile('C:\Program Files (x86)\Microsoft Data\InstallAddons.exe','32');
DeleteFile('C:\Windows\system32\Tasks\chrome5','64');
DeleteFile('C:\Windows\system32\Tasks\chrome5_logon','64');
DeleteFile('C:\Users\ВАЛЕНТИН\appdata\roaming\mail.ru newgamest\encrypt.exe','32');
DeleteFile('C:\Users\ВАЛЕНТИН\appdata\roaming\mail.ru newgamest\api.dll','32');
DeleteFileMask('C:\Users\ВАЛЕНТИН\AppData\Roaming\runWIN', '*', true);
DeleteDirectory('C:\Users\ВАЛЕНТИН\AppData\Roaming\runWIN');
DeleteFileMask('C:\Users\ВАЛЕНТИН\AppData\Roaming\Mail.RU NewGamesT', '*', true);
DeleteDirectory('C:\Users\ВАЛЕНТИН\AppData\Roaming\Mail.RU NewGamesT');
DeleteFileMask('C:\Users\ВАЛЕНТИН\AppData\Local\Amigo', '*', true);
DeleteDirectory('C:\Users\ВАЛЕНТИН\AppData\Local\Amigo');
DeleteFileMask('C:\Program Files (x86)\Microsoft Data', '*', true);
DeleteDirectory('C:\Program Files (x86)\Microsoft Data');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(false);
end.
Компьютер перезагрузится.