begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
TerminateProcessByName('c:\users\machito\appdata\local\temp\svhost.exe');
QuarantineFile('c:\users\machito\appdata\local\temp\svhost.exe','');
QuarantineFile('C:\Users\machito\AppData\Roaming\Config\dropRe.exe','');
QuarantineFile('G:\autorun.inf','');
QuarantineFileF('C:\Users\machito\AppData\Roaming\Config\','*', true,'',0 ,0);
DeleteFile('c:\users\machito\appdata\local\temp\svhost.exe');
DeleteFile('C:\Users\machito\AppData\Roaming\Config\dropRe.exe');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Windows Update');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','System Starter');
BC_ImportALL;
ExecuteSysClean;
BC_Activate;
ExecuteWizard('SCU', 2, 3, true);
RebootWindows(true);
end.