begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
QuarantineFile('c:\windows\system32\rs32net.exe','');
TerminateProcessByName('c:\windows\system32\rs32net.exe');
QuarantineFile('C:\WINDOWS\System32\Drivers\ati6foxx.sys','');
QuarantineFile('C:\WINDOWS\system32\blphcrndj0eg4n.scr','');
QuarantineFile('C:\WINDOWS\System32\drivers\tcpsr.sys','');
QuarantineFile('c:\windows\system32\lphcrndj0eg4n.exe','');
TerminateProcessByName('c:\windows\system32\lphcrndj0eg4n.exe');
DeleteFile('c:\windows\system32\lphcrndj0eg4n.exe');
DeleteFile('C:\WINDOWS\System32\drivers\tcpsr.sys');
DeleteFile('C:\WINDOWS\system32\blphcrndj0eg4n.scr');
DeleteFile('C:\WINDOWS\System32\Drivers\ati6foxx.sys');
DeleteFile('c:\windows\system32\rs32net.exe');
BC_ImportAll;
BC_DeleteSvc('ati6foxx');
BC_DeleteSvc('tcpsr');
ExecuteSysClean;
ExecuteRepair(5);
ExecuteRepair(6);
BC_Activate;
RebootWindows(true);
end.