Код:
begin
QuarantineFile('C:\ProgramData\wintools\WintoolUprI.exe','');
QuarantineFile('C:\Program Files (x86)\Philuent\plonuther.exe','');
QuarantineFile('C:\Program Files (x86)\MIO\MIO.exe','');
QuarantineFile('http:\api.mhttxtv.com\stm3250318as_9vm26w82xxxx9vm26w82.exe','');
QuarantineFile('C:\ProgramData\VideoFetcher\VideoFetcher.exe','');
QuarantineFile('C:\Program Files (x86)\Retekphagisy Log\local64spl.dll','');
QuarantineFile('C:\Users\galy\AppData\Local\SmartWeb\SmartWebHelper.exe','');
QuarantineFile('C:\Program Files (x86)\gmsd_ru_005010093\gmsd_ru_005010093.exe','');
QuarantineFile('C:\Program Files (x86)\gmsd_ru_005010092\gmsd_ru_005010092.exe','');
QuarantineFile('C:\Users\galy\AppData\Roaming\DRPSu\DrvUpdater.exe','');
QuarantineFile('C:\Users\galy\AppData\Local\Kometa\kometaup.exe','');
QuarantineFile('C:\ProgramData\WinSAPSvc\WinSAP.dll','');
QuarantineFile('C:\Windows\system32\drivers\aswHdsKe.sys','');
StopService('iThemes5');
DeleteService('iThemes5');
QuarantineFile('c:\programdata\winsapsvc\winsap.dll','');
QuarantineFile('c:\programdata\microsoft\identitycrl\ppcrlconf.dll','');
QuarantineFile('c:\program files (x86)\winarcher\archer.dll','');
QuarantineFile('c:\program files (x86)\gubed\gubedzl.dll','');
QuarantineFile('C:\Program Files (x86)\Common Files\Services\iThemes.dll','');
QuarantineFile('C:\Program Files (x86)\Applefat\Application\chrome_child.dll','');
QuarantineFile('C:\Program Files (x86)\Applefat\Application\chrome.dll','');
DeleteFile('c:\program files (x86)\gubed\gubedzl.dll','32');
DeleteFile('c:\program files (x86)\winarcher\archer.dll','32');
DeleteFile('c:\programdata\microsoft\identitycrl\ppcrlconf.dll','32');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SYSTEM\CurrentControlSet\Services\Archer\Parameters','ServiceDll');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SYSTEM\CurrentControlSet\Services\GubedZL\Parameters','ServiceDll');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SYSTEM\CurrentControlSet\Services\MSLN\Parameters','ServiceDll');
DeleteFile('C:\ProgramData\WinSAPSvc\WinSAP.dll','32');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SYSTEM\CurrentControlSet\Services\WinSAPSvc\Parameters','ServiceDll');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\kometaup','command');
DeleteFile('C:\Users\galy\AppData\Local\Kometa\kometaup.exe','32');
DeleteFile('C:\Users\galy\AppData\Roaming\DRPSu\DrvUpdater.exe','32');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\DrvUpdater','command');
DeleteFile('C:\Program Files (x86)\gmsd_ru_005010092\gmsd_ru_005010092.exe','32');
DeleteFile('C:\Program Files (x86)\gmsd_ru_005010093\gmsd_ru_005010093.exe','32');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\gmsd_ru_005010092','command');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\gmsd_ru_005010093','command');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\SmartWeb','command');
DeleteFile('C:\Users\galy\AppData\Local\SmartWeb\SmartWebHelper.exe','32');
DeleteFile('C:\ProgramData\VideoFetcher\VideoFetcher.exe','32');
DeleteFile('http:\api.mhttxtv.com\stm3250318as_9vm26w82xxxx9vm26w82.exe','32');
DeleteFile('C:\Program Files (x86)\MIO\MIO.exe','32');
DeleteFile('C:\ProgramData\wintools\WintoolUprI.exe','32');
DeleteFile('C:\Program Files (x86)\Philuent\plonuther.exe','32');
ExecuteFile('schtasks.exe', '/delete /TN "VideoFetcher" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "Milimili" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "Retekphagisy Log" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "WinTOOL" /F', 0, 15000, true);
DeleteFileMask('C:\Users\galy\AppData\Local\Kometa', '*', true);
DeleteDirectory('C:\Users\galy\AppData\Local\Kometa');
DeleteFileMask('C:\Program Files (x86)\Philuent', '*', true);
DeleteDirectory('C:\Program Files (x86)\Philuent');
DeleteFileMask('C:\ProgramData\VideoFetcher', '*', true);
DeleteDirectory('C:\ProgramData\VideoFetcher');
DeleteFileMask('c:\program files (x86)\winarcher', '*', true);
DeleteDirectory('c:\program files (x86)\winarcher');
DeleteFileMask('c:\program files (x86)\gubed', '*', true);
DeleteDirectory('c:\program files (x86)\gubed');
ExecuteSysClean;
ExecuteWizard('SCU', 2, 2, true);
ExecuteRepair(2);
ExecuteRepair(3);
ExecuteRepair(4);
CreateQurantineArchive(GetAVZDirectory + 'quarantine.zip');
RebootWindows(true);
end.
Компьютер будет перезагружен.