johnny6667
Regular Member
- Jan 12, 2013
- 232
- 53
Hey BHW this script was shared on the forum a little while ago, im not sure by whom exactly but it was an awesome contribution and came in handy with all of my facebook marketing campaigns.
Now with the new Facebook updates its currently not working, I tried having a go to fix it myself however I am fairly noob to imacro programming so Im just asking if any Imacro pros out there want to try to get this script working again.
The script worked great to invite alot of people by facebook emails, especially to get those NSFW dating groups going.
Now with the new Facebook updates its currently not working, I tried having a go to fix it myself however I am fairly noob to imacro programming so Im just asking if any Imacro pros out there want to try to get this script working again.
The script worked great to invite alot of people by facebook emails, especially to get those NSFW dating groups going.
Code:
SET !DATASOURCE emails.csv
SET !DATASOURCE_COLUMNS 1
SET !LOOP 2
SET !DATASOURCE_LINE {{!LOOP}}
VERSION BUILD=8300326 RECORDER=FX
TAB T=1
URL GOTO=https://www.facebook.com/groups/166759810188864/
WAIT SECONDS=2
TAG POS=2 TYPE=DIV ATTR=TXT:Girls<SP>looking<SP>for<SP>boys<SP>&<SP>Boys<SP>looking<SP>f*
TAG POS=1 TYPE=A ATTR=TXT:Invite<SP>by<SP>Email
SET !TIMEOUT_STEP 1
SET !ERRORIGNORE YES
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/ajax/groups/members/add_post.php?source=dialog_typeahead&group_id=166759810188864&refresh=1 ATTR=ID:groupMembersInput CONTENT={{!COL1}}
TAG POS=1 TYPE=BUTTON ATTR=TXT:Invite
SET !ERRORIGNORE NO
SET !TIMEOUT_STEP 6
WAIT SECONDS=1