Twitter iMacros help

guru5050

Registered Member
Joined
Jul 22, 2013
Messages
84
Reaction score
42
I'm pretty new to iMacros coding and just started using it to increase my twitter following.

The current code I have does the job but it also unfollows people that I am already following.

Code:
VERSION BUILD=7601105 RECORDER=FX
TAB T=1
SET !ERRORIGNORE YES
TAG POS={{!LOOP}} TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*2 + 1); randomNumber;")
WAIT SECONDS={{!VAR1}}

If someone could please help me out and edit this code so that it no longer unfollows and only follows I'd greatly appreciate it. :)
 
Back
Top