Код:
begin
QuarantineFile('C:\Users\Alex\AppData\Roaming\Mozilla\Firefox\Profiles\21z1s27v.default\extensions\{3B4DE07A-DE43-4DBC-873F-05835FF67DCE}\plugins\npsafe_surfing.dll', '');
QuarantineFile('C:\Windows\system32\drivers\pfnfd_1_10_0_8.sys', '');
QuarantineFile('C:\Users\Alex\AppData\Roaming\RtkNGui.exe', '');
QuarantineFile('C:\Windows\System32\wsaudio.dll', '');
QuarantineFile('C:\Users\Alex\AppData\Roaming\DIGITA~1\UPDATE~1\UPDATE~1.EXE', '');
QuarantineFile('C:\Users\Alex\AppData\Roaming\DSite\UPDATE~1\UPDATE~1.EXE', '');
QuarantineFile('C:\Users\Alex\AppData\Roaming\DealPly\UPDATE~1\UPDATE~1.EXE', '');
QuarantineFile('C:\Windows\system32\ihctrl32.dll', '');
DeleteFile('C:\Windows\Tasks\Digital Sites.job', '32');
DeleteFile('C:\Windows\Tasks\DSite.job', '32');
DeleteFile('C:\Users\Alex\AppData\Roaming\Mozilla\Firefox\Profiles\21z1s27v.default\extensions\{3B4DE07A-DE43-4DBC-873F-05835FF67DCE}\plugins\npsafe_surfing.dll', '32');
DeleteFile('C:\Windows\system32\drivers\pfnfd_1_10_0_8.sys', '32');
DeleteFile('C:\Users\Alex\AppData\Roaming\RtkNGui.exe', '32');
DeleteFile('C:\Windows\System32\wsaudio.dll', '32');
DeleteFile('C:\Users\Alex\AppData\Roaming\DIGITA~1\UPDATE~1\UPDATE~1.EXE', '32');
DeleteFile('C:\Users\Alex\AppData\Roaming\DSite\UPDATE~1\UPDATE~1.EXE', '32');
DeleteFile('C:\Users\Alex\AppData\Roaming\DealPly\UPDATE~1\UPDATE~1.EXE', '32');
DeleteFile('C:\Windows\system32\ihctrl32.dll', '32');
DeleteFile('C:\Users\Alex\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\DealPly\DealPly.url');
DeleteFile('C:\Users\Alex\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\DealPly\DealPly Help.url');
DeleteFile('C:\Users\Alex\AppData\Local\Mobogenie\Version\OldVersion\Mobogenie\Mobogenie.url');
DeleteFile('C:\Users\Alex\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Mail.Ru.lnk');
DeleteFile('C:\Users\Alex\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\Mail.Ru.lnk');
DeleteFile('C:\Users\Alex\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Mail.Ru (2).lnk');
DeleteService('pfnfd_1_10_0_8');
DeleteFileMask('c:\users\alex\appdata\roaming\mozilla\firefox', '*', false);
DeleteFileMask('c:\users\alex\appdata\roaming\digita~1', '*', true);
DeleteFileMask('c:\users\alex\appdata\roaming\dsite', '*', true);
DeleteFileMask('c:\users\alex\appdata\roaming\dealply\update~1', '*', true);
DeleteDirectory('c:\users\alex\appdata\roaming\mozilla\firefox');
DeleteDirectory('c:\users\alex\appdata\roaming\digita~1');
DeleteDirectory('c:\users\alex\appdata\roaming\dsite');
DeleteDirectory('c:\users\alex\appdata\roaming\dealply\update~1');
DelBHO('{8984B388-A5BB-4DF7-B274-77B879E179DB}');
ExecuteFile('schtasks.exe', '/delete /TN "DealPly" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "InternetC" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "Digital Sites" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "DSite" /F', 0, 15000, true);
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'Realtek HD Audio');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'SYSTEM\CurrentControlSet\Services\wsaudio\Parameters', 'ServiceDll');
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1201', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1001', 1);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1004', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '2201', 3);
BC_ImportALL;
ExecuteSysClean;
ExecuteWizard('SCU', 2, 2, true);
BC_Activate;
RebootWindows(true);
end.
Компьютер перезагрузится.