🌐 G·TM TunnelCat HTTP Puncher - Android/Windows/Linux

Status
Not open for further replies.
napansin ko lang sa umaga 1800mhz band frequency ang ok dito sa amin tapos pag 10PM ng gabi 2500mhz band frequency na ang dapat gamitin para makaconnect at browse kasi pag 1800mhz pa rin sa gabi puro connected lang at no browse na

share lang baka sa ibang lugar ganun din
 
share lang din para sa CLI users batch file for proxy setup na google ko lang kanina at gamit ko ngayon ayaw ko na ng proxifier

Code:
@echo off


echo Choose:
echo [1] PROXY ON
echo [2] PROXY OFF
:choice
SET /P C=[Please enter a number]?
for %%? in (1) do if /I "%C%"=="%%?" goto 1
for %%? in (2) do if /I "%C%"=="%%?" goto 2


:1
@ECHO OFF
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 1 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyServer /t REG_SZ /d 127.0.0.1:8888 /f

goto end

:2
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 0 /f

goto end

:end
pause
 
Status
Not open for further replies.

About this Thread

  • 2K
    Replies
  • 92K
    Views
  • 459
    Participants
Last reply from:
zaii

Online now

Members online
989
Guests online
1,167
Total visitors
2,156

Forum statistics

Threads
2,272,229
Posts
28,941,253
Members
1,237,111
Latest member
Hadi
Back
Top