Google Plus Bot

kitteh101

Regular Member
Joined
Jan 17, 2012
Messages
363
Reaction score
53
Where can i find a google plus bot to follow/unfollow the script is too sophisticated to automate with macro.
 
RootJazz has one, but I have never tried it. Aside from that, G+ bots are hard to come by... Not enough demand for them I suppose

Here is a working add command for iMacros if that's what you've had trouble with... As far as unfollowing goes, you can just delete the entire circle

Code:
WAIT SECONDS=2
TAG POS=1 TYPE=DIV ATTR=TXT:Add<SP>to<SP>circles
TAB T=2
WAIT SECONDS=2
EVENT TYPE=MOUSEDOWN SELECTOR="#contentPane>DIV>DIV:nth-of-type(2)>DIV:nth-of-type(2)>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(3)>DIV" BUTTON=0
EVENT TYPE=MOUSEDOWN SELECTOR="#contentPane>DIV>DIV:nth-of-type(2)>DIV:nth-of-type(2)>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV:nth-of-type(2)>DIV:nth-of-type(3)>DIV" BUTTON=0
EVENT TYPE=MOUSEDOWN SELECTOR="#contentPane>DIV>DIV:nth-of-type(2)>DIV:nth-of-type(2)>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV:nth-of-type(2)>DIV:nth-of-type(3)>DIV>DIV>DIV>DIV>DIV>SPAN" BUTTON=0
TAG POS=1 TYPE=DIV ATTR=ROLE:presentation&&CLASS:b-P-Tb&&TXT:
WAIT SECONDS=1
 
Last edited:
Back
Top