guru5050
Registered Member
- Jul 22, 2013
- 84
- 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.
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.
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.