Код:
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
TerminateProcessByName('c:\users\z0dium\appdata\roaming\microsoft\windows\cheking.exe');
TerminateProcessByName('c:\users\z0dium\appdata\roaming\microsoft\windows\helper.exe');
QuarantineFile('C:\Program Files\OneSystemCare\CleanupConsole.exe', '');
QuarantineFile('C:\Program Files\Zaxar\ZaxarLoader.exe', '');
QuarantineFile('C:\Users\z0dium\AppData\Local\Hostinstaller\2552136882_monster.exe', '');
QuarantineFile('C:\Users\z0dium\appdata\local\temp\startpm.exe', '');
QuarantineFile('c:\users\z0dium\appdata\roaming\microsoft\windows\cheking.exe', '');
QuarantineFile('c:\users\z0dium\appdata\roaming\microsoft\windows\helper.exe', '');
QuarantineFile('C:\Users\z0dium\AppData\Roaming\WeatherForecaster\app.py', '');
QuarantineFile('C:\Users\z0dium\AppData\Roaming\WeatherForecaster\ml2.py', '');
QuarantineFile('C:\Windows\System32\themctrl.dll', '');
QuarantineFile('C:\Windows\System32\wbiosrvp.dll', '');
QuarantineFileF('c:\program files\zaxar', '*.exe, *.dll, *.sys, *.bat, *.vbs, *.js*, *.tmp*', true, '', 0 , 0);
QuarantineFileF('c:\users\z0dium\appdata\local\hostinstaller', '*.exe, *.dll, *.sys, *.bat, *.vbs, *.js*, *.tmp*', true, '', 0 , 0);
DeleteFile('C:\Program Files\OneSystemCare\CleanupConsole.exe', '32');
DeleteFile('C:\Program Files\Zaxar\ZaxarLoader.exe', '32');
DeleteFile('C:\Users\z0dium\AppData\Local\Hostinstaller\2552136882_monster.exe', '32');
DeleteFile('C:\Users\z0dium\AppData\Local\Microsoft\Start Menu\Вoйти в Интeрнeт.exe', '32');
DeleteFile('C:\Users\z0dium\AppData\Local\Microsoft\Start Menu\Вoйти в Интeрнeт.lnk', '32');
DeleteFile('C:\Users\z0dium\appdata\local\temp\startpm.exe', '32');
DeleteFile('C:\Users\z0dium\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\StartMenu\Вoйти в Интeрнeт.lnk', '32');
DeleteFile('c:\users\z0dium\appdata\roaming\microsoft\windows\cheking.exe', '32');
DeleteFile('c:\users\z0dium\appdata\roaming\microsoft\windows\helper.exe', '32');
DeleteFile('C:\Users\z0dium\AppData\Roaming\WeatherForecaster\app.py', '32');
DeleteFile('C:\Users\z0dium\AppData\Roaming\WeatherForecaster\ml2.py', '32');
DeleteFile('C:\Users\z0dium\Favorites\Links\Интернет.url', '32');
DeleteFile('C:\Windows\System32\themctrl.dll', '32');
DeleteFile('C:\Windows\System32\wbiosrvp.dll', '32');
ExecuteFile('schtasks.exe', '/delete /TN "Soft installer" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "space(title, t_monitor)" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "System\SystemCheck" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "WeatherForecaster" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "WeatherForecaster2" /F', 0, 15000, true);
DeleteFileMask('c:\program files\onesystemcare', '*', true);
DeleteFileMask('c:\program files\zaxar', '*', true);
DeleteFileMask('c:\users\z0dium\appdata\local\hostinstaller', '*', true);
DeleteFileMask('c:\users\z0dium\appdata\roaming\weatherforecaster', '*', true);
DeleteDirectory('c:\program files\onesystemcare');
DeleteDirectory('c:\program files\zaxar');
DeleteDirectory('c:\users\z0dium\appdata\local\hostinstaller');
DeleteDirectory('c:\users\z0dium\appdata\roaming\weatherforecaster');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'SYSTEM\CurrentControlSet\Services\themctrl\Parameters', 'ServiceDll');
RegKeyParamDel('HKEY_LOCAL_MACHINE', 'SYSTEM\CurrentControlSet\Services\wbiosrvp\Parameters', 'ServiceDll');
BC_ImportALL;
ExecuteSysClean;
ExecuteWizard('SCU', 2, 2, true);
BC_Activate;
RebootWindows(true);
end.
Компьютер перезагрузится.