outsidethesquare
Regular Member
- Sep 9, 2009
- 268
- 164
just a quick question here.. I want to use a different proxy for each loop in the imacro code and i'm struggling to do this.
The code I have is:
SET !TIMEOUT 60
SET !DATASOURCE proxies.csv
SET !DATASOURCE_COLUMNS 2
SET !DATASOURCE_LINE {{!LOOP}}
PROXY ADDRESS={{!COL1}}:{{!COL2}}
then from here vote for a certain thing, then repeat the script with a differnt proxy so that my item gets many many votes..
The error I keep getting is that proxy isn't in the right format.
Does any1 know how to change a proxy each time the code loops?
The code I have is:
SET !TIMEOUT 60
SET !DATASOURCE proxies.csv
SET !DATASOURCE_COLUMNS 2
SET !DATASOURCE_LINE {{!LOOP}}
PROXY ADDRESS={{!COL1}}:{{!COL2}}
then from here vote for a certain thing, then repeat the script with a differnt proxy so that my item gets many many votes..
The error I keep getting is that proxy isn't in the right format.
Does any1 know how to change a proxy each time the code loops?