Jump to content

Proxy Use


Recommended Posts

Okay I have a list of proxy that I want my autoit software to run

currently it open's a web browser to a url and then dose a few things then repeats....

So it needs to be access it from a different proxy on every load I have a list of proxy's here are few listed below so you understand what im working with...

93.191.57.2:8080
114.143.12.28:8080
217.19.101.217:8080
93.186.104.10:8080
88.187.16.37:8080
200.69.245.33:8080

so how can I make my webbrowser load through the proxy instead of using my proxy every time....

Thank You

Link to comment
Share on other sites

You want to set your proxy? E.g. IE settings or registry?

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

You want to set your proxy? E.g. IE settings or registry?

actually another easy way to do this is to use a .pac file (search "pac proxy wiki") this is a simple file that your web browser uses to load a proxy, you need to be running a local server (like WAMP) to use this but then all you need is to have your autoit change the proxy info in that file then when the web browser loads it automatically uses the proxy in that file

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...