deathbycaptcha with imacro

Support for iMacros. The iMacros software is the unique solution for automating every activity inside a web browser, for data extraction and web testing.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
wilcostuart
Posts: 3
Joined: Sat May 10, 2014 12:44 pm

deathbycaptcha with imacro

Post by wilcostuart » Sat May 10, 2014 12:49 pm

i have an question.

Can i resolve more then one captcha in one script?
thies is the script.
captcha's are saved as variabels
this is my script.
the first captcha is working but when he does the second its not working. multiply tested but nothing is working.
can anyone help me

VERSION BUILD=9002379
TAB T=1
TAB CLOSEALLOTHERS
SET !EXTRACT_TEST_POPUP NO
SET !ERRORIGNORE YES
TAB T=1
URL GOTO=***
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=NAME:a7 CONTENT=1
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=NAME:d7 CONTENT=0
FRAME F=1
SET !VAR2 {{!NOW:ddmmyy_hhnnss}}
ONDOWNLOAD FOLDER=D:\captcha FILE={{!VAR2}}.jpg WAIT=YES
TAG POS=5 TYPE=IMG FORM=NAME:NoFormName ATTR=SRC:* CONTENT=EVENT:SAVEITEM
tab open
tab t=2
URL GOTO=http://api.deathbycaptcha.com/decaptche ... ormat=html
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=NAME:username CONTENT=***
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=NAME:password CONTENT=***
TAG POS=1 TYPE=INPUT:FILE FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=NAME:pict CONTENT=D:\captcha\{{!VAR2}}.jpg
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=VALUE:Send
wait seconds=5
TAG POS=6 TYPE=TD ATTR=* EXTRACT=TXT
SET !VAR1 {{!EXTRACT}}
tab close
TAB T=1
FRAME F=1
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=NAME:code CONTENT={{!VAR1}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:NoFormName ATTR=NAME:go
WAIT SECONDS=1
TAB T=1
TAB CLOSEALLOTHERS
SET !EXTRACT_TEST_POPUP NO
SET !ERRORIGNORE YES
TAB T=1
URL GOTO=***
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=NAME:a7 CONTENT=1
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=NAME:d7 CONTENT=0
TAG POS=2 TYPE=INPUT:RADIO FORM=NAME:NoFormName ATTR=NAME:drugs CONTENT=YES
FRAME F=1
SET !VAR3 {{!NOW:ddmmyy_hhnnss}}
ONDOWNLOAD FOLDER=D:\captcha FILE={{!VAR3}}.jpg WAIT=YES
TAG POS=5 TYPE=IMG FORM=NAME:NoFormName ATTR=SRC:* CONTENT=EVENT:SAVEITEM
tab open
tab t=2
URL GOTO=http://api.deathbycaptcha.com/decaptche ... ormat=html
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=NAME:username CONTENT=***
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=NAME:password CONTENT=***
TAG POS=1 TYPE=INPUT:FILE FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=NAME:pict CONTENT=D:\captcha\{{!VAR3}}.jpg
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://api.deathbycaptcha.com/decaptcher ATTR=VALUE:Send
wait seconds=5
TAG POS=6 TYPE=TD ATTR=* EXTRACT=TXT
SET !VAR4 {{!EXTRACT}}
tab close
TAB T=1
FRAME F=1
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=NAME:code CONTENT={{!VAR4}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:NoFormName ATTR=NAME:go
WAIT SECONDS=1800
lashsh
Posts: 9
Joined: Tue Aug 11, 2015 2:41 pm

Re: deathbycaptcha with imacro

Post by lashsh » Wed Aug 12, 2015 12:56 pm

im really sorry i do not know how to help you. i recently got the same question and the 2captcha.com has been helped me personally i read their API and i used their service, they also have imacros! http://imacros2.rucaptcha.com/new/

Good luck.
User avatar
thecoder2012
Posts: 446
Joined: Sat Aug 15, 2015 5:14 pm
Location: Internet
Contact:

Re: deathbycaptcha with imacro

Post by thecoder2012 » Thu Oct 01, 2015 11:27 am

wilcostuart wrote:i have an question.
Can i resolve more then one captcha in one script?
Sure but you need other variables or reset variables and new captcha files like these examples recaptchaV1, recaptchaV2,
confident, solvemedia

I think the best way is you use javascript in your imacros.
Join 9kw.eu Captcha Service now and let your iMacros continue downloads and scripts while you sleep. - Custom iMacros? Contact me! :idea:
chivracq
Posts: 10301
Joined: Sat Apr 13, 2013 1:07 pm
Location: Amsterdam (NL)

Re: deathbycaptcha with imacro

Post by chivracq » Fri Dec 01, 2017 6:00 am

lashsh wrote:im really sorry i do not know how to help you. i recently got the same question and the 2captcha.com has been helped me personally i read their API and i used their service, they also have imacros! http://imacros2.rucaptcha.com/new/

Good luck.
thecoder2012 wrote:
wilcostuart wrote:i have an question.
Can i resolve more then one captcha in one script?
Sure but you need other variables or reset variables and new captcha files like these examples recaptchaV1, recaptchaV2,
confident, solvemedia

I think the best way is you use javascript in your imacros.
Both Posts secured for monitoring "Captcha War" on the Forum..., leading to "New Rules"... :wink:
- (F)CI(M) = (Full) Config Info (Missing): iMacros + Browser + OS (+ all 3 Versions + 'Free'/'PE'/'Trial').
- FCI not mentioned: I don't even read the Qt...! (or only to catch Spam!)
- Script & URL help a lot for more "educated" Help...
Post Reply