Anyone here use deathbycaptcha ?

drainbro

Junior Member
Joined
Nov 29, 2010
Messages
115
Reaction score
10
I need help .

Anyone help me to install deathbycaptcha in my bot ? i dont how to use..

i already have credit deathbycaptcha

i need someone help me.. i can pay 2usd with paypal..


Someone interested, give me your skype.
 
I need help .

Anyone help me to install deathbycaptcha in my bot ? i dont how to use..

i already have credit deathbycaptcha

i need someone help me.. i can pay 2usd with paypal..


Someone interested, give me your skype.

$2 ????

it cost me more to read this thread and write this pointless reply
 
Here is how I do it with Imacros

Code:
'captcha image download to disc
ONDOWNLOAD FOLDER=* FILE=C:\\captcha_image_folder\image1.jpg WAIT=YES
TAG POS=1 TYPE=IMG ATTR=HREF:*image.php* CONTENT=EVENT:SAVEPICTUREAS
WAIT SECONDS=5
TAB OPEN
TAB T=3
SET !EXTRACT_TEST_POPUP NO
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:\\captcha_image_folder\image1.jpg WAIT=YES
WAIT SECONDS=8
TAG POS=1 TYPE=INPUT ATTR=TYPE:submit
WAIT SECONDS=5
TAG POS=6 TYPE=TD ATTR=* EXTRACT=TXT
SET !VAR1 {{!EXTRACT}}
TAB CLOSE
TAB T=2


'Captcha fill field
TAG POS=1 TYPE=INPUT:TEXT FORM=ID:suggest_listing ATTR=ID:securityCode CONTENT={{!VAR1}}
 
Here is how I do it with Imacros

Code:
'captcha image download to disc
ONDOWNLOAD FOLDER=* FILE=C:\\captcha_image_folder\image1.jpg WAIT=YES
TAG POS=1 TYPE=IMG ATTR=HREF:*image.php* CONTENT=EVENT:SAVEPICTUREAS
WAIT SECONDS=5
TAB OPEN
TAB T=3
SET !EXTRACT_TEST_POPUP NO
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:\\captcha_image_folder\image1.jpg WAIT=YES
WAIT SECONDS=8
TAG POS=1 TYPE=INPUT ATTR=TYPE:submit
WAIT SECONDS=5
TAG POS=6 TYPE=TD ATTR=* EXTRACT=TXT
SET !VAR1 {{!EXTRACT}}
TAB CLOSE
TAB T=2


'Captcha fill field
TAG POS=1 TYPE=INPUT:TEXT FORM=ID:suggest_listing ATTR=ID:securityCode CONTENT={{!VAR1}}


thanks for reply..

im still dont undertands how to use this.,..

can you help me by skype..
 
I need help .

Anyone help me to install deathbycaptcha in my bot ? i dont how to use..

i already have credit deathbycaptcha

i need someone help me.. i can pay 2usd with paypal..


Someone interested, give me your skype.

Hi,

I'm from Death By Captcha and I'd like to help you out :-)

Please feel free to contact us through help at deathbycaptca.eu or accessing our Live Support from 10:00 A.M - 4:00 P.M GMT-4.

I've sent you a PM with some basic configuration instructions as well.

Best Regards,
 
Hi,

I'm from Death By Captcha and I'd like to help you out :-)

Please feel free to contact us through help at deathbycaptca.eu or accessing our Live Support from 10:00 A.M - 4:00 P.M GMT-4.

I've sent you a PM with some basic configuration instructions as well.

Best Regards,

Damn, that's pretty legit customer service right there. Props to DBC. If I wasn't dedicated to another service I'd be all over it just because of this guy.
 
It's the one I use and it has been flawless except I don't like the overcharge on some huge peak hours.
 
Back
Top