Код:
begin
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
ClearQuarantineEx(true);
QuarantineFileF('c:\users\alex\appdata\roaming\adobe\nativeplugin\ooba\ppapi\37dbc6a4-5dd3-4937-ad6a-e57443431b34', '*', true, '', 0 , 0);
QuarantineFile('C:\Windows\Sys\taskmgr.vbs', '');
QuarantineFile('C:\Users\Alex\AppData\Roaming\Adobe\NativePlugin\OOBA\PPAPI\37DBC6A4-5DD3-4937-AD6A-E57443431B34\A2937CEA-FACA-4A5B-A1BB-8E2A321ABD4F.exe', '');
QuarantineFile('C:\Users\Alex\AppData\Roaming\1kGYMSi1Hye.exe', '');
QuarantineFile('C:\Users\Alex\AppData\Roaming\5oeSa95IF5Me9ebHD.exe', '');
QuarantineFile('C:\Users\Alex\AppData\Roaming\hONv1lIkmPd0j8SwfMojH8uY.exe', '');
QuarantineFile('C:\Users\Alex\AppData\Roaming\hp7TTaryrR.exe', '');
QuarantineFile('C:\Users\Alex\AppData\Roaming\iwHkcHFyQs.exe', '');
QuarantineFile('C:\Users\Alex\AppData\Roaming\mJt95QxNij2O7en.exe', '');
QuarantineFile('C:\Users\Alex\AppData\Roaming\P4NdIaLhunTC4IjamfLmSny7.exe', '');
QuarantineFile('C:\Users\Alex\AppData\Roaming\rOUn34SKIT0Iri.exe', '');
QuarantineFile('C:\Users\Alex\AppData\Roaming\V98ITJB6iIHKCb0NV7xiczIOf.exe', '');
QuarantineFile('C:\Users\Alex\AppData\Roaming\ZNPEfbfETrZ.exe', '');
QuarantineFile('C:\Windows\system32\config\systemprofile\AppData\Local\mentalray\mental.exe', '');
QuarantineFile('C:\Users\Alex\AppData\Local\Microsoft\029D1BC3386136DED35293641757A96D\810C5AD44F4F0DA7A03350533EF81370.exe', '');
DeleteFile('C:\Windows\Tasks\1kGYMSi1Hye.job', '64');
DeleteFile('C:\Windows\Tasks\5oeSa95IF5Me9ebHD.job', '64');
DeleteFile('C:\Windows\Tasks\hONv1lIkmPd0j8SwfMojH8uY.job', '64');
DeleteFile('C:\Windows\Tasks\hp7TTaryrR.job', '64');
DeleteFile('C:\Windows\Tasks\iwHkcHFyQs.job', '64');
DeleteFile('C:\Windows\Tasks\mJt95QxNij2O7en.job', '64');
DeleteFile('C:\Windows\Tasks\P4NdIaLhunTC4IjamfLmSny7.job', '64');
DeleteFile('C:\Windows\Tasks\rOUn34SKIT0Iri.job', '64');
DeleteFile('C:\Windows\Tasks\V98ITJB6iIHKCb0NV7xiczIOf.job', '64');
DeleteFile('C:\Windows\Tasks\ZNPEfbfETrZ.job', '64');
DeleteFile('C:\Windows\Sys\taskmgr.vbs', '32');
DeleteFile('C:\Users\Alex\AppData\Roaming\Adobe\NativePlugin\OOBA\PPAPI\37DBC6A4-5DD3-4937-AD6A-E57443431B34\A2937CEA-FACA-4A5B-A1BB-8E2A321ABD4F.exe', '32');
DeleteFile('C:\Users\Alex\AppData\Roaming\1kGYMSi1Hye.exe', '32');
DeleteFile('C:\Users\Alex\AppData\Roaming\5oeSa95IF5Me9ebHD.exe', '32');
DeleteFile('C:\Users\Alex\AppData\Roaming\hONv1lIkmPd0j8SwfMojH8uY.exe', '32');
DeleteFile('C:\Users\Alex\AppData\Roaming\hp7TTaryrR.exe', '32');
DeleteFile('C:\Users\Alex\AppData\Roaming\iwHkcHFyQs.exe', '32');
DeleteFile('C:\Users\Alex\AppData\Roaming\mJt95QxNij2O7en.exe', '32');
DeleteFile('C:\Users\Alex\AppData\Roaming\P4NdIaLhunTC4IjamfLmSny7.exe', '32');
DeleteFile('C:\Users\Alex\AppData\Roaming\rOUn34SKIT0Iri.exe', '32');
DeleteFile('C:\Users\Alex\AppData\Roaming\V98ITJB6iIHKCb0NV7xiczIOf.exe', '32');
DeleteFile('C:\Users\Alex\AppData\Roaming\ZNPEfbfETrZ.exe', '32');
DeleteFile('C:\Users\Alex\AppData\Local\Microsoft\029D1BC3386136DED35293641757A96D\810C5AD44F4F0DA7A03350533EF81370.exe', '32');
ExecuteFile('schtasks.exe', '/delete /TN "mental ray 3.10 Satellite 1.5.15" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "Microsoft\F81370E33505330A7AD0F4F44D810C5A" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "Microsoft\F81370E33505330A7AD0F4F44D810C5ASB" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "Microsoft\Windows\A37DBC6A4-5DD3-4937-AD6A-E57443431B34" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "Microsoft\Windows\F81370E33505330A7AD0F4F44D810C5A" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "Microsoft\Windows\F81370E33505330A7AD0F4F44D810C5ASB" /F', 0, 15000, true);
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'Program');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run', '37DBC6A4-5DD3-4937-AD6A-E57443431B34');
CreateQurantineArchive(GetAVZDirectory + 'quarantine.zip');
ExecuteSysClean;
ExecuteRepair(9);
ExecuteWizard('SCU', 2, 3, true);
RebootWindows(true);
end.