Mauradon22
Newbie
- Feb 11, 2015
- 2
- 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.
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=ROLEresentation&&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 !EXTRACEST_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=NAMEassword CONTENT=*******
TAG POS=1 TYPE=INPUT ATTR=NAMEict 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: