Imacros + captcha

bakxos

Regular Member
Joined
Aug 8, 2010
Messages
498
Reaction score
292
Hello i am trying to create some macros using imacros and i have spent quite some time to figure out how to make it solve captcha automatically.

I have accounts both with decaptcher and i made also with beatcaptcha.

First of all, i made an account with beatcaptcha and paid but when i am trying to solve a captcha image manually it says that i have no credits ( which is not true:P).I sent them an email and i am waiting..

So what i am trying to do ..

I have a csv file with some urls and i use a loop to go over etc...and i want to download the captcha image and upload it decaptcher or beatcaptcha and then download and submit it to the form. I know that there is a script on beatcaptcha.com but i have a problem with the id of the captcha.

So please shed some light over here!It would be appreciated:)

If you have a way to make imacros submit captcha please help!

Btw the guy that has posted here how to incorporate decapther+imacros has probably spammed the whole internet with the same **** (4800 same posts is what i found). It doesnt work or i am not that bright.
 
Last edited:
Here is the sample of code and the php script that solves captcha with decaptcher. Change the credentials in main.php. I'm using it for myself.
http://www.mediafire.com/?la8863l6h99alpx
Code:
'save captcha to c:\captcha.jpg
ONDOWNLOAD FOLDER=C:\ FILE=captcha.jpg
TAG POS=1 TYPE=IMG ATTR=SRC:http://www.google.com/recaptcha/api/* CONTENT=EVENT:SAVEPICTUREAS
TAB OPEN
TAB T=2
SET !TIMEOUT 120
'Send captcha to decaptcher
URL GOTO=http://localhost/decap/main.php
TAG POS=1 TYPE=BODY ATTR=TXT:* EXTRACT=TXT
SET !TIMEOUT 60
TAB T=1
TAG POS=1 TYPE=INPUT:TEXT  ATTR=ID:recaptcha_response_field CONTENT={{!EXTRACT}}
SAVEAS TYPE=EXTRACT FOLDER=c:\ FILE=captcha.csv
 
Thank a lot:)
Goint to setup it up!
 
there is one command.. PROMPT enter capacha !VAR1

and use that variable by {{!VAR1}}

it's easy..
 
Can I upload the PHP to my host? Will it work like that?
 
Not having any luck ...keeps saying "not found on the server"

Anyone want to make a quick $10 bucks helping me resolve this?
 
Here is the sample of code and the php script that solves captcha with decaptcher. Change the credentials in main.php. I'm using it for myself.

Thanks for such a great scripts!!! I can use it now with this! Lot of thanks bro.
 
bump this great thread.
Anyone can help with iMacros Captcha for antigate?
I can pay a lot of money for work
 
Back
Top