begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
QuarantineFile('mxytldub.dll','');
QuarantineFile('C:\WINDOWS\ResPatch\SfcFiles.dll.bak','');
QuarantineFile('C:\WINDOWS\I386\SVCPACK\PHYSX.EXE','');
QuarantineFile('C:\WINDOWS\I386\SVCPACK\JRE1610.EXE','');
QuarantineFile('C:\WINDOWS\I386\SVCPACK\GADGETS2.EXE','');
QuarantineFile('c:\system volume information\_restore{460aa8b8-503a-4ede-8750-bd23f94b5f2c}\rp1\a0002053.exe','');
QuarantineFile('c:\system volume information\_restore{460aa8b8-503a-4ede-8750-bd23f94b5f2c}\rp1\a0002054.exe','');
DeleteFile('c:\system volume information\_restore{460aa8b8-503a-4ede-8750-bd23f94b5f2c}\rp1\a0002053.exe');
DeleteFile('c:\system volume information\_restore{460aa8b8-503a-4ede-8750-bd23f94b5f2c}\rp1\a0002054.exe');
DeleteFile('mxytldub.dll');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(true);
end.