Код:
begin
TerminateProcessByName('c:\users\anna\appdata\roaming\pbot\python\pythonw.exe');
QuarantineFileF('c:\users\anna\appdata\local\hostinstaller', '*.exe, *.dll, *.sys, *.bat, *.vbs, *.js*, *.tmp*', true, '', 0 ,0);
QuarantineFile('c:\users\anna\appdata\roaming\pbot\python\pythonw.exe', '');
QuarantineFile('C:\Users\Anna\AppData\Roaming\PBot\python\python34.dll', '');
QuarantineFile('C:\Windows\system32\drivers\mwescontroller.sys', '');
QuarantineFile('C:\Users\Anna\AppData\Local\Temp\new-super-ext.exe', '');
QuarantineFile('C:\Users\Anna\AppData\Roaming\PBot\launchall.py', '');
QuarantineFile('C:\Users\Anna\AppData\Roaming\SearchAY\python\pythonw.exe', '');
QuarantineFile('C:\Users\Anna\AppData\Roaming\SearchAY\launchall.py', '');
QuarantineFile('C:\Users\Anna\AppData\Roaming\prof2you\python\pythonw.exe', '');
QuarantineFile('C:\Users\Anna\AppData\Local\Hostinstaller\615440069_monster.exe', '');
ExecuteFile('schtasks.exe', '/delete /TN "prof2you" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "Soft installer" /F', 0, 15000, true);
DeleteFile('c:\users\anna\appdata\roaming\pbot\python\pythonw.exe', '32');
DeleteFile('C:\Users\Anna\AppData\Roaming\PBot\python\python34.dll', '32');
DeleteFile('C:\Windows\system32\drivers\mwescontroller.sys', '32');
DeleteFile('C:\Users\Anna\AppData\Local\Temp\new-super-ext.exe', '32');
DeleteFile('C:\Users\Anna\AppData\Roaming\PBot\launchall.py', '32');
DeleteFile('C:\Users\Anna\AppData\Roaming\SearchAY\python\pythonw.exe', '32');
DeleteFile('C:\Users\Anna\AppData\Roaming\SearchAY\launchall.py', '32');
DeleteFile('C:\Users\Anna\AppData\Roaming\prof2you\python\pythonw.exe', '32');
DeleteFile('C:\Users\Anna\AppData\Local\Hostinstaller\615440069_monster.exe', '32');
DeleteFileMask('c:\users\anna\appdata\roaming\pbot', '*', true);
DeleteFileMask('c:\users\anna\appdata\roaming\searchay', '*', true);
DeleteFileMask('c:\users\anna\appdata\local\hostinstaller', '*', true);
DeleteDirectory('c:\users\anna\appdata\roaming\pbot');
DeleteDirectory('c:\users\anna\appdata\roaming\searchay');
DeleteDirectory('c:\users\anna\appdata\local\hostinstaller');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','001dae8c');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','PBot');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','SearchAY');
DeleteService('mwescontroller');
ExecuteSysClean;
ExecuteWizard('SCU', 2, 2, true);
CreateQurantineArchive(GetAVZDirectory + 'quarantine.zip');
RebootWindows(true);
end.
Компьютер перезагрузится.