Alex Brooks
BANNED
- Mar 17, 2009
- 1,197
- 298
This is for use in imacros, you may need to change the position that the script will click, I'll explain how to do this, but first here is the script.
The last line tells the application where to click, if this is not working for you, then simply create a new macro, change to 'click mode', record yourself joining a group, extract where it clicked and replace in the above script.
Download this file:
Then place it in the datasources folder within the imacros folder, when running the script, set a loop limit, if you want to join 100 groups, set it to 100, the file contains 1,500 - So go crazy.
Why is this useful? Because each time you join a group, whatever message you send out, appears on their wall, so by joining 100 groups, sending 1 message, you gain 101-102 backlinks (Depending on if the front-page post is indexed, unlikely)
Google indexes Indeti pretty quickly, so it's also a great way of getting you new websites indexed!
Anyway, if you've got any problems/questions, just ask and I'll try and help you out.
Edit 1) This will leave groups you've already joined, if you've already joined 100 groups, but want to join more on the same account, just edit the following line:
So if it was 100 groups, you'd change it to
Code:
SET !DATASOURCE_COLUMNS 1
SET !DATASOURCE identigroups.csv
SET !LOOP 1
SET !DATASOURCE_LINE {{!LOOP}}
VERSION BUILD=6311226 RECORDER=FX
TAB T=1
URL GOTO={{!COL1}}
FRAME F=0
CLICK X=566 Y=319
Download this file:
Code:
http://www.alex-brooks.com/dump/identigroups.csv
Then place it in the datasources folder within the imacros folder, when running the script, set a loop limit, if you want to join 100 groups, set it to 100, the file contains 1,500 - So go crazy.
Why is this useful? Because each time you join a group, whatever message you send out, appears on their wall, so by joining 100 groups, sending 1 message, you gain 101-102 backlinks (Depending on if the front-page post is indexed, unlikely)
Google indexes Indeti pretty quickly, so it's also a great way of getting you new websites indexed!
Anyway, if you've got any problems/questions, just ask and I'll try and help you out.
Edit 1) This will leave groups you've already joined, if you've already joined 100 groups, but want to join more on the same account, just edit the following line:
Code:
SET !LOOP 1
Code:
SET !LOOP 100
Last edited: