Код:
begin
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
ClearQuarantineEx(true);
StopService('rowugoqo');
StopService('wucotusy');
StopService('zigipyro');
QuarantineFileF('c:\program files (x86)\mbot_ru_014010250', '*.exe, *.dll, *.sys, *.bat, *.vbs, *.js*, *.tmp*', true, '', 0 , 0);
QuarantineFileF('c:\program files (x86)\gmsd_ru_005010250', '*.exe, *.dll, *.sys, *.bat, *.vbs, *.js*, *.tmp*', true, '', 0 , 0);
QuarantineFileF('c:\users\влад\appdata\local\mbot_ru_014010250', '*.exe, *.dll, *.sys, *.bat, *.vbs, *.js*, *.tmp*', true, '', 0 , 0);
QuarantineFileF('c:\users\влад\appdata\local\gmsd_ru_005010250', '*.exe, *.dll, *.sys, *.bat, *.vbs, *.js*, *.tmp*', true, '', 0 , 0);
QuarantineFile('C:\Users\Влад\AppData\Local\31CD9700-1456586720-11DD-BDA9-BCEE7B8DCE44\snsp211B.tmp', '');
QuarantineFile('C:\Program Files (x86)\31CD9700-1456579462-11DD-BDA9-BCEE7B8DCE44\hnsp7DA7.tmp', '');
QuarantineFile('C:\Program Files (x86)\31CD9700-1456579462-11DD-BDA9-BCEE7B8DCE44\knsz3C8F.tmpfs', '');
QuarantineFile('C:\Users\Влад\AppData\Local\31CD9700-1456588503-11DD-BDA9-BCEE7B8DCE44\qnsm46D0.tmp', '');
QuarantineFile('C:\Program Files (x86)\31CD9700-1456579462-11DD-BDA9-BCEE7B8DCE44\jnso5434.tmp', '');
QuarantineFile('C:\Program Files (x86)\mbot_ru_014010250\mbot_ru_014010250.exe', '');
QuarantineFile('C:\Program Files (x86)\gmsd_ru_005010250\gmsd_ru_005010250.exe', '');
QuarantineFile('C:\Users\Влад\AppData\Local\mbot_ru_014010250\upmbot_ru_014010250.exe', '');
QuarantineFile('C:\Users\Влад\AppData\Local\gmsd_ru_005010250\upgmsd_ru_005010250.exe', '');
QuarantineFile('C:\Users\Влад\AppData\Roaming\gplyra\gplyra\start.cmd', '');
QuarantineFile('C:\ProgramData\gdFZnf\TKPaeqTb0.bat', '');
QuarantineFile('C:\ProgramData\QnMkBJPL\WNNcjKfC5.bat', '');
DeleteFile('C:\Users\Влад\AppData\Local\31CD9700-1456586720-11DD-BDA9-BCEE7B8DCE44\snsp211B.tmp', '32');
DeleteFile('C:\Program Files (x86)\31CD9700-1456579462-11DD-BDA9-BCEE7B8DCE44\hnsp7DA7.tmp', '32');
DeleteFile('C:\Program Files (x86)\31CD9700-1456579462-11DD-BDA9-BCEE7B8DCE44\knsz3C8F.tmpfs', '32');
DeleteFile('C:\Users\Влад\AppData\Local\31CD9700-1456588503-11DD-BDA9-BCEE7B8DCE44\qnsm46D0.tmp', '32');
DeleteFile('C:\Program Files (x86)\31CD9700-1456579462-11DD-BDA9-BCEE7B8DCE44\jnso5434.tmp', '32');
DeleteFile('C:\Program Files (x86)\mbot_ru_014010250\mbot_ru_014010250.exe', '32');
DeleteFile('C:\Program Files (x86)\gmsd_ru_005010250\gmsd_ru_005010250.exe', '32');
DeleteFile('C:\Users\Влад\AppData\Local\mbot_ru_014010250\upmbot_ru_014010250.exe', '32');
DeleteFile('C:\Users\Влад\AppData\Local\gmsd_ru_005010250\upgmsd_ru_005010250.exe', '32');
DeleteFile('C:\Users\Влад\AppData\Roaming\gplyra\gplyra\start.cmd', '32');
DeleteFile('C:\ProgramData\gdFZnf\TKPaeqTb0.bat', '32');
DeleteFile('C:\ProgramData\QnMkBJPL\WNNcjKfC5.bat', '32');
DeleteService('rowugoqo');
DeleteService('wucotusy');
DeleteService('tyvycehezbt');
DeleteService('zigipyro');
DeleteService('zutuzuni');
DeleteFileMask('c:\program files (x86)\mbot_ru_014010250', '*', true);
DeleteFileMask('c:\program files (x86)\gmsd_ru_005010250', '*', true);
DeleteFileMask('c:\users\влад\appdata\local\mbot_ru_014010250', '*', true);
DeleteFileMask('c:\users\влад\appdata\local\gmsd_ru_005010250', '*', true);
DeleteDirectory('c:\program files (x86)\mbot_ru_014010250');
DeleteDirectory('c:\program files (x86)\gmsd_ru_005010250');
DeleteDirectory('c:\users\влад\appdata\local\mbot_ru_014010250');
DeleteDirectory('c:\users\влад\appdata\local\gmsd_ru_005010250');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'Software\Microsoft\Windows\CurrentVersion\Run', 'CMD');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'Software\Microsoft\Windows\CurrentVersion\Run', 'mbot_ru_014010250');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'Software\Microsoft\Windows\CurrentVersion\Run', 'gmsd_ru_005010250');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'Software\Microsoft\Windows\CurrentVersion\RunOnce', 'upmbot_ru_014010250.exe');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'Software\Microsoft\Windows\CurrentVersion\RunOnce', 'upgmsd_ru_005010250.exe');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'MyDesktop');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'Software\Microsoft\Windows\CurrentVersion\Run', 'gplyra');
CreateQurantineArchive(GetAVZDirectory + 'quarantine.zip');
ExecuteSysClean;
ExecuteRepair(9);
ExecuteWizard('SCU', 2, 3, true);
RebootWindows(true);
end.