SaraJ
Junior Member
- Jun 11, 2010
- 172
- 72
I don't know if you use SocialAdr.com or not, but if you do you know you have to login and share bookmarks each day to earn credits.
I made an iMacro that seems to be working fine and wanted to share it. I don't have much experience with this so be nice please.
It will log you in, click on 5 shared bookmarks, and log you back out again. Each day you will earn maximum credits by using this macro.
VERSION BUILD=6700624 RECORDER=FX
TAB T=1
URL GOTO=http://socialadr.com/
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://socialadr.com/action/login ATTR=NAME:username CONTENT=PUTUSERNAMEHERE
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT
ASSWORD FORM=ACTION:http://socialadr.com/action/login ATTR=NAME
assword CONTENT=PUTPASSWORDHERE
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://socialadr.com/action/login ATTR=VALUE:Log<SP>in
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://socialadr.com/action/socialadr/share ATTR=VALUE:Share
TAG POS=2 TYPE=INPUT:SUBMIT FORM=ACTION:http://socialadr.com/action/socialadr/share ATTR=VALUE:Share
TAG POS=3 TYPE=INPUT:SUBMIT FORM=ACTION:http://socialadr.com/action/socialadr/share ATTR=VALUE:Share
TAG POS=1 TYPE=A ATTR=TXT:More...
TAG POS=4 TYPE=INPUT:SUBMIT FORM=ACTION:http://socialadr.com/action/socialadr/share ATTR=VALUE:Share
TAG POS=7 TYPE=INPUT:SUBMIT FORM=ACTION:http://socialadr.com/action/socialadr/share ATTR=VALUE:Share
TAG POS=1 TYPE=SMALL ATTR=TXT:Log<SP>out
I made an iMacro that seems to be working fine and wanted to share it. I don't have much experience with this so be nice please.
It will log you in, click on 5 shared bookmarks, and log you back out again. Each day you will earn maximum credits by using this macro.
VERSION BUILD=6700624 RECORDER=FX
TAB T=1
URL GOTO=http://socialadr.com/
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://socialadr.com/action/login ATTR=NAME:username CONTENT=PUTUSERNAMEHERE
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://socialadr.com/action/login ATTR=VALUE:Log<SP>in
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://socialadr.com/action/socialadr/share ATTR=VALUE:Share
TAG POS=2 TYPE=INPUT:SUBMIT FORM=ACTION:http://socialadr.com/action/socialadr/share ATTR=VALUE:Share
TAG POS=3 TYPE=INPUT:SUBMIT FORM=ACTION:http://socialadr.com/action/socialadr/share ATTR=VALUE:Share
TAG POS=1 TYPE=A ATTR=TXT:More...
TAG POS=4 TYPE=INPUT:SUBMIT FORM=ACTION:http://socialadr.com/action/socialadr/share ATTR=VALUE:Share
TAG POS=7 TYPE=INPUT:SUBMIT FORM=ACTION:http://socialadr.com/action/socialadr/share ATTR=VALUE:Share
TAG POS=1 TYPE=SMALL ATTR=TXT:Log<SP>out