iMacros with Proxies

_clicking_

Power Member
Joined
Dec 3, 2009
Messages
538
Reaction score
154
I noticed another thread about this but it is from almost 2 years ago, and the link inside if dead.

Anyway to get an iMacros script to change proxies.
 
check out this thread:
Code:
http://www.blackhatworld.com/blackhat-seo/black-hat-seo-tools/230485-how-change-proxy-imacros-ff-free-plugin.html
 
Code:
VERSION BUILD=7601105 RECORDER=FX
TAB T=1
TAB CLOSEALLOTHERS
SET !ERRORIGNORE YES
SET !ERRORCONTINUE YES
SET !DATASOURCE proxy-list.csv
SET !DATASOURCE_COLUMNS 2
SET !LOOP 2
SET !DATASOURCE_LINE {{!LOOP}}
PROXY ADDRESS={{!col1}}:{{!col2}}
URL GOTO=http://whatsmyip.net/
wait seconds=4
 
Back
Top