Imacro Experts needed ( recaptcha verify button )

Status
Not open for further replies.

Mauradon22

Newbie
Joined
Feb 11, 2015
Messages
2
Reaction score
0
Hey guys, lately work a lot with ouo.io Shorten Links. Since everyone of us hate entering all day long Captchas i started to work on a imcaro script wich allow me to solve the Captcha with DeadbyCaptch Services automaticly. So Far so good for my first script attempt with IMacro i made some good procress with the help of google and Co.

My Captchas is almost completed i just struggle with the verify Button. The Script Stops after the Clipboard pasted the solved Captcha Code from Deadbycaptcha in the Frame Field.

What i tryed to Far.

- SLowing down the Macro to give the script a more human behavoir
- Adding Keystroke Events
- Adding Mouseclick Events

Nothing seems to work so far until i click on the Captcha file and i add a Space with my keyboard and hit Enter.....

Maybye some of the Imacro Experts here got an Idea what i have to change in the Script to make the Verfiy Button "clickable"

Here is the Script

Thanks in advance i hope someone can help me out with it i wasted allready 2 days on something wich is proably a simple task for someone how is used to work with Imacro.

VERSION BUILD=8890130 RECORDER=FX
TAB T=1
SET !VAR2 EVAL("var randomNumber=Math.floor(Math.random()*1 + 1); randomNumber;")
URL GOTO=***ouo.io/******
FRAME NAME="I*"
TAG POS=1 TYPE=DIV ATTR=ROLE:presentation&&CLASS:recaptcha-checkbox-checkmark&&TXT:
WAIT SECONDS = {{!VAR2}}
ONDOWNLOAD FOLDER=C:\Users\Mauradon\Documents\iMacros\Downloads FILE=captcha.jpg WAIT=YES
FRAME NAME=I1_*
TAG POS=1 TYPE=IMG ATTR=SRC:*/recaptcha/api2/payload* CONTENT=EVENT:SAVEPICTUREAS
WAIT SECONDS=5
TAB OPEN
TAB T=2
SET !EXTRACT_TEST_POPUP NO
URL GOTO=****api.dbcapi.me/decaptcher?function=picture2&print_format=html
TAG POS=1 TYPE=INPUT ATTR=NAME:username CONTENT=*******
TAG POS=1 TYPE=INPUT ATTR=NAME:Password CONTENT=*******
TAG POS=1 TYPE=INPUT ATTR=NAME:Pict CONTENT=C:\Users\Mauradon\Documents\iMacros\Downloads\captcha.jpg
TAG POS=1 TYPE=INPUT ATTR=TYPE:submit

TAG POS=6 TYPE=TD ATTR=* EXTRACT=TXT
SET !CLIPBOARD {{!EXTRACT}}
TAB CLOSE
SET !REPLAYSPEED SLOW
STOPWATCH ID=home
TAB T=1
FRAME NAME="I1_*"
TAG POS=1 TYPE=INPUT:TEXT ATTR=ID:default-response CONTENT={{!CLIPBOARD}}
FRAME NAME="I1_*"
EVENT TYPE=KEYPRESS SELECTOR="#default-response" KEY=13
STOPWATCH ID=home
 
Last edited:
Hello did you manage to solve this?
 
Last edited:
Hello did you manage to solve this? I have now the same problem, except it does not even click the first "im not robot" button
maybe ask the DBC support or look on their site, i had the same problem before, so i just gave up on it, but now DBC supports the no captcha recaptcha, so maybe they have an updated imacros code for that
 
Ok thanks for the info they now supports, it looks im pretty close to make the imacro work, it did not click the button in imacros browser, but it does with firefox and other stuff looks also working, i just need to implement the new api.
 
why is there an empty line in the macro? It does not seem to be the problem though.

Code:
TAG POS=1 TYPE=INPUT ATTR=TYPE:submit

TAG POS=6 TYPE=TD ATTR=* EXTRACT=TXT

Also, if you add some ERRORIGNORE lines there that might be a start.
 
Last edited:
why is there an empty line in the macro? It does not seem to be the problem though.

Code:
TAG POS=1 TYPE=INPUT ATTR=TYPE:submit

TAG POS=6 TYPE=TD ATTR=* EXTRACT=TXT

Also, if you add some ERRORIGNORE lines there that might be a start.
not sure what's with the empty line, maybe the code got messed up a bit while copy-pasting (you can see a smiley in it too lol), but alone an empty line shouldn't be a problem, because imacros just skips that even if the ERRORIGNORE isn't set to "YES" and continues with the first line which is not emtpy
 
So guys from deathbycaptcha answered my email, its far more complicated to implement this than normal captcha, so I will probably have to wait until they create something.
"Our team is working hard to have examples available for you in the few upcoming days. Please try to use the documentation in our website as we have limited availability right now to manually check particular implementations. "
 
Hello, so does anyone have the imacro done? There is nothing new on deathbycaptcha site :(
 
Old thread being spammed - closed.
 
Status
Not open for further replies.
Back
Top