Automatically switch external network IP applications -- brush points of woyaofacai.com
If you recommend others to pass your promotional link, you will get 10 points, and each IP gets 10 points. The following is my promotional link, ^_^:
http://www.woyaofacai.com/?User=%e4%be%9d%e5%b1%b1%e5%b1%85
Switch IP addresses automatically through scripts, and access your own promotional link by yourself, so that you can brush points.
Look at the code, the content of bat.bat:
Our company has two ADSL, by switching the gateway, it can realize alternating access to the Internet through two ADSL, so that brushing is faster.
If you recommend others to pass your promotional link, you will get 10 points, and each IP gets 10 points. The following is my promotional link, ^_^:
http://www.woyaofacai.com/?User=%e4%be%9d%e5%b1%b1%e5%b1%85
Switch IP addresses automatically through scripts, and access your own promotional link by yourself, so that you can brush points.
Look at the code, the content of bat.bat:
prompt Running...
:yishanju
title Gateway is 192.168.1.1
netsh interface ip set address name="Local Area Connection" gateway=192.168.1.1 gwmetric=0
nc 192.168.1.2 80 <d2.txt
ping 127.0.0.1 -n 1>nul
nc 192.168.1.2 80 <l2.txt
nc www.woyaofacai.com 80 <duijian.txt
ping 127.0.0.1 >nul
title Gateway is 192.168.1.2
netsh interface ip set address name="Local Area Connection" gateway=192.168.1.2 gwmetric=0
nc 192.168.1.1 80 <d1.txt
ping 127.0.0.1 -n 1>nul
nc 192.168.1.1 80 <l1.txt
nc www.woyaofacai.com 80 <duijian.txt
ping 127.0.0.1 >nul
set /a a=%time:~0,2%
set /a b=8
if %a% geq %b% shutdown -s -f -t 100 & exit
goto yishanju
Our company has two ADSL, by switching the gateway, it can realize alternating access to the Internet through two ADSL, so that brushing is faster.
