iMacros with Proxy? How to do?

Megabass

Junior Member
Joined
Dec 18, 2011
Messages
105
Reaction score
46
VERSION BUILD=7401110 RECORDER=FX
TAB T=1
URL GOTO="MY SITE LINK HERE"
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/ HERE IS THE CLICK, WHAT THE iMacros clicks automatically


So how i will put proxys there.
So that imacros changes to other proxy and do the same thing again and clicks again and change again to other proxy.
And it would do it for so long than than the proxy list will end.


Don't say, that search from the forum. i have searched and all those are some account making things and there isn't even guides to that. where to put some proxys and what code i have to write there.

Thank you very much
 
PROXY ADDRESS=proxy_URL:port

just look at the imacros examples paired with the proxy command and you should be set(the one with loading csv files etc..)
 
so you mean like this_
VERSION BUILD=7401110 RECORDER=FX
TAB T=1
URL GOTO="MY SITE LINK HERE"
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/ HERE IS THE CLICK, WHAT THE iMacros clicks automatically
PROXY ADDRESS=61.166.144.69:1080
PROXY ADDRESS=41.236.174.203:8080
PROXY ADDRESS=94.101.79.6:3128
PROXY ADDRESS=201.0.166.57:3128
PROXY ADDRESS=67.166.134.145:1924
PROXY ADDRESS=76.16.37.117:1377
PROXY ADDRESS=91.113.192.222:3129
PROXY ADDRESS=190.152.249.73:3129
PROXY ADDRESS=183.181.172.62:80
PROXY ADDRESS=41.230.30.251:6588

and what you mean, i don't understand :D i haven't made anything with imacros before.. csv.file...
 
Back
Top