begin
ShowMessage('Внимание! Перед выполнением скрипта AVZ автоматически закроет все сетевые подключения.'+#13#10+'После перезагрузки компьютера подключения к сети будут восстановлены в автоматическом режиме.');
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
SearchRootkit(true, true);
SetAVZGuardStatus(True);
ClearQuarantine;
TerminateProcessByName('c:\documents and settings\фф\application data\yl86g6nq.exe');
TerminateProcessByName('c:\program files\smss.exe');
TerminateProcessByName('c:\windows\system32\jarinet\qqextrenal.exe');
TerminateProcessByName('c:\documents and settings\фф\pieva.exe');
TerminateProcessByName('c:\documents and settings\фф\application data\msconfig.exe');
TerminateProcessByName('c:\documents and settings\фф\local settings\application data\ezprivacysub2.exe');
TerminateProcessByName('c:\windows\chinde.exe');
SetServiceStart('ПµНі№Шјь·юОс', 4);
StopService('ПµНі№Шјь·юОс');
QuarantineFile('C:\WINDOWS\system32\odwclfb.dll','');
QuarantineFile('C:\Утилиты\Программы для интернета\123.exe','');
QuarantineFile('C:\Утилиты\Программы для интернета\041.exe','');
QuarantineFile('C:\Утилиты\Программы для интернета\005.exe','');
QuarantineFile('C:\Documents and Settings\фф\dlay.exe','');
QuarantineFile('C:\Program Files\Bifrost\server.exe','');
QuarantineFile('C:\Утилиты\Программы для интернета\018.exe','');
QuarantineFile('C:\Program Files\АМБц ЗБ¶уАМ№цЅГ\EzPrivacy2.exe','');
QuarantineFile('C:\Documents and Settings\All Users\Application Data\042.exe','');
QuarantineFile('C:\WINDOWS\system32\7DF045C6.sys','');
QuarantineFile('C:\Program Files\Znveevzsv.fnr','');
QuarantineFile('C:\Program Files\krnln.fne','');
QuarantineFile('C:\Program Files\Exmlrpc.fne','');
QuarantineFile('C:\Program Files\dp1.fne','');
QuarantineFile('c:\documents and settings\фф\application data\yl86g6nq.exe','');
QuarantineFile('c:\program files\smss.exe','');
QuarantineFile('c:\windows\system32\jarinet\qqextrenal.exe','');
QuarantineFile('c:\documents and settings\фф\pieva.exe','');
QuarantineFile('c:\documents and settings\фф\application data\msconfig.exe','');
QuarantineFile('c:\documents and settings\фф\local settings\application data\ezprivacysub2.exe','');
QuarantineFile('c:\windows\chinde.exe','');
DeleteFile('c:\documents and settings\фф\local settings\application data\ezprivacysub2.exe');
DeleteFile('c:\windows\system32\jarinet\qqextrenal.exe');
DeleteFile('C:\Program Files\dp1.fne');
DeleteFile('C:\Program Files\Exmlrpc.fne');
DeleteFile('C:\Program Files\krnln.fne');
DeleteFile('C:\Program Files\Znveevzsv.fnr');
DeleteFile('C:\WINDOWS\system32\7DF045C6.sys');
DeleteFile('C:\Program Files\smss.exe');
DeleteFile('C:\Documents and Settings\All Users\Application Data\042.exe');
DeleteFile('C:\Documents and Settings\фф\Application Data\YL86G6NQ.exe');
DeleteFile('C:\Documents and Settings\фф\Application Data\msconfig.exe');
DeleteFile('C:\Documents and Settings\фф\pieva.exe');
DeleteFile('C:\WINDOWS\chinde.exe');
DeleteFile('C:\Утилиты\Программы для интернета\018.exe');
DeleteFile('C:\Documents and Settings\фф\dlay.exe');
DeleteFile('C:\Утилиты\Программы для интернета\005.exe');
DeleteFile('C:\Утилиты\Программы для интернета\041.exe');
DeleteFile('C:\Утилиты\Программы для интернета\123.exe');
DeleteFile('C:\WINDOWS\system32\odwclfb.dll');
DeleteFile('C:\Program Files\bifrost\server.exe');
DelCLSID('{9B71D88C-C598-4935-C5D1-43AA4DB90836}');
if MessageDLG('Заражение Вашего компьютера произошло через автоматический запуск программ на съемных накопителях. Отключить автозапуск?', mtConfirmation, mbYes+mbNo, 0) = 6 then
RegKeyIntParamWrite('HKLM', 'SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer', 'NoDriveTypeAutoRun', '221');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','TX1W9BXAA3HA');
RegKeyParamDel('HKEY_LOCAL_MACHINE','system\currentcontrolset\services\sharedaccess\parameters\firewallpolicy\standardprofile\authorizedapplications\list','WindowsUpdate');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','TX1W9BXAA3HA');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run','TX1W9BXAA3HA');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run','TX1W9BXAA3HA');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','pieva');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','WindowsUpdate');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','WindowsUpdate');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run','Microsoft Driver Setup');
DeleteService('ПµНі№Шјь·юОс');
BC_ImportAll;
ExecuteSysClean;
BC_DeleteFile('C:\WINDOWS\system32\7DF045C6.sys');
BC_DeleteSvc('ПµНі№Шјь·юОс');
BC_Activate;
ExecuteRepair(9);
ExecuteWizard('SCU',2,3,true);
RebootWindows(true);
end.