88.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

09-17-2012, 12:32 AM
Post: #1
Captcha Sniper with iMacros
Hello everyone, this is my first post and i hope someone can help me with this.
I am using imacros for web automating and i am using captcha sniper to solve captcha.

The problem is that i never managed to make imacros work with captchasniper.
Can anyone tell me please how can i make possible that all captchas that imacros meet to be solved with captcha sniper?

I have captchasniper 7.77 and imacros 8.02

And it would be create f anyone can tell me how to teach captcha sniper to solve other captchas in case the captcha i want to solve is an unsupported format.

Thank you in advance and i wait for your answer.


below is the script i use with imacros to solve captcha:

'DECAPTCHA
FILEDELETE NAME=c:\image.jpg
ONDOWNLOAD FOLDER=c:\ FILE=image.jpg
TAG POS=1 TYPE=IMG ATTR=SRC:http://www.domain.com CONTENT=EVENT:SAVE_ELEMENT_SCREENSHOT
TAB CLOSEALLOTHERS
WAIT SECONDS = 2
TAB OPEN
TAB T=2
URL GOTO=http://api.deathbycaptcha.com/decaptcher?function=picture2&print_format=html
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=NAME:username CONTENT=USERNAME
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=NAME:password CONTENT=PASSWORD
TAG POS=1 TYPE=INPUT:FILE FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=NAME:pict CONTENT=c:\image.jpg
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=VALUE:Send
TAG POS=6 TYPE=TD ATTR=* EXTRACT=TXT
SET !VAR1 {{!EXTRACT}}
TAB T=1
FRAME F=0
'END DECAPTCHA
09-18-2012, 04:20 AM
Post: #2
RE:
There is no one that know how to manage this?
09-22-2012, 10:04 AM
Post: #3
RE:
I managed to solve this.
here is how you can do it yourself:

http://bestblackhatforum.com/Thread-How-...uccesfully




22.gif