Код:
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 (x86)\advPlugin\uv1avRc.exe.exe','');
QuarantineFile('C:\Users\Daniyl\AppData\Roaming\ASPackage\ASPackage.exe','');
QuarantineFile('C:\Program Files (x86)\Google\chrome.bat','');
QuarantineFile('C:\Windows\system32\drivers\{15ffe680-f508-4e34-9186-1c1e8f02c252}Gw64.sys','');
DeleteService('{15ffe680-f508-4e34-9186-1c1e8f02c252}Gw64');
QuarantineFile('C:\Windows\system32\drivers\innfd_1_10_0_14.sys','');
DeleteService('innfd_1_10_0_14');
QuarantineFile('C:\Users\Daniyl\AppData\Local\SmartWeb\swhk.dll','');
TerminateProcessByName('c:\users\daniyl\appdata\local\gmsd_ru_235\upgmsd_ru_235.exe');
QuarantineFile('c:\users\daniyl\appdata\local\gmsd_ru_235\upgmsd_ru_235.exe','');
TerminateProcessByName('c:\users\daniyl\appdata\local\smartweb\smartwebhelper.exe');
QuarantineFile('c:\users\daniyl\appdata\local\smartweb\smartwebhelper.exe','');
TerminateProcessByName('c:\users\daniyl\appdata\local\smartweb\smartwebapp.exe');
QuarantineFile('c:\users\daniyl\appdata\local\smartweb\smartwebapp.exe','');
TerminateProcessByName('c:\users\daniyl\appdata\local\temp\nszbf54.tmp');
QuarantineFile('c:\users\daniyl\appdata\local\temp\nszbf54.tmp','');
TerminateProcessByName('C:\Users\Daniyl\AppData\Local\Temp\nsk93C9.tmp');
QuarantineFile('C:\Users\Daniyl\AppData\Local\Temp\nsk93C9.tmp','');
TerminateProcessByName('c:\users\daniyl\appdata\local\temp\nsk93c9.tmp');
QuarantineFile('c:\users\daniyl\appdata\local\temp\nsk93c9.tmp','');
TerminateProcessByName('c:\users\daniyl\appdata\local\temp\nsac785.tmp');
QuarantineFile('c:\users\daniyl\appdata\local\temp\nsac785.tmp','');
QuarantineFile('c:\program files (x86)\gmsd_ru_235\gmsd_ru_235.exe','');
DeleteFile('c:\program files (x86)\gmsd_ru_235\gmsd_ru_235.exe','32');
DeleteFile('c:\users\daniyl\appdata\local\temp\nsac785.tmp','32');
DeleteFile('c:\users\daniyl\appdata\local\temp\nsk93c9.tmp','32');
DeleteFile('C:\Users\Daniyl\AppData\Local\Temp\nsk93C9.tmp','32');
DeleteFile('c:\users\daniyl\appdata\local\temp\nszbf54.tmp','32');
DeleteFile('c:\users\daniyl\appdata\local\smartweb\smartwebapp.exe','32');
DeleteFile('c:\users\daniyl\appdata\local\smartweb\smartwebhelper.exe','32');
DeleteFile('c:\users\daniyl\appdata\local\gmsd_ru_235\upgmsd_ru_235.exe','32');
DeleteFile('C:\Users\Daniyl\AppData\Local\SmartWeb\swhk.dll','32');
DeleteFile('C:\Users\Daniyl\AppData\Local\Temp\nsaA9F8.tmp\nsis-progressbar.dll','32');
DeleteFile('C:\Users\Daniyl\AppData\Local\Temp\nsaA9F8.tmp\ProcessKiller.dll','32');
DeleteFile('C:\Users\Daniyl\AppData\Local\Temp\nsjCD7C.tmp\Math.dll','32');
DeleteFile('C:\Users\Daniyl\AppData\Local\Temp\nsjCD7C.tmp\nsPage_LoadOffer.dll','32');
DeleteFile('C:\Windows\system32\drivers\innfd_1_10_0_14.sys','32');
DeleteFile('C:\Windows\system32\drivers\{15ffe680-f508-4e34-9186-1c1e8f02c252}Gw64.sys','32');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','WinCheck');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','SmartWeb');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\RunOnce','upgmsd_ru_235.exe');
DeleteFile('C:\Users\Daniyl\AppData\Roaming\ASPackage\ASPackage.exe','32');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\RunOnce','Update');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\ujrgoqxdiu','command');
DeleteFile('C:\Program Files (x86)\advPlugin\uv1avRc.exe.exe','32');
DeleteFile('C:\Windows\Tasks\Update Service for advPlugin.job','64');
DeleteFile('C:\Windows\Tasks\Update Service for advPlugin2.job','64');
DeleteFile('C:\Windows\system32\Tasks\SmartWeb Upgrade Trigger Task','64');
DeleteFile('C:\Windows\system32\Tasks\Soft installer','64');
DeleteFile('C:\Users\Daniyl\AppData\Local\Host installer\2130397465_monster.exe','32');
DeleteFile('C:\Windows\system32\Tasks\Update Service for advPlugin','64');
DeleteFile('C:\Windows\system32\Tasks\Update Service for advPlugin2','64');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(false);
end.
Компьютер перезагрузится.