Код:
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:\ProgramData\vCore\VCore.exe','');
QuarantineFile('C:\Program Files (x86)\SDisk Finder\sdiskfinder.exe','');
QuarantineFile('C:\Users\Public\DiskCleaner\sdiskfinder.exe','');
QuarantineFile('C:\Users\User\AppData\Roaming\bestsalesprofit\updater.py','');
QuarantineFile('C:\ProgramData\26T7084C7132Q815\26T7084C7132Q815.dll','');
QuarantineFile('C:\Program Files (x86)\Youtube AdBlock\3ngHrKh.dll','');
QuarantineFile('C:\Program Files (x86)\VK OK AdBlock\6FrR3Bz.dll','');
QuarantineFile('C:\Users\User\AppData\Roaming\bestsalesprofit\ml.py','');
TerminateProcessByName('C:\Windows\taskmgr.exe');
QuarantineFile('C:\Windows\taskmgr.exe','');
TerminateProcessByName('C:\Windows\svchost.exe');
QuarantineFile('C:\Windows\svchost.exe','');
TerminateProcessByName('c:\users\user\appdata\roaming\mp3tagapp\mp3tagapp.exe');
QuarantineFile('c:\users\user\appdata\roaming\mp3tagapp\mp3tagapp.exe','');
TerminateProcessByName('c:\users\user\appdata\local\temp\rar$exa0.074\mazepa.exe');
QuarantineFile('c:\users\user\appdata\local\temp\rar$exa0.074\mazepa.exe','');
TerminateProcessByName('C:\Users\User\AppData\Local\Temp\g280C.tmp.exe');
QuarantineFile('C:\Users\User\AppData\Local\Temp\g280C.tmp.exe','');
TerminateProcessByName('C:\Windows\csrss.exe');
QuarantineFile('C:\Windows\csrss.exe','');
DeleteFile('C:\Windows\csrss.exe','32');
DeleteFile('C:\Users\User\AppData\Local\Temp\g280C.tmp.exe','32');
DeleteFile('c:\users\user\appdata\local\temp\rar$exa0.074\mazepa.exe','32');
DeleteFile('c:\users\user\appdata\roaming\mp3tagapp\mp3tagapp.exe','32');
DeleteFile('C:\Windows\svchost.exe','32');
DeleteFile('C:\Windows\taskmgr.exe','32');
DeleteFile('C:\Users\User\AppData\Roaming\bestsalesprofit\ml.py','32');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Mp3tagApp');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','bestsalesprofit');
DeleteFile('C:\Program Files (x86)\VK OK AdBlock\6FrR3Bz.dll','32');
DeleteFile('C:\Program Files (x86)\Youtube AdBlock\3ngHrKh.dll','32');
DeleteFile('C:\Windows\Tasks\Update Service for Youtube AdBlock2.job','32');
DeleteFile('C:\Windows\Tasks\Update Service for VK OK AdBlock2.job','32');
DeleteFile('C:\Windows\Tasks\Update Service for VK OK AdBlock.job','32');
DeleteFile('C:\Windows\Tasks\Update Service for Youtube AdBlock.job','32');
DeleteFile('C:\Windows\system32\Tasks\26T7084C7132Q815','64');
DeleteFile('C:\Windows\system32\Tasks\26T7084C7132Q815-dll','64');
DeleteFile('C:\ProgramData\26T7084C7132Q815\26T7084C7132Q815.dll','32');
DeleteFile('C:\Windows\system32\Tasks\amigo_scoped_dir_1488303599\updater-exe','64');
DeleteFile('C:\Windows\system32\Tasks\autologger','64');
DeleteFile('C:\Windows\system32\Tasks\bestsalesprofit','64');
DeleteFile('C:\Users\User\AppData\Roaming\bestsalesprofit\updater.py','32');
DeleteFile('C:\Windows\system32\Tasks\bestsalesprofit2','64');
DeleteFile('C:\Windows\system32\Tasks\DirAnalyzer','64');
DeleteFile('C:\Users\Public\DiskCleaner\sdiskfinder.exe','32');
DeleteFile('C:\Windows\system32\Tasks\g280c','64');
DeleteFile('C:\Windows\system32\Tasks\g280c-tmp','64');
DeleteFile('C:\Windows\system32\Tasks\Microsoft\DiskOptimizer','64');
DeleteFile('C:\Program Files (x86)\SDisk Finder\sdiskfinder.exe','32');
DeleteFile('C:\ProgramData\vCore\VCore.exe','32');
DeleteFile('C:\Windows\system32\Tasks\Microsoft\Windows\Media Center\VCore','64');
DeleteFile('C:\Windows\system32\Tasks\SDisk Finder','64');
DeleteFile('C:\Windows\system32\Tasks\Update Service for VK OK AdBlock','64');
DeleteFile('C:\Windows\system32\Tasks\Update Service for VK OK AdBlock2','64');
DeleteFile('C:\Windows\system32\Tasks\Update Service for Youtube AdBlock','64');
DeleteFile('C:\Windows\system32\Tasks\Update Service for Youtube AdBlock2','64');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(false);
end.
Будет выполнена перезагрузка компьютера.