Код:
begin
ShowMessage('Внимание! Перед выполнением скрипта AVZ автоматически закроет все сетевые подключения.'+#13#10+'После перезагрузки компьютера подключения к сети будут восстановлены в автоматическом режиме.');
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
TerminateProcessByName('c:\program files (x86)\filter2\2\pfhttpcontentfilter.exe');
TerminateProcessByName('c:\users\САНЁК!!!\appdata\local\temp\99b6.tmp.exe');
TerminateProcessByName('c:\users\!!!~1\appdata\local\temp\e.exe');
StopService('AdobeFlashPlayerHash');
StopService('CppWindowsService');
StopService('Ghostery Storage Server');
DeleteService('AdobeFlashPlayerHash');
DeleteService('CppWindowsService');
DeleteService('Ghostery Storage Server');
QuarantineFile('C:\Program Files (x86)\filter2\2\CppWindowsService.exe','');
QuarantineFile('c:\program files (x86)\filter2\2\cppwindowsservice.exe','');
QuarantineFile('C:\Program Files (x86)\filter2\2\nfapi.dll','');
QuarantineFile('c:\program files (x86)\filter2\2\pfhttpcontentfilter.exe','');
QuarantineFile('C:\Program Files (x86)\filter2\2\ProtocolFilters.dll','');
QuarantineFile('C:\Program Files (x86)\Ghostery Storage Server\ghstore.exe','');
QuarantineFile('C:\Program Files (x86)\Youtube AdBlock\IEEF\SusxxX.dll','');
QuarantineFile('C:\Program Files (x86)\Youtube AdBlock\OrRZ40O.exe','');
QuarantineFile('C:\Users\САНЁК!!!\appdata\local\fupdate\fupdate.exe','');
QuarantineFile('C:\Users\САНЁК!!!\AppData\Local\Kometa\Application\kometa.exe','');
QuarantineFile('C:\Users\САНЁК!!!\AppData\Local\Kometa\StartButton\kometastartvx64.exe','');
QuarantineFile('C:\Users\САНЁК!!!\AppData\Local\SearchGo\searchgo.exe','');
QuarantineFile('C:\Users\САНЁК!!!\appdata\local\sysnet\sysnet.exe','');
QuarantineFile('c:\users\САНЁК!!!\appdata\local\temp\99b6.tmp.exe','');
QuarantineFile('C:\Users\САНЁК!!!\AppData\Local\Temp\e.exe','');
QuarantineFile('C:\Users\САНЁК!!!\AppData\Roaming\myinstall\HS_Svc.exe','');
QuarantineFile('c:\users\!!!~1\appdata\local\temp\e.exe','');
QuarantineFile('C:\Windows\system32\config\systemprofile\AppData\Roaming\MicrosoftDriveSupport\MainMiner.exe','');
QuarantineFile('C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\AudioHelper.exe','');
QuarantineFile('F:\ParkControl\parkcontrol.exe','');
DeleteFile('c:\program files (x86)\filter2\2\cppwindowsservice.exe','32');
DeleteFile('C:\Program Files (x86)\filter2\2\nfapi.dll','32');
DeleteFile('c:\program files (x86)\filter2\2\pfhttpcontentfilter.exe','32');
DeleteFile('C:\Program Files (x86)\filter2\2\ProtocolFilters.dll','32');
DeleteFile('C:\Program Files (x86)\Ghostery Storage Server\ghstore.exe','32');
DeleteFile('C:\Program Files (x86)\Youtube AdBlock\IEEF\SusxxX.dll','32');
DeleteFile('C:\Program Files (x86)\Youtube AdBlock\OrRZ40O.exe','32');
DeleteFile('C:\Users\САНЁК!!!\AppData\Local\fupdate\fupdate.exe','32');
DeleteFile('C:\Users\САНЁК!!!\AppData\Local\Kometa\Application\kometa.exe','32');
DeleteFile('C:\Users\САНЁК!!!\AppData\Local\Kometa\StartButton\kometastartvx64.exe','32');
DeleteFile('C:\Users\САНЁК!!!\AppData\Local\SearchGo\searchgo.exe','32');
DeleteFile('C:\Users\САНЁК!!!\appdata\local\sysnet\sysnet.exe','32');
DeleteFile('c:\users\САНЁК!!!\appdata\local\temp\99b6.tmp.exe','32');
DeleteFile('C:\Users\САНЁК!!!\AppData\Local\Temp\e.exe','32');
DeleteFile('C:\Users\САНЁК!!!\AppData\Roaming\myinstall\HS_Svc.exe','32');
DeleteFile('c:\users\!!!~1\appdata\local\temp\e.exe','32');
DeleteFile('C:\Windows\system32\config\systemprofile\AppData\Roaming\MicrosoftDriveSupport\MainMiner.exe','32');
DeleteFile('C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\AudioHelper.exe','32');
ExecuteFile('schtasks.exe', '/delete /TN "fupdate" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "SearchGo" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "sysnet" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "Update Service for Youtube AdBlock" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "Update Service for Youtube AdBlock2" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "[takeofftv]" /F', 0, 15000, true);
DeleteFile('C:\Windows\Tasks\Update Service for Youtube AdBlock.job','32');
DeleteFile('C:\Windows\Tasks\Update Service for Youtube AdBlock2.job','32');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','tayndggdvp');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\RunOnce','wwygugrtkf');
RegKeyParamDel('HKEY_USERS','.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Run','b594996374aa09b5869f6b97a8c7d974');
RegKeyParamDel('HKEY_USERS','.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Run','LastDrive');
RegKeyParamDel('HKEY_USERS','S-1-5-18\Software\Microsoft\Windows\CurrentVersion\Run','b594996374aa09b5869f6b97a8c7d974');
RegKeyParamDel('HKEY_USERS','S-1-5-18\Software\Microsoft\Windows\CurrentVersion\Run','LastDrive');
RegKeyStrParamWrite('HKCU', 'Control Panel\Desktop', 'WaitToKillAppTimeout', '20000');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(true);
end.
После выполнения скрипта компьютер перезагрузится.