Код:
begin
QuarantineFile('C:\Program Files (x86)\MoshouInput\mohpimyin.exe','');
QuarantineFile('C:\ProgramData\testLive.exe','');
QuarantineFile('C:\Users\Tako\AppData\Local\Temp\14423\conhost.exe','');
QuarantineFile('c:\programdata\homepage.exe','');
QuarantineFile('c:\programdata\lightgate.exe','');
StopService('{e8294a7e-8442-4f3a-8722-cb5c3f67ed67}Gw64');
DeleteService('{e8294a7e-8442-4f3a-8722-cb5c3f67ed67}Gw64');
DeleteService('QQRepair373');
QuarantineFile('C:\ProgramData\service.exe','');
StopService('GoogleChromeUpService');
DeleteService('GoogleChromeUpService');
TerminateProcessByName('c:\programdata\testlive.exe');
QuarantineFile('c:\programdata\testlive.exe','');
TerminateProcessByName('c:\programdata\msiql.exe');
QuarantineFile('c:\programdata\msiql.exe','');
TerminateProcessByName('c:\program files (x86)\ms\launch.exe');
QuarantineFile('c:\program files (x86)\ms\launch.exe','');
DeleteFile('c:\program files (x86)\ms\launch.exe','32');
DeleteFile('c:\programdata\msiql.exe','32');
DeleteFile('c:\programdata\testlive.exe','32');
DeleteFile('C:\ProgramData\service.exe','32');
DeleteFile('C:\Program Files (x86)\Tencent\QQPCMGR\Plugins\QQRepair373','32');
DeleteFile('C:\WINDOWS\system32\drivers\{e8294a7e-8442-4f3a-8722-cb5c3f67ed67}Gw64.sys','32');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','LightGate');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','HomePageHelper');
DeleteFile('c:\programdata\lightgate.exe','32');
DeleteFile('c:\programdata\homepage.exe','32');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','conhost.exe -start');
DeleteFile('C:\Users\Tako\AppData\Local\Temp\14423\conhost.exe','32');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','svchost0');
DeleteFile('C:\Program Files (x86)\UCBrowser\Application\UUC0789.exe','32');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','msiql');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','testLive');
DeleteFile('C:\ProgramData\testLive.exe','32');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','mohpimyin.exe');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','aa');
DeleteFile('C:\Program Files (x86)\MoshouInput\mohpimyin.exe','32');
DeleteFile('C:\WINDOWS\Tasks\UCBrowserUpdater.job','32');
DeleteFile('C:\WINDOWS\system32\Tasks\Jejochclipasp Schedule','64');
DeleteFile('C:\WINDOWS\system32\Tasks\NetWork\Shell\Input Updater','64');
DeleteFile('C:\WINDOWS\system32\Tasks\UCBrowserUpdater','64');
DeleteFile('C:\WINDOWS\system32\Tasks\Norton Product InstallerIdle','64');
DeleteFile('C:\WINDOWS\system32\Tasks\{15E8C8F8-96B2-4E58-9E88-4C677EEE7BCE}','64');
DeleteFile('C:\WINDOWS\system32\Tasks\{E0026586-A210-46BC-9FB7-B75BFAC733E3}','64');
DeleteFile('C:\WINDOWS\system32\Tasks\{D6FDA443-2257-4E84-97DB-68F578F5B27B}','64');
DeleteFile('C:\WINDOWS\system32\Tasks\{F1167E5A-2BC0-4CC1-B809-AF1B1605336A}','64');
ExecuteSysClean;
RebootWindows(true);
end.