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:\$Recycle.Bin\S-1-5-21-2320955643-1619813293-2045863370-1001\$RC3YPXA.zip','');
QuarantineFile('C:\Users\Good Founder\AppData\Roaming\.minecraft\uPlus.exe','');
QuarantineFile('C:\Users\GOODFO~1\AppData\Roaming\Funmoods\UPDATE~1\UPDATE~1.EXE','');
QuarantineFile('C:\Users\GOODFO~1\AppData\Local\Temp\getbus.sys','');
QuarantineFile('c:\users\goodfo~1\appdata\local\temp\7\wuauclts.exe','');
DeleteFile('c:\users\goodfo~1\appdata\local\temp\7\wuauclts.exe','32');
DeleteFile('C:\Users\GOODFO~1\AppData\Roaming\Funmoods\UPDATE~1\UPDATE~1.EXE','32');
DeleteFile('C:\Windows\system32\Tasks\Funmoods','64');
DeleteFile('C:\$Recycle.Bin\S-1-5-21-2320955643-1619813293-2045863370-1001\$RC3YPXA.zip','32');
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);
BC_ImportALL;
ExecuteSysClean;
BC_Activate;
RebootWindows(true);
end.