Код:
begin
QuarantineFile('c:\users\uzer1\appdata\roaming\winsapsvc\winsap.dll', '');
QuarantineFile('C:\Program Files (x86)\amulell\ed2k.exe', '');
QuarantineFile('C:\Program Files (x86)\IObit\LiveUpdate\LiveUpdate.exe', '');
QuarantineFile('C:\Users\uzer1\AppData\Roaming\PBot\python\pythonw.exe', '');
QuarantineFile('C:\Users\uzer1\AppData\Roaming\PBot\ml.py', '');
QuarantineFile('C:\Users\uzer1\AppData\Roaming\swEXT\python\pythonw.exe', '');
QuarantineFile('C:\Users\uzer1\AppData\Roaming\swEXT\ml.py', '');
QuarantineFile('C:\Users\uzer1\AppData\Roaming\WinSnare\WinSnare.dll', '');
QuarantineFile('C:\Program Files (x86)\MIO\MIO.exe', '');
QuarantineFile('C:\Users\uzer1\AppData\Roaming\swEXT\updater.py', '');
DeleteFile('c:\users\uzer1\appdata\roaming\winsapsvc\winsap.dll', '32');
DeleteFile('C:\Program Files (x86)\amulell\ed2k.exe', '32');
DeleteFile('C:\Program Files (x86)\IObit\LiveUpdate\LiveUpdate.exe', '32');
DeleteFile('C:\WINDOWS\TEMP\E_SBDA8.tmp', '32');
DeleteFile('C:\Users\uzer1\AppData\Roaming\PBot\python\pythonw.exe', '32');
DeleteFile('C:\Users\uzer1\AppData\Roaming\PBot\ml.py', '32');
DeleteFile('C:\Users\uzer1\AppData\Roaming\swEXT\python\pythonw.exe', '32');
DeleteFile('C:\Users\uzer1\AppData\Roaming\swEXT\ml.py', '32');
DeleteFile('C:\Users\uzer1\AppData\Roaming\WinSnare\WinSnare.dll', '32');
DeleteFile('C:\Program Files (x86)\MIO\MIO.exe', '32');
DeleteFile('C:\Users\uzer1\AppData\Roaming\swEXT\updater.py', '32');
DeleteService('ed2kidle');
DeleteService('LiveUpdateSvc');
DeleteFileMask('c:\users\uzer1\appdata\local\mail.ru', '*', true);
DeleteFileMask('c:\program files (x86)\amulell', '*', true);
DeleteFileMask('c:\program files (x86)\iobit', '*', true);
DeleteFileMask('c:\users\uzer1\appdata\roaming\pbot', '*', true);
DeleteFileMask('c:\users\uzer1\appdata\roaming\winsnare', '*', true);
DeleteFileMask('"c:\program files (x86)\mio', '*', true);
DeleteFileMask('c:\program files (x86)\mio', '*', true);
DeleteDirectory('c:\program files (x86)\amulell');
DeleteDirectory('c:\program files (x86)\iobit');
DeleteDirectory('c:\users\uzer1\appdata\roaming\pbot');
DeleteDirectory('c:\users\uzer1\appdata\roaming\winsnare');
DeleteDirectory('"c:\program files (x86)\mio');
DeleteDirectory('c:\program files (x86)\mio');
ExecuteFile('schtasks.exe', '/delete /TN "Milimili" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "swEXT2" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "Qahight" /F', 0, 15000, true);
DelCLSID('{5FED836A-C96C-4d88-A91E-F63F07726585}');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'PBot');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'swEXT');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'SYSTEM\CurrentControlSet\Services\WinSAPSvc\Parameters', 'ServiceDll');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'SYSTEM\CurrentControlSet\Services\WinSnare\Parameters', 'ServiceDll');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved', '{5FED836A-C96C-4d88-A91E-F63F07726585}');
CreateQurantineArchive(GetAVZDirectory + 'quarantine.zip');
ExecuteSysClean;
ExecuteRepair(4);
ExecuteRepair(3);
ExecuteWizard('SCU', 2, 2, true);
RebootWindows(true);
end.
Компьютер перезагрузится.