Код:
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:\Users\Дина\applic~1\digitalsites\updateproc\updatetask.exe','');
QuarantineFile('C:\Users\Дина\appdata\roaming\digitalsites\updateproc\updatetask.exe','');
QuarantineFile('C:\Users\Дина\appdata\local\systemdir\setsearchm.exe','');
QuarantineFile('C:\Users\Дина\AppData\Local\Microsoft\Windows\Vkmusicdownloader.exe','');
QuarantineFile('C:\Users\Дина\AppData\Local\SystemDir\nethost.exe','');
DelBHO('{3C6CF3C0-D800-4B4D-A3D8-8ADE406523B6}');
QuarantineFile('C:\Program Files (x86)\VK Downloader\Toolbar32.dll','');
QuarantineFile('C:\Windows\Test.bat','');
QuarantineFile('C:\Users\F297~1\AppData\Local\Temp\NETBE2~3.EXE','');
QuarantineFile('C:\Users\F297~1\AppData\Local\Temp\NETBE2~2.EXE','');
QuarantineFile('C:\windows\system32\drivers\{e7ea42ad-4fa4-4fce-a37a-c42931f721e3}Gw64.sys','');
QuarantineFile('C:\windows\system32\drivers\{2fb2b93a-d824-4963-962b-e98da201096d}Gw64.sys','');
QuarantineFile('C:\windows\system32\drivers\{128614e8-07dd-4e11-b9ec-ca2c14f812c5}Gw64.sys','');
DeleteService('{e7ea42ad-4fa4-4fce-a37a-c42931f721e3}Gw64');
DeleteService('{2fb2b93a-d824-4963-962b-e98da201096d}Gw64');
DeleteService('{128614e8-07dd-4e11-b9ec-ca2c14f812c5}Gw64');
TerminateProcessByName('c:\program files (x86)\vk downloader\basement\extensionupdaterservice.exe');
QuarantineFile('c:\program files (x86)\vk downloader\basement\extensionupdaterservice.exe','');
QuarantineFile('c:\users\Дина\desktop\pandaunransom.exe','');
TerminateProcessByName('c:\users\f297~1\appdata\local\temp\netbe26.tmp.exe');
QuarantineFile('c:\users\f297~1\appdata\local\temp\netbe26.tmp.exe','');
DeleteFile('c:\users\f297~1\appdata\local\temp\netbe26.tmp.exe','32');
DeleteFile('c:\program files (x86)\vk downloader\basement\extensionupdaterservice.exe','32');
DeleteFile('C:\windows\system32\drivers\{128614e8-07dd-4e11-b9ec-ca2c14f812c5}Gw64.sys','32');
DeleteFile('C:\windows\system32\drivers\{2fb2b93a-d824-4963-962b-e98da201096d}Gw64.sys','32');
DeleteFile('C:\windows\system32\drivers\{e7ea42ad-4fa4-4fce-a37a-c42931f721e3}Gw64.sys','32');
DeleteFile('C:\Users\F297~1\AppData\Local\Temp\NETBE2~2.EXE','32');
DeleteFile('C:\Users\F297~1\AppData\Local\Temp\NETBE2~3.EXE','32');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\RunOnce','GoSearch_startsetsearch_chrome');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\RunOnce','GoSearchRemoveAppoldopera');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\RunOnce','GoSearchRemoveAppiexplore');
DeleteFile('C:\Program Files (x86)\VK Downloader\Toolbar32.dll','32');
DeleteFile('C:\Users\Дина\AppData\Local\SystemDir\nethost.exe','32');
DeleteFile('C:\Users\Дина\AppData\Local\Microsoft\Windows\Vkmusicdownloader.exe','32');
DeleteFile('C:\windows\system32\Tasks\Vkmusicdownloader','64');
DeleteFile('C:\windows\system32\Tasks\nethost task','64');
DeleteFile('C:\Users\Дина\appdata\local\systemdir\setsearchm.exe','32');
DeleteFile('C:\Users\Дина\appdata\roaming\digitalsites\updateproc\updatetask.exe','32');
DeleteFile('C:\Users\Дина\applic~1\digitalsites\updateproc\updatetask.exe','32');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(false);
end.
Компьютер перезагрузится.