Twitter iMacro Scripts?

Flex1

Regular Member
Joined
Jul 24, 2013
Messages
200
Reaction score
19
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
 
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

I tried it, but I keep getting this error: wrong format of TAG command, line 3 (Error code: 910)
 
I tried it, but I keep getting this error: wrong format of TAG command, line 3 (Error code: 910)

Hello, your going to have to share the script if you want it updated.
 
Before you play loop, go to followers list

VERSION BUILD=8920312 RECORDER=FX
TAB T=1
TAG POS={{!LOOP}} TYPE=BUTTON ATTR=TXT:Follow<SP>Following<SP>Unfollow<SP>Blocked<SP>Unblock<SP>Pen*
WAIT SECONDS=0.8
url goto=javascript:window.scrollBy(0,200)
 
I tried it, but I keep getting this error: wrong format of TAG command, line 3 (Error code: 910)


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
 
I have the scripts on my Pc if you want sent me a PM to remind me .
 
It is very simple and working for me.
Tag waiting... 4.0(6)s

[TD="class: line-number, align: right"]1[/TD]
[TD="class: macro-line"]VERSION BUILD=8350307 RECORDER=CR[/TD]

[TD="class: line-number, align: right"]2[/TD]
[TD="class: macro-line"]TAG POS={{!LOOP}} TYPE=SPAN ATTR=TXT:Follow[/TD]

Just have to execute Play Loop Option
 
Last edited:
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
 
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


I can't see the differences between the two scripts you pasted..
 
Back
Top