Код:
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
TerminateProcessByName('c:\program files\iobit\advanced systemcare\ascservice.exe');
TerminateProcessByName('c:\program files\iobit\iobit malware fighter\imfsrv.exe');
StopService('AdvancedSystemCareService10');
QuarantineFile('c:\users\евгений\appdata\local\kitty\kitty.dll', '');
QuarantineFile('c:\users\евгений\appdata\local\snare\snarer.dll', '');
QuarantineFile('c:\programdata\software\apple\apps\notification.dll', '');
QuarantineFile('c:\users\евгений\appdata\local\snarer\snarer.dll', '');
QuarantineFile('C:\Program Files\Firefox\bin\FirefoxUpdate.exe', '');
QuarantineFile('C:\Program Files\IObit\IObit Malware Fighter\IMF.exe', '');
QuarantineFile('C:\Windows\System32\ihctrl32.dll', '');
QuarantineFile('C:\Windows\System32\wsaudio.dll', '');
QuarantineFile('C:\Program Files\IObit\Advanced SystemCare\ASCTray.exe', '');
QuarantineFile('C:\Program Files\IObit\Advanced SystemCare\ASC.exe', '');
QuarantineFile('C:\Users\Евгений\AppData\Roaming\SearchAY\ml.py', '');
QuarantineFile('C:\Users\Евгений\AppData\Roaming\SearchAY\python\pythonw.exe', '');
QuarantineFile('C:\Update\psgo\psgo.ps1', '');
QuarantineFile('C:\Windows\c1.exe', '');
QuarantineFile('C:\Users\Евгений\appdata\roaming\winsapsvc\winsap.dll', '');
QuarantineFile('C:\Program Files\elex-tech\yac\curlpp.dll', '');
QuarantineFile('C:\Program Files\elex-tech\yac\libpng.dll', '');
DeleteFile('c:\users\евгений\appdata\local\kitty\kitty.dll', '32');
DeleteFile('c:\users\евгений\appdata\local\snare\snarer.dll', '32');
DeleteFile('c:\programdata\software\apple\apps\notification.dll', '32');
DeleteFile('c:\users\евгений\appdata\local\snarer\snarer.dll', '32');
DeleteFile('C:\Program Files\Firefox\bin\FirefoxUpdate.exe', '32');
DeleteFile('C:\Program Files\IObit\IObit Malware Fighter\IMF.exe', '32');
DeleteFile('C:\Windows\System32\ihctrl32.dll', '32');
DeleteFile('C:\Windows\System32\wsaudio.dll', '32');
DeleteFile('C:\Program Files\IObit\Advanced SystemCare\ASCTray.exe', '32');
DeleteFile('C:\Program Files\IObit\Advanced SystemCare\ASC.exe', '32');
DeleteFile('C:\Users\Евгений\AppData\Roaming\SearchAY\ml.py', '32');
DeleteFile('C:\Users\Евгений\AppData\Roaming\SearchAY\python\pythonw.exe', '32');
DeleteFile('C:\Update\psgo\psgo.ps1', '32');
DeleteFile('C:\Windows\c1.exe', '32');
DeleteFile('C:\Users\Евгений\appdata\roaming\winsapsvc\winsap.dll', '32');
DeleteFile('C:\Program Files\elex-tech\yac\curlpp.dll', '32');
DeleteFile('C:\Program Files\elex-tech\yac\libpng.dll', '32');
DeleteService('IMFservice');
DeleteService('FirefoxU');
DeleteFileMask('c:\program files\iobit', '*', true);
DeleteFileMask('c:\users\евгений\appdata\local\kitty', '*', true);
DeleteFileMask('c:\users\евгений\appdata\local\snare', '*', true);
DeleteFileMask('c:\users\евгений\appdata\local\snarer', '*', true);
DeleteFileMask('c:\program files\firefox', '*', false);
DeleteFileMask('"c:\program files\mio', '*', true);
DeleteFileMask('c:\users\евгений\appdata\roaming\searchay', '*', true);
DeleteFileMask('c:\update\psgo', '*', true);
DeleteFileMask('c:\program files\elex-tech', '*', true);
DeleteDirectory('c:\program files\iobit');
DeleteDirectory('c:\users\евгений\appdata\local\kitty');
DeleteDirectory('c:\users\евгений\appdata\local\snare');
DeleteDirectory('c:\users\евгений\appdata\local\snarer');
DeleteDirectory('c:\program files\firefox');
DeleteDirectory('"c:\program files\mio');
DeleteDirectory('c:\users\евгений\appdata\roaming\searchay');
DeleteDirectory('c:\update\psgo');
DeleteDirectory('c:\program files\elex-tech');
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "ASC10_SkipUac_Евгений" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "Milimili" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "SearchAY" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "Windows-PG" /F', 0, 15000, true);
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'SYSTEM\CurrentControlSet\Services\AppleNotificationsSrv\Parameters', 'ServiceDll');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'SYSTEM\CurrentControlSet\Services\ihctrl32\Parameters', 'ServiceDll');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'SYSTEM\CurrentControlSet\Services\Kitty\Parameters', 'ServiceDll');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'SYSTEM\CurrentControlSet\Services\SNARE\Parameters', 'ServiceDll');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'SYSTEM\CurrentControlSet\Services\SNARER\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.
Компьютер перезагрузится.