In need of a Twitter, IMacro Bot for a Mac user

MyOwnLegacy

Newbie
Joined
Aug 8, 2013
Messages
11
Reaction score
0
If someone could give me a link to another forum post for this sort of bot or post some sort of link to show me one? Thanks so much!:flame::p:cool:
 
There is no sense in creating twitter macro, because there is a low limit on tweets etc.
There I present you my "youtube like" imacro script
VERSION BUILD=8300326 RECORDER=FX
SET !ERRORIGNORE YES
SET !REPLAYSPEED SLOW
TAB T=1
CLICK X=585 Y=584<<<fit coordinates to your monitor
TAB T=2
SET !REPLAYSPEED Medium
FRAME F=0
TAG POS=1 TYPE=BUTTON ATTR=ID:watch-like
TAB T=2
SET !REPLAYSPEED SLOW
WAIT seconds=7
TAB CLOSE
TAB T=1

There is "youtube subscribe" imacro script (remember that youtube allows max 50 subscriptions from one account per day)

VERSION BUILD=8300326 RECORDER=FX
SET !ERRORIGNORE YES
SET !REPLAYSPEED MEDIUM
TAB T=1
FRAME F=0
CLICK X=585 Y=584<<<fit coordinates to your monitor
SET !REPLAYSPEED Medium
TAB T=2
FRAME F=0
CLICK X=768 Y=271<<<fit coordinates to your monitor
Wait seconds=2.2
TAB T=2
SET !REPLAYSPEED Medium
TAB CLOSE
TAB T=1
 
Back
Top