Help with Bot/macro that auto clicks links on screen

smackdown85

Newbie
Joined
Jul 13, 2013
Messages
2
Reaction score
0
Hey guys,

I'm new to the forum and am looking for some help. I'm pretty computer savvy but lack the expertise when it comes to programming, etc. What I'm looking for is a bot or macro that can recognize in real time when a particular string of text appears on screen and clicks, specifically clicking a link. Not sure if this matters, but the program I'm using that will make the text appear on screen is tweetdeck, which is a chrome extension.

Thank you in advance for any help, tips, or recommendations you can provide to me.
 
here you go

Code:
set !errorignore yes
TAG POS=1 TYPE=* ATTR=TXT:TEXT<SP>HERE*

Just replace
TEXT<SP>HERE
with your word that you want to be indexed

if u want to find second one
replace POS=1 to POS=2 and so on
 
Alright so I admit I'm a noob when it comes to macros and programming :)

I took that string there and entered it into an imacro file. I ran it and I think it found the text on my screen, but it didn't do anything with it. I need this macro to find on my screen the particular text string then make my mouse pointer click the link. Another way of saying it I guess is that once the macro recognizes the text on screen it clicks where that text is.

Again, sorry if I'm asking very noobish questions. Thank you very much.
 
Does the string appear on a webpage? If it does and you haven't been sorted yet give me a shout on Skype: custombot
 
Back
Top