09-22-2012, 10:02 AM
After i asked for help with a similar problem, in this thread i received no help. So i presume that nobody knows how to do it.
imacros is a very powerfull tool if you know how to use it a bit.
here is how you solve captchats with imacros, using captcha sniper.
1: when you install captcha sniper, there is a html file name called captchasnipertest.html
Put this file in C:\
then, use the following code and addapt it for your needs:
'DECAPTCHA
FILEDELETE NAME=c:\captcha.jpg
ONDOWNLOAD FOLDER=c:\ FILE=captcha.jpg
TAG POS=1 TYPE=IMG ATTR=SRC:http:/captchalink.php CONTENT=EVENT:SAVE_ELEMENT_SCREENSHOT
TAB CLOSEALLOTHERS
WAIT SECONDS = 0
TAB OPEN
TAB T=2
URL GOTO=file:///C:/captchasnipertest.html
TAG POS=1 TYPE=INPUT:FILE FORM=ACTION:http://poster.decaptcher.com/ ATTR=NAME:pict CONTENT=C:\captcha.jpg
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://poster.decaptcher.com/ ATTR=VALUE:Send
TAG POS=1 TYPE=BODY ATTR=TXT:* EXTRACT=TXT
SET !VAR2 EVAL("var s=\"{{!EXTRACT}}\"; s=s.substr(18,4);")
TAB T=1
FRAME F=0
'END DECAPTCHA
FRAME NAME="BodyFrame"
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:myform ATTR=ID:txtCaptcha CONTENT={{!VAR2}}
'TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:fpg_form ATTR=NAME:fpg_antispam CONTENT={{!VAR1}}
SET !EXTRACT NULL
TAG POS=1 TYPE=INPUT:BUTTON FORM=NAME:myform ATTR=NAME:B1&&VALUE:WHOIS<SP>ยป
Hope this will help some of you.
Anyway, is better then nothing.
imacros is a very powerfull tool if you know how to use it a bit.
here is how you solve captchats with imacros, using captcha sniper.
1: when you install captcha sniper, there is a html file name called captchasnipertest.html
Put this file in C:\
then, use the following code and addapt it for your needs:
'DECAPTCHA
FILEDELETE NAME=c:\captcha.jpg
ONDOWNLOAD FOLDER=c:\ FILE=captcha.jpg
TAG POS=1 TYPE=IMG ATTR=SRC:http:/captchalink.php CONTENT=EVENT:SAVE_ELEMENT_SCREENSHOT
TAB CLOSEALLOTHERS
WAIT SECONDS = 0
TAB OPEN
TAB T=2
URL GOTO=file:///C:/captchasnipertest.html
TAG POS=1 TYPE=INPUT:FILE FORM=ACTION:http://poster.decaptcher.com/ ATTR=NAME:pict CONTENT=C:\captcha.jpg
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://poster.decaptcher.com/ ATTR=VALUE:Send
TAG POS=1 TYPE=BODY ATTR=TXT:* EXTRACT=TXT
SET !VAR2 EVAL("var s=\"{{!EXTRACT}}\"; s=s.substr(18,4);")
TAB T=1
FRAME F=0
'END DECAPTCHA
FRAME NAME="BodyFrame"
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:myform ATTR=ID:txtCaptcha CONTENT={{!VAR2}}
'TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:fpg_form ATTR=NAME:fpg_antispam CONTENT={{!VAR1}}
SET !EXTRACT NULL
TAG POS=1 TYPE=INPUT:BUTTON FORM=NAME:myform ATTR=NAME:B1&&VALUE:WHOIS<SP>ยป
Hope this will help some of you.
Anyway, is better then nothing.