Код:
	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:\Users\зодиак\AppData\Roaming\sweet-page\UninstallManager.exe','');
 QuarantineFile('C:\Users\зодиак\AppData\Local\Microsoft\Windows\system.exe','');
 QuarantineFile('C:\Users\зодиак\AppData\Local\SystemDir\nethost.exe','');
 QuarantineFile('C:\PROGRA~1\COMMON~1\System\SysMenu.dll','');
 QuarantineFile('C:\Users\зодиак\AppData\Roaming\Men of War - Assault Squad 2\adobeupd.exe','');
 QuarantineFile('C:\Users\зодиак\AppData\Roaming\VDBTRHV.exe','');
 QuarantineFile('C:\Users\зодиак\AppData\Roaming\UNFEEUIC.exe','');
 QuarantineFile('C:\Program Files (x86)\YTDownloader\YTDownloader.exe','');
 TerminateProcessByName('c:\users\зодиак\appdata\roaming\dekovir\caches\mdm');
 QuarantineFile('c:\users\зодиак\appdata\roaming\dekovir\caches\mdm','');
 DeleteFile('c:\users\зодиак\appdata\roaming\dekovir\caches\mdm','32');
 DeleteFile('C:\Program Files (x86)\YTDownloader\YTDownloader.exe','32');
 RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','YTDownloader');
 RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','YTDownloader');
 RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\RunOnce','Application Restart #1');
 RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','bqamzqambb');
 DeleteFile('C:\Program Files (x86)\AnyProtectEx\AnyProtect.exe','32');
 DeleteFile('C:\Users\зодиак\AppData\Roaming\UNFEEUIC.exe','32');
 DeleteFile('C:\Users\??????\AppData\Roaming\VDBTRHV.exe','32');
 DeleteFile('C:\Users\зодиак\AppData\Roaming\Men of War - Assault Squad 2\adobeupd.exe','32');
 DeleteFile('C:\Windows\system32\Tasks\AdobeFlashPlayer-S-2-1-24-198293847112UI','64');
 DeleteFile('C:\Windows\Tasks\VDBTRHV.job','64');
 DeleteFile('C:\Windows\Tasks\UNFEEUIC.job','64');
 DeleteFile('C:\Windows\Tasks\APSnotifierPP3.job','64');
 DeleteFile('C:\Windows\Tasks\APSnotifierPP2.job','64');
 DeleteFile('C:\Windows\Tasks\APSnotifierPP1.job','64');
 DeleteFile('C:\Windows\system32\Tasks\APSnotifierPP1','64');
 DeleteFile('C:\Windows\system32\Tasks\APSnotifierPP2','64');
 DeleteFile('C:\Windows\system32\Tasks\APSnotifierPP3','64');
 DeleteFile('C:\PROGRA~1\COMMON~1\System\SysMenu.dll','32');
 DeleteFile('C:\Users\зодиак\AppData\Local\SystemDir\nethost.exe','32');
 DeleteFile('C:\Users\зодиак\AppData\Local\Microsoft\Windows\system.exe','32');
 DeleteFile('C:\Windows\system32\Tasks\Microsoft\Windows\Maintenance\SMupdate2','64');
 DeleteFile('C:\Windows\system32\Tasks\Microsoft\Windows\Multimedia\SMupdate3','64');
 DeleteFile('C:\Windows\system32\Tasks\nethost task','64');
 DeleteFile('C:\Windows\system32\Tasks\SMupdate1','64');
 DeleteFile('C:\Windows\system32\Tasks\SystemScript','64');
 DeleteFile('C:\Windows\system32\Tasks\{824932C9-F974-4B5D-8235-752736F9474E}','64');
 DeleteFile('C:\Users\зодиак\AppData\Roaming\sweet-page\UninstallManager.exe','32');
 DeleteFile('C:\Windows\system32\Tasks\MdmUpdateTaskMachineCore','64');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(false);
end.
 Компьютер перезагрузится.