Код:
begin
TerminateProcessByName('c:\users\jim\appdata\local\temp\gmyens.exe');
TerminateProcessByName('c:\users\jim\appdata\local\temp\sieunctcwjupzihr.exe');
QuarantineFile('C:\~SAMIns.TMP', '');
QuarantineFile('C:\autorun.inf', '');
QuarantineFile('C:\iqemxeno.bat', '');
QuarantineFile('C:\Users\Jim\AppData\Local\Temp\gaaurkfsqhwvjwznuebp.exe', '');
QuarantineFile('c:\users\jim\appdata\local\temp\gmyens.exe', '');
QuarantineFile('C:\Users\Jim\AppData\Local\Temp\sieunctcwjupzihr.exe .', '');
QuarantineFile('c:\users\jim\appdata\local\temp\sieunctcwjupzihr.exe', '');
QuarantineFile('C:\Users\Jim\AppData\Local\Temp\vqrmkeaonfvvkycrzkixp.exe .', '');
QuarantineFile('C:\Users\Jim\AppData\Local\Temp\vqrmkeaonfvvkycrzkixp.exe', '');
QuarantineFile('C:\Windows\system32\iayqlcvgcrebnyzlqy.exe', '');
QuarantineFile('C:\Windows\system32\tmleasmyvlzxkwylraw.exe', '');
QuarantineFile('C:\Windows\system32\zqneyogqlzlhsccnr.exe', '');
QuarantineFile('C:\Windows\TEMP\3F22472.sys', '');
QuarantineFile('D:\autorun.inf', '');
QuarantineFile('D:\iqemxeno.bat', '');
QuarantineFile('E:\autorun.inf', '');
QuarantineFile('E:\iqemxeno.bat', '');
DeleteFile('C:\~SAMIns.TMP', '32');
DeleteFile('C:\autorun.inf', '32');
DeleteFile('C:\iqemxeno.bat', '32');
DeleteFile('C:\Users\Jim\AppData\Local\Temp\gaaurkfsqhwvjwznuebp.exe', '32');
DeleteFile('c:\users\jim\appdata\local\temp\gmyens.exe', '32');
DeleteFile('C:\Users\Jim\AppData\Local\Temp\sieunctcwjupzihr.exe .', '32');
DeleteFile('c:\users\jim\appdata\local\temp\sieunctcwjupzihr.exe', '32');
DeleteFile('C:\Users\Jim\AppData\Local\Temp\vqrmkeaonfvvkycrzkixp.exe .', '32');
DeleteFile('C:\Users\Jim\AppData\Local\Temp\vqrmkeaonfvvkycrzkixp.exe', '32');
DeleteFile('C:\Windows\system32\iayqlcvgcrebnyzlqy.exe', '32');
DeleteFile('C:\Windows\system32\tmleasmyvlzxkwylraw.exe', '32');
DeleteFile('C:\Windows\system32\zqneyogqlzlhsccnr.exe', '32');
DeleteFile('C:\Windows\Tasks\At1.job', '32');
DeleteFile('C:\Windows\Tasks\At2.job', '32');
DeleteFile('D:\autorun.inf', '32');
DeleteFile('D:\iqemxeno.bat', '32');
DeleteFile('E:\autorun.inf', '32');
DeleteFile('E:\iqemxeno.bat', '32');
ExecuteFile('schtasks.exe', '/delete /TN "At1" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "At2" /F', 0, 15000, true);
DeleteFileMask('C:\Users\Jim\AppData\Local\Temp', '*.exe', false);
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'jwpcsesypzhzg');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'scscpyjmah');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\RunOnce', 'kysgxkzgyjslta');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\RunOnce', 'nypaoykodlr');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run', 'kwoapansiryp');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run', 'zixgsakmz');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'Software\Microsoft\Windows\CurrentVersion\Run', 'scscpyjmah');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'Software\Microsoft\Windows\CurrentVersion\Run', 'sieunctcwjupzihr');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'Software\Microsoft\Windows\CurrentVersion\RunOnce', 'ncxmesiqjvfziqo');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'Software\Microsoft\Windows\CurrentVersion\RunOnce', 'nypaoykodlr');
CreateQurantineArchive(GetAVZDirectory + 'quarantine.zip');
ExecuteSysClean;
ExecuteRepair(8);
ExecuteRepair(10);
ExecuteRepair(17);
ExecuteWizard('SCU', 2, 2, true);
RebootWindows(true);
end.
Компьютер перезагрузится.