[GET] Simple Trick Using Proxy List on iMacros for Firefox

arhan

Junior Member
Joined
Nov 21, 2009
Messages
101
Reaction score
54
So, I made any "bot(s)" with this trick.

Reqruitments:
- Mozilla Firefox
- iMacros for Firefox Addon
- Proxy Tool Addon

The simple trick is just add this code on every end of iMacros code:

Code:
TAB OPEN
TAB T=2
TAB CLOSE
TAB T=1

And make sure, check "Rotate Proxy on every new window/tab" in Proxy Tool Addon under Settings. This code will automatically Open and Close the Tab and in one time will Rotate Proxy. How it works? Follow this steps:

For example 1: Twitter Signup

1. Create file called TwitterSIgnup.iim and put on Macros folder following this code:
Code:
VERSION BUILD=7110203 RECORDER=FX
TAB T=1
CMDLINE !DATASOURCE twsignup.csv
SET !DATASOURCE_COLUMNS 4
SET !DATASOURCE_LINE {{!LOOP}}
SET !ERRORIGNORE YES
URL GOTO=https://mobile.twitter.com/signup
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/signup ATTR=ID:oauth_signup_client_fullname CONTENT={{!COL1}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/signup ATTR=ID:oauth_signup_client_screen_name CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/signup ATTR=ID:oauth_signup_client_email CONTENT={{!COL3}}
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:/signup ATTR=ID:oauth_signup_client_password CONTENT={{!COL4}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/signup ATTR=ID:captcha_response_field
WAIT SECONDS=20
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/signup ATTR=VALUE:Create<SP>my<SP>account
CLEAR
TAB OPEN
TAB T=2
TAB CLOSE
TAB T=1

2. Create file called "twsignup.csv" and put in Datasources folder following this code:
Code:
FullName1,username1,email1,password1
FullName2,username2,email2,password2
FullName3,username3,email3,password3
....................................................
FullName10,username10,email10,password10

3. Add your proxies in Proxy Tool (max 100 proxies for each HTTP, Socks 4 or Socks 5). For example, add 10 live proxies in HTTP.

4. Check "Rotate Proxy on every new window/tab" in Proxy Tool Addon under Settings.

5. Then fill 10 above "Play (Loop)" under "Max" then click "Play (Loop)"

6. Done. Don't forget to fill every chaptcha.


For example 2: Youtube Views

1. Create file YTviews.iim or something following this code, then put in Macros folder.
Code:
VERSION BUILD=7110203 RECORDER=FX
TAB T=1
SET !ERRORIGNORE YES
TAB OPEN
TAB T=2
TAB CLOSE
TAB T=1
URL GOTO=http://www.youtube.com/blablabla..
CLEAR
REFRESH


2. Add your proxies in Proxy Tool (max 100 proxies for each HTTP, Socks 4 or Socks 5). For example, add 100 live proxies in HTTP.

3. Check "Rotate Proxy on every new window/tab" in Proxy Tool Addon under Settings.

4. In Proxy Tool, with right click "Referrer" then choose Rotate. Right click again, click "User Agent" and choose Randomize All.

5. Then fill 100 or more above "Play (Loop)" under "Max" then click "Play (Loop)"

6. Done.

Your Mozilla Firefox now like a bot :)
 
Ok, thanks for say Thank You ;)
 
Do you know if I can open 2-3 firefox browsers,all running a different imacros,and all with a different I.P., (proxy)?

Thank you
 
Thanks a lot.

So I can keep each profile open at the same time, right?

I am reading the tutorials, but need to wait, because i am running macros now and dont whant to stop it now.
 
Last edited:
ok, thanks for the tips, I have 2Gb, will update to 4 or wathever I can stick in it.

Anyway so buying another computer is also good.

How many do you run togheter and wath ram do you have?
 
Ho to use IMacro can anyone tell me the steps or do you have any sites link or video's link that I can use IMacro .?.
 
i have 4gb anyways i have found a better solution for this. Use cometbird its lighter on your ram. It uses around 100kb average so i usually run 15 simultaneous connections with an icore i5 processor.

Thanks a lot, going to set it all up now, will get also a windows vps, to get some help.

Yesterday my PC got a crazy nasty virus, lost lot of work, cannot let it happen again.

So going to update another PC, and VPS, to have spare to work on and dont be too loaded.
 
Hi
Good share. New information for me
Code:
5. Then fill 10 above "Play (Loop)" under "Max" then click "Play (Loop)"
Just wondering what this means. I couldn't find the Play Loop in Proxy Tools (setting or otherwise)
Thanks for help in advance
 
Hi
Good share. New information for me
Code:
5. Then fill 10 above "Play (Loop)" under "Max" then click "Play (Loop)"
Just wondering what this means. I couldn't find the Play Loop in Proxy Tools (setting or otherwise)
Thanks for help in advance


click on the icon of macros on you toolbar in firefox.

Imacros will open on the left side of your browser.
On the lower part of it just in top the logo you will find, what you are looking for. Write 10 in the MAX box and click play loop.
 
Yes you can do that. You just have to learn how to make profiles in mozilla. Very easy just search google. Then install imacros to each profile and also configure each profile with different proxy you have. Thats it. In my desktop i have like 30 profiles.

you can also have several instances of firefox (or other browser) portable, dedicating each one to an account and a set of proxies to use
 
If I wanted to make live/yahoo/hotmail email accounts how do I get it to save the emails in a text file ?
 
If I wanted to make live/yahoo/hotmail email accounts how do I get it to save the emails in a text file ?

Hope this wiki will help you:
Code:
http://wiki.imacros.net/SAVEAS

It's depends on your code. Here's example:

Code:
TAG POS=1 TYPE=A ATTR=TXT:*@yahoo.com EXTRACT=TXT
SAVEAS TYPE=TXT FOLDER=C:\ FILE=email.csv

That's code will save text file with anything text with [email protected]

Don't forget to create file called "email.csv" on your C:\ folder.
 
now iMacros firefox add-on support proxy list so you don't really need this trick anymore.
 
Back
Top