I've used imacro on these bug sites, and the process works perfectly. but it is not 100%. I need a code to put at the end of the script process that makes it look up the word on the site, if I find it start the process again, otherwise, wait 3600 seconds.
When it fails, it says: "Incorrect captcha entered" that would be by imacro:
TAG POS=1 TYPE=P ATTR=ID:free_play_error
And when you hit: "You win"
TAG POS=1 TYPE=DIV ATTR=ID:free_play_result
The end of the script follows:
TAB CLOSE
TAB T=1
TAG POS=1 TYPE=INPUT:TEXT ATTR=NAME:adcopy_response CONTENT={{!EXTRACT}}
WAIT SECONDS=1
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=*
TAG POS=19 TYPE=A ATTR=TXT:×
wait seconds=3600
Basically here it closes the Tab, glues the captcha in the right place and gives play, however sometimes the captcha comes wrong. Hence I would need a function so that he can distinguish whether the process worked or not. If it worked, wait for the 3600 seconds, if not, start the script from the beginning.