iMacro for SocialAdr

SaraJ

Junior Member
Joined
Jun 11, 2010
Messages
172
Reaction score
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. :D

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:PASSWORD FORM=ACTION:http://socialadr.com/action/login ATTR=NAME:password 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
 
SocialAdr has the same fuction built in to their website now in the form of "quickshare".
 
Back
Top