Код:
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
QuarantineFile('C:\Users\ilmir\appdata\roaming\c731200','');
QuarantineFile('C:\Program Files (x86)\ScreenUp\future_helper.exe','');
QuarantineFile('C:\Users\ilmir\AppData\Local\Root Language Helper.exe','');
QuarantineFile('C:\Users\ilmir\AppData\Local\FilterStart\FilterStart.exe','');
QuarantineFile('C:\Users\ilmir\AppData\Roaming\Windows Live\wpogtlmhky.exe','');
QuarantineFile('C:\Users\ilmir\AppData\Roaming\WindowsUpdate\Updater.exe','');
QuarantineFile('C:\Users\ilmir\AppData\Roaming\Microsoft\Windows\Xpiiif.exe','');
QuarantineFile('C:\Users\ilmir\AppData\Roaming\WindowsUpdate\mobsync.exe','');
QuarantineFile('C:\Users\ilmir\AppData\Roaming\WindowsUpdate\Live.exe','');
DeleteFile('C:\Users\ilmir\AppData\Local\Root Language Helper.exe');
DeleteFile('C:\Users\ilmir\AppData\Roaming\Microsoft\Windows\Xpiiif.exe','32');
DeleteFile('C:\Users\ilmir\AppData\Roaming\Windows Live\wpogtlmhky.exe','32');
DeleteFile('C:\Windows\system32\Tasks\Custom Private Helper','64');
DeleteFile('C:\Windows\system32\Tasks\Root Language Helper','64');
DeleteFile('C:\Program Files (x86)\ScreenUp\future_helper.exe','32');
DeleteFile('C:\Windows\system32\Tasks\Trusted Render Mgr','64');
DeleteFile('C:\Users\ilmir\appdata\local\filterstart\filterstart.exe','32');
DeleteFile('C:\Users\ilmir\appdata\roaming\windowsupdate\live.exe','32');
DeleteFile('C:\Users\ilmir\appdata\roaming\c731200','32');
DeleteFile('C:\Users\ilmir\appdata\roaming\windowsupdate\mobsync.exe','32');
DeleteFile('C:\Users\ilmir\appdata\roaming\windowsupdate\updater.exe','32');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Windows Live Installer');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Microsoft Sync Center');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Xpiiif');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Windows Update Installer');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Windows Live');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows NT\CurrentVersion\Winlogon','Taskman');
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);
RegKeyIntParamWrite('HKLM','SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer','NoDriveTypeAutoRun', 221);
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
ExecuteWizard('TSW',2,2,true);
RebootWindows(true);
end.
После перезагрузки выполните скрипт: