begin
 ClearQuarantine;
 SearchRootkit(true, true);
 SetAVZGuardStatus(true);
 SetServiceStart('ati5nuxx', 4);
 QuarantineFile('C:\WINDOWS\system32\vmohgfhm.dll','');
 QuarantineFile('C:\WINDOWS\system32\svchost.exe:ext.exe','');
 QuarantineFile('C:\PROGRA~1\AIMP2\System\AIMP_S~1.DLL','');
 QuarantineFile('C:\WINDOWS\System32\Drivers\ati6tbxx.sys','');
 QuarantineFile('C:\WINDOWS\System32\Drivers\ati4lsxx.sys','');
 QuarantineFile('C:\WINDOWS\Drivers\ati2bixx.sys','');
 QuarantineFile('C:\WINDOWS\System32\Drivers\ati1xgxx.sys','');
 QuarantineFile('C:\WINDOWS\System32\Drivers\ati1xfxx.sys','');
 QuarantineFile('C:\WINDOWS\System32\drivers\ati0hoxx.sys','');
 QuarantineFile('C:\WINDOWS\system32\Drivers\ati5nuxx.sys','');
 QuarantineFile('C:\WINDOWS\system32\vmohgfhm.dll','');
 DeleteFile('C:\WINDOWS\system32\vmohgfhm.dll');
 DeleteFile('C:\WINDOWS\system32\Drivers\ati5nuxx.sys');
 DeleteFile('C:\WINDOWS\System32\drivers\ati0hoxx.sys');
 DeleteFile('C:\WINDOWS\System32\Drivers\ati1xfxx.sys');
 DeleteFile('C:\WINDOWS\System32\Drivers\ati1xgxx.sys');
 DeleteFile('C:\WINDOWS\\Drivers\ati2xgxx.sys');
 DeleteFile('C:\WINDOWS\System32\Drivers\ati4lsxx.sys');
 DeleteFile('C:\WINDOWS\System32\Drivers\ati6tbxx.sys');
 DeleteFile('C:\WINDOWS\Drivers\ati6tbxx.sys');
 DeleteFile('vmohgfhm.dll');
 DeleteFile('C:\WINDOWS\system32\svchost.exe:ext.exe');
 DeleteFile('C:\WINDOWS\SYSTEM32\vmohgfhm32.dll');
 DeleteFile('C:\WINDOWS\system32\vmohgfhm.dll');
 DeleteService('ati5nuxx');
 DeleteService('ati0hoxx');
 DeleteService('ati1xfxx');
 DeleteService('ati1xgxx');
 DeleteService('ati2bixx');
 DeleteService('ati4lsxx');
 DeleteService('ati6tbxx');
 DeleteService('ati7ygxx');
 DeleteService('FCI');
 DeleteService('ICF');
 BC_ImportALL;
 BC_Activate;
 ExecuteSysClean;
 RebootWindows(true);
end.