- Oct 1, 2011
- 672
- 239
HA HA, I love this little simple Plugin. Man it's gonna save me $$$ and time from having to purchase software.
I bought a program like 2 weeks ago that ran me about $70. Now in under 10 minutes I created a macro that does all the same shit + more. Oh, and the good news is I can create custom bots that you can't find anywhere, unless you paid a freelancer to create it.
I do a lot of video marketing on Youtube, and I use to pay crazy prices to automate the process. Now I have a macro set to, comment, rate, sub, and favorite, not only that but each comment I leave on a video gets 20 thumbs up.
I Just thought i would share my excitement.
EDIT: I guess I should have mentioned that if your interested in creating a bot. Make sure to look into the "datasource" part of it. Without it you cant call information, or save it. So say you want to rotate comments or continue logging in with different accounts, the datasource is what you would need to setup.
Imacros for wikilinks creation and posting
VERSION BUILD=7401004 RECORDER=FX
TAB T=1
TAB CLOSEALLOTHERS
SET !DATASOURCE input.csv
SET !DATASOURCE_COLUMNS 7
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO={{!COL1}}
TAG POS=1 TYPE=A ATTR=TXT:Log<SP>in<SP>/<SP>create<SP>account
TAG POS=1 TYPE=A ATTR=TXT:Create<SP>an<SP>account
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:userlogin2 ATTR=ID:wpName2 CONTENT={{!COL2}}
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT
TAG POS=1 TYPE=INPUT
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:userlogin2 ATTR=ID:wpEmail CONTENT={{!COL5}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:userlogin2 ATTR=ID:wpRealName CONTENT={{!COL6}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:userlogin2 ATTR=ID:wpCreateaccount
TAG POS=1 TYPE=A ATTR=TXT:username
TAG POS=1 TYPE=A ATTR=TXT:edit<SP>this<SP>page
TAG POS=1 TYPE=TEXTAREA FORM=NAME:editform ATTR=ID:wpTextbox1 CONTENT={{!COL7}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:editform ATTR=ID:wpSave
Last edited: