وعليكم السلام
ان شاء الله نظيف
عبارة عن ملف باتش محول لـ exe وظيفته حجب مجموعة من المواقع من ملف الهوست
[hide]
@shift /0
@echo off
if "%b2eprogramfilename%"=="" (
echo To see any results you need to convert this file into an exe
pause
goto :eof
)
%extd% /messagebox Title "Press OK and wait"
Net stop hshld
@cd /d "%~dp0"
COPY "el" "C:\ProgramData\Hotspot Shield\config\hss_data"
attrib -r %WINDIR%\system32\drivers\etc\hosts
SET NEWLINE=^& echo.
FIND /C /I "updates.connectify.me" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO %NEWLINE%^0.0.0.0 anchorfree.net>>%WINDIR%\system32\drivers\etc\hosts
FIND /C /I "activate.connectify.me" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO ^0.0.0.0 rss2search.com>>%WINDIR%\system32\drivers\etc\hosts
FIND /C /I "d1.connectify.me" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO ^0.0.0.0 techbrowsing.com>>%WINDIR%\system32\drivers\etc\hosts
FIND /C /I "d2.connectify.me" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO ^0.0.0.0 box.anchorfree.net>>%WINDIR%\system32\drivers\etc\hosts
FIND /C /I "d3.connectify.me" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO ^0.0.0.0
>>%WINDIR%\system32\drivers\etc\hosts
FIND /C /I "d1.connectify.me" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO ^0.0.0.0
>>%WINDIR%\system32\drivers\etc\hosts
FIND /C /I "d2.connectify.me" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO ^0.0.0.0
>>%WINDIR%\system32\drivers\etc\hosts
FIND /C /I "d3.connectify.me" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO ^0.0.0.0 anchorfree.us>>%WINDIR%\system32\drivers\etc\hosts
FIND /C /I "updates.connectify.me" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO %NEWLINE%^0.0.0.0 a433.com>>%WINDIR%\system32\drivers\etc\hosts
FIND /C /I "activate.connectify.me" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO ^0.0.0.0 anchorfree.net>>%WINDIR%\system32\drivers\etc\hosts
FIND /C /I "d1.connectify.me" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO ^0.0.0.0 rpt.anchorfree.net>>%WINDIR%\system32\drivers\etc\hosts
FIND /C /I "d2.connectify.me" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO ^0.0.0.0 delivery.anchorfree.us/land.php>>%WINDIR%\system32\drivers\etc\hosts
FIND /C /I "d3.connectify.me" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO ^0.0.0.0 hsselite.com>>%WINDIR%\system32\drivers\etc\hosts
FIND /C /I "d1.connectify.me" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO ^0.0.0.0
>>%WINDIR%\system32\drivers\etc\hosts
Net start hshld
@echo off
if "%b2eprogramfilename%"=="" (
echo To see any results you need to convert this file into an exe
pause
goto :eof
)
%extd% /messagebox Title "Done! start Hotspot Shield"
:extd
@set result=
@%b2eextd% "%~1" "%~2" "%~3" "%~4" "%~5" "%~6" "%~7" "%~8" "%~9" > "%b2etempfile%"
@set /p result= < "%b2etempfile%"
@del "%b2etempfile%"
@goto:eof
[/hide]