Код:
begin
ShowMessage('Внимание! Перед выполнением скрипта AVZ автоматически закроет все сетевые подключения.' + #13#10 + 'После перезагрузки компьютера подключения к сети будут восстановлены в автоматическом режиме.');
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
if not IsWOW64
then
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
end;
QuarantineFile('C:\Program Files\webget\updatewebget.exe','');
DelBHO('{1FE48F08-A2AC-44AC-A21C-0556D91C50DA}');
DelBHO('{8e97f74c-a4dd-4608-aa15-3d1b1f62cfc7}');
DelBHO('{A06E9184-65B3-490A-AF63-E1EC0C4A3307}');
DelBHO('{7CE987D5-11B3-44FC-9C3D-03069360D462}');
QuarantineFile('C:\Program Files\BonusBerry\Toolbar32.dll','');
QuarantineFile('C:\Program Files\webget\webgetbho.dll','');
QuarantineFile('C:\Program Files\advPlugin\Toolbar32.dll','');
QuarantineFile('C:\Documents and Settings\All Users\Application Data\KRB Updater Utility\krbupdater-utility.exe','');
QuarantineFile('C:\Documents and Settings\Alex\Local Settings\Application Data\screentk\screentool.exe','');
QuarantineFile('C:\Documents and Settings\Alex\Local Settings\Application Data\screentk\screentkup.exe','');
SetServiceStart('screentk', 4);
DeleteService('screentk');
QuarantineFile('C:\WINDOWS\screentk.sys','');
QuarantineFile('C:\Documents and Settings\Alex\Local Settings\Application Data\Kometa\Panel\sciter32.dll','');
QuarantineFile('C:\Documents and Settings\Alex\Local Settings\Application Data\Kometa\Panel\kometa-rpc-server.dll','');
TerminateProcessByName('c:\documents and settings\alex\local settings\application data\screentk\screentool.exe');
QuarantineFile('c:\documents and settings\alex\local settings\application data\screentk\screentool.exe','');
TerminateProcessByName('c:\documents and settings\alex\local settings\application data\kometa\kometaup.exe');
QuarantineFile('c:\documents and settings\alex\local settings\application data\kometa\kometaup.exe','');
TerminateProcessByName('c:\documents and settings\alex\local settings\application data\kometa\panel\kometalaunchpanel.exe');
QuarantineFile('c:\documents and settings\alex\local settings\application data\kometa\panel\kometalaunchpanel.exe','');
TerminateProcessByName('c:\program files\bonusberry\basement\extensionupdaterservice.exe');
QuarantineFile('c:\program files\bonusberry\basement\extensionupdaterservice.exe','');
TerminateProcessByName('c:\program files\advplugin\basement\extensionupdaterservice.exe');
QuarantineFile('c:\program files\advplugin\basement\extensionupdaterservice.exe','');
DeleteFile('c:\program files\advplugin\basement\extensionupdaterservice.exe','32');
DeleteFile('c:\program files\bonusberry\basement\extensionupdaterservice.exe','32');
DeleteFile('c:\documents and settings\alex\local settings\application data\kometa\panel\kometalaunchpanel.exe','32');
DeleteFile('c:\documents and settings\alex\local settings\application data\kometa\kometaup.exe','32');
DeleteFile('c:\documents and settings\alex\local settings\application data\screentk\screentool.exe','32');
DeleteFile('C:\Documents and Settings\Alex\Local Settings\Application Data\Kometa\Panel\kometa-rpc-server.dll','32');
DeleteFile('C:\Documents and Settings\Alex\Local Settings\Application Data\Kometa\Panel\sciter32.dll','32');
DeleteFile('C:\WINDOWS\screentk.sys','32');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','KometaLaunchPanel');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','kometaup');
DeleteFile('C:\Documents and Settings\Alex\Local Settings\Application Data\screentk\screentkup.exe','32');
DeleteFile('C:\Documents and Settings\Alex\Local Settings\Application Data\screentk\screentool.exe','32');
DeleteFile('C:\Documents and Settings\All Users\Application Data\KRB Updater Utility\krbupdater-utility.exe','32');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','KRB Updater Utility');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','screentk');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','screentkUpdater');
DeleteFile('C:\Program Files\advPlugin\Toolbar32.dll','32');
DeleteFile('C:\Program Files\webget\webgetbho.dll','32');
DeleteFile('C:\Program Files\BonusBerry\Toolbar32.dll','32');
DeleteFile('C:\Program Files\AnyProtectEx\AnyProtect.exe','32');
DeleteFile('C:\WINDOWS\Tasks\APSnotifierPP3.job','32');
DeleteFile('C:\WINDOWS\Tasks\APSnotifierPP2.job','32');
DeleteFile('C:\WINDOWS\Tasks\APSnotifierPP1.job','32');
DeleteFile('C:\Program Files\webget\updatewebget.exe','32');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(false);
end.
Компьютер перезагрузится.