Active(启用).bat
Code: Select all
@reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v "ProxyEnable" /t reg_dword /d "1" /f >nul 2>nul
@reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v "ProxyHttp1.1" /t reg_dword /d "1" /f >nul 2>nul
@reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v "ProxyOverride" /d "127.0.0.1;<local>" /f >nul 2>nul
@reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v "ProxyServer" /d "127.0.0.1:8080" /f >nul 2>nul
@start Proxomitron.exe
Code: Select all
@reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v "ProxyEnable" /t reg_dword /d "0" /f >nul 2>nul
@reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v "ProxyOverride" /d "<local>" /f >nul 2>nul
@reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v "ProxyServer" /f >nul 2>nul
@taskkill/f /im Proxomitron.exe 2>nul
/ggao/
这样的规则,不过,到greendown.cn这样的网站之后,里面的图片广告还是显示出来了?不知道正确的操作方法是怎样的?
有没有特别特别傻瓜的教程,是介绍如何把傲游2的广告过滤规则导入proxomitron,进而在傲游3中使用的?
(说实话,我水平很菜的,以上那两段批处理是用别人为一个游戏写的绿化脚本改出来的,不是我自己从头到尾原创的……)