begin
TerminateProcessByName('c:\melonitylibs\useroobebroker.exe');
QuarantineFile('C:\MelonityLibs\Registry.exe', '');
QuarantineFile('C:\MelonityLibs\root.exe', '');
QuarantineFile('c:\melonitylibs\useroobebroker.exe', '');
QuarantineFileF('c:\melonitylibs', '*.exe, *.dll, *.sys, *.bat, *.vbs, *.ps1, *.js*, *.tmp*', true, '', 0 , 0);
DeleteFile('C:\Intel\iGfx\XeFX\Spider-Man.exe_105624\SearchIndexer.exe', '32');
DeleteFile('C:\Intel\iGfx\XeFX\Spider-Man.exe_105624\SearchIndexer.exe', '64');
DeleteFile('C:\Intel\iGfx\XeFX\Spider-Man.exe_105624\steamwebhelper.exe', '32');
DeleteFile('C:\MelonityLibs\Registry.exe', '32');
DeleteFile('C:\MelonityLibs\Registry.exe', '64');
DeleteFile('C:\MelonityLibs\root.exe', '32');
DeleteFile('C:\MelonityLibs\root.exe', '64');
DeleteFile('c:\melonitylibs\useroobebroker.exe', '');
DeleteFile('C:\MelonityLibs\UserOOBEBroker.exe', '32');
DeleteFile('C:\MelonityLibs\UserOOBEBroker.exe', '64');
DeleteFileMask('c:\melonitylibs', '*', true);
DeleteDirectory('c:\melonitylibs');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'Registry', '32');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'Registry', '64');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'root', '32');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'root', '64');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'UserOOBEBroker', '32');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'UserOOBEBroker', '64');
DeleteSchedulerTask('UserOOBEBrokerU');
ExecuteSysClean;
ExecuteWizard('SCU', 3, 3, true);
RebootWindows(true);
end.