Код:
begin
TerminateProcessByName('c:\program files (x86)\firefox\bin\firefoxupdate.exe');
QuarantineFile('c:\program files (x86)\firefox\bin\firefoxupdate.exe', '');
QuarantineFile('c:\users\андрей\appdata\roaming\winsapsvc\winsap.dll', '');
QuarantineFile('C:\Program Files (x86)\Stiqowardghizaght Community\local64spl.dll', '');
QuarantineFile('C:\Program Files (x86)\Youtube AdBlockU\z1ulZ4l.dll', '');
QuarantineFile('"C:\Program Files (x86)\MIO\MIO.exe" -bindurl http://api.suibianmaimaicom.com/st500dm002-1bd142_w2a49c7cxxxxw2a49c7c.dat cmd=', '');
QuarantineFile('C:\Program Files (x86)\Hojigh\xpleaght.exe', '');
QuarantineFile('C:\Update\psgo\psgo.ps1', '');
DeleteFile('C:\Windows\Tasks\Update Service for E3605470-291B-44EB-8648-745EE356599A.job', '64');
DeleteFile('c:\program files (x86)\firefox\bin\firefoxupdate.exe', '32');
DeleteFile('c:\users\андрей\appdata\roaming\winsapsvc\winsap.dll', '32');
DeleteFile('C:\Program Files (x86)\Stiqowardghizaght Community\local64spl.dll', '32');
DeleteFile('C:\Program Files (x86)\Youtube AdBlockU\z1ulZ4l.dll', '32');
DeleteFile('"C:\Program Files (x86)\MIO\MIO.exe" -bindurl http://api.suibianmaimaicom.com/st500dm002-1bd142_w2a49c7cxxxxw2a49c7c.dat cmd=', '32');
DeleteFile('C:\Program Files (x86)\Hojigh\xpleaght.exe', '32');
DeleteFile('C:\Update\psgo\psgo.ps1', '32');
DeleteService('wfd_1_10_0_17');
DeleteFileMask('c:\program files (x86)\firefox', '*', true);
DeleteFileMask('c:\program files (x86)\stiqowardghizaght community', '*', true);
DeleteFileMask('c:\program files (x86)\youtube adblocku', '*', true);
DeleteFileMask('"c:\program files (x86)\mio', '*', true);
DeleteFileMask('c:\program files (x86)\hojigh', '*', true);
DeleteFileMask('c:\update\psgo', '*', true);
DeleteDirectory('c:\program files (x86)\firefox');
DeleteDirectory('c:\program files (x86)\stiqowardghizaght community');
DeleteDirectory('c:\program files (x86)\youtube adblocku');
DeleteDirectory('"c:\program files (x86)\mio');
DeleteDirectory('c:\program files (x86)\hojigh');
DeleteDirectory('c:\update\psgo');
ExecuteFile('schtasks.exe', '/delete /TN "Milimili" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "Stiqowardghizaght Community" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "Update Service for E3605470-291B-44EB-8648-745EE356599A" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "Windows-PG" /F', 0, 15000, true);
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'SYSTEM\CurrentControlSet\Services\WinSAPSvc\Parameters', 'ServiceDll');
CreateQurantineArchive(GetAVZDirectory + 'quarantine.zip');
ExecuteSysClean;
ExecuteWizard('SCU', 2, 2, true);
RebootWindows(true);
end.
Компьютер перезагрузится.