Код:
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
TerminateProcessByName('c:\users\sancho\appdata\local\yc\application\yc.exe');
TerminateProcessByName('c:\users\sancho\appdata\roaming\microsoft\searchindexer.exe');
QuarantineFile('c:\users\sancho\appdata\local\yc\application\yc.exe', '');
QuarantineFile('c:\users\sancho\appdata\roaming\microsoft\searchindexer.exe', '');
QuarantineFile('C:\Windows\microsoft\svchost.exe', '');
QuarantineFile('C:\Windows\microsoft\svchost.exe.exe', '');
QuarantineFile('C:\WINDOWS\mssecsvc.exe', '');
QuarantineFile('C:\Windows\System32\ihctrl32.dll', '');
QuarantineFile('C:\Windows\system32\winhost.exe', '');
QuarantineFile('C:\Windows\System32\wsaudio.dll', '');
DeleteFile('C:\Program Files\Mail.Ru\Sputnik\mailrusputnik.exe', '32');
DeleteFile('C:\Users\sancho\AppData\Local\yc\Application\62.0.3202.62\chrome.dll', '32');
DeleteFile('C:\Users\sancho\AppData\Local\yc\Application\62.0.3202.62\chrome_child.dll', '32');
DeleteFile('C:\Users\sancho\AppData\Local\yc\Application\62.0.3202.62\chrome_elf.dll', '32');
DeleteFile('C:\Users\sancho\AppData\Local\yc\Application\62.0.3202.62\libegl.dll', '32');
DeleteFile('C:\Users\sancho\AppData\Local\yc\Application\62.0.3202.62\libglesv2.dll', '32');
DeleteFile('c:\users\sancho\appdata\local\yc\application\yc.exe', '32');
DeleteFile('C:\Users\sancho\AppData\Roaming\Mail.Ru\Agent\magent.exe', '32');
DeleteFile('c:\users\sancho\appdata\roaming\microsoft\searchindexer.exe', '32');
DeleteFile('C:\Windows\microsoft\svchost.exe', '32');
DeleteFile('C:\Windows\microsoft\svchost.exe.exe', '32');
DeleteFile('C:\WINDOWS\mssecsvc.exe', '32');
DeleteFile('C:\Windows\System32\ihctrl32.dll', '32');
DeleteFile('C:\Windows\system32\winhost.exe', '32');
DeleteFile('C:\Windows\System32\wsaudio.dll', '32');
DeleteFile('Manager.exe', '32');
ExecuteFile('schtasks.exe', '/delete /TN "{6C3D256A-531D-4C37-BDC5-61DC82D5C5EF}" /F', 0, 15000, true);
DeleteService('mssecsvc2.0');
DeleteFileMask('c:\program files\mail.ru', '*', true);
DeleteFileMask('c:\users\sancho\appdata\local\yc', '*', true);
DeleteFileMask('c:\users\sancho\appdata\roaming\mail.ru', '*', true);
DeleteDirectory('c:\program files\mail.ru');
DeleteDirectory('c:\users\sancho\appdata\local\yc');
DeleteDirectory('c:\users\sancho\appdata\roaming\mail.ru');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\Clarus Drive Manager', 'command');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\eksbrvdwce', 'command');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\MAgent', 'command');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\Microsoft Windows Search Indexer', 'command');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\wfhroitylx', 'command');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\ycAutoLaunch_A6AACB2E101C1F98CA9BA78B7A21BB0E', 'command');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'SYSTEM\CurrentControlSet\Services\ihctrl32\Parameters', 'ServiceDll');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'SYSTEM\CurrentControlSet\Services\wsaudio\Parameters', 'ServiceDll');
BC_ImportALL;
ExecuteSysClean;
ExecuteWizard('SCU', 2, 2, true);
BC_Activate;
RebootWindows(true);
end.
Компьютер перезагрузится.