Does anybody have any good Twitter following iMacro Scripts? I had had one for a while now and then it just stopped working yesterday.
You could probably have the script updated, If you post the script, or you can try our MB Tweet Edition.
VERSION BUILD=7601105 RECORDER=FX TAB T=1 TAG POS={{!LOOP}} TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen* here u go
Didnt try it but it seems like you have a typo in the tag command line... Remove the empty space in Blocked and see what happens
It is very simple and working for me. Tag waiting... 4.0(6)s 1 VERSION BUILD=8350307 RECORDER=CR [TR="bgcolor: #EAF1FB"] 2 TAG POS={{!LOOP}} TYPE=SPAN ATTR=TXT:Follow [/TR]Just have to execute Play Loop Option
Following script VERSION BUILD=7401110 RECORDER=FXSET !ERRORIGNORE YES TAG POS={{!LOOP}} TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen* WAIT SECONDS=1 Unfollowing SET !ERRORIGNORE YES SET !LOOP 2 TAG POS={{!LOOP}} TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen* WAIT SECONDS=0 You can change seconds if you want example WAIT SECONDS=1 or WAIT SECONDS=0.7