User Tag List

11768Views
Results 1 to 9 of 9
  1. #1
    Member
    Join Date
    Mar 2015
    Posts
    4
    Coins
    0
    Thumbs Up
    Received: 0
    Given: 0

    Imacro and reCaptcha

    Hi guys,

    Anyone have an imacro script that can click the "I'm Human" button and save the google recaptcha to jpg?

    could you share it with me?

    thanks.


    0 Not allowed! Not allowed!

  2. #2
    Member Yusan's Avatar
    Join Date
    Mar 2015
    Location
    Ngayogyakarta Hadiningrat
    Posts
    262
    Coins
    7
    Thumbs Up
    Received: 0
    Given: 0
    Quote Originally Posted by djliortal View Post
    Hi guys,

    Anyone have an imacro script that can click the "I'm Human" button and save the google recaptcha to jpg?

    could you share it with me?

    thanks.
    If that only a word that can be so easy. But, Sometime they show image/picture.. and that's so hard

    0 Not allowed! Not allowed!
    WORLDS HEAVEN

  3. #3
    Member
    Join Date
    Mar 2015
    Posts
    4
    Coins
    0
    Thumbs Up
    Received: 0
    Given: 0
    there's a chance i'm getting only words now.
    i don't know how.

    any chance that imacro script can know the diffrence and if picture captcha shows up it will click the reload button?

    0 Not allowed! Not allowed!

  4. #4
    Member Yusan's Avatar
    Join Date
    Mar 2015
    Location
    Ngayogyakarta Hadiningrat
    Posts
    262
    Coins
    7
    Thumbs Up
    Received: 0
    Given: 0
    Quote Originally Posted by djliortal View Post
    there's a chance i'm getting only words now.
    i don't know how.

    any chance that imacro script can know the diffrence and if picture captcha shows up it will click the reload button?
    I think no...
    Maybe you can wait @EdgarT or @Chillivanilli

    0 Not allowed! Not allowed!
    WORLDS HEAVEN

  5. #5
    Admin


    Join Date
    Dec 2014
    Posts
    200
    Coins
    6
    Thumbs Up
    Received: 44
    Given: 50
    Sorry I dont code in iMacros. I guess you can click that button by coordinates or download imacros program and use image recognition. Not sure how to save image since I believe its not so easy.
    If you want more help in programming then you should clearly explain your problem and what you have done to solve it. In this case you did not provided any html tags/screenshots how captcha works and you put no effort to try to code it by yourself.

    0 Not allowed! Not allowed!

  6. #6
    Member
    Join Date
    Mar 2015
    Posts
    4
    Coins
    0
    Thumbs Up
    Received: 0
    Given: 0
    Quote Originally Posted by EdgarT View Post
    Sorry I dont code in iMacros. I guess you can click that button by coordinates or download imacros program and use image recognition. Not sure how to save image since I believe its not so easy.
    If you want more help in programming then you should clearly explain your problem and what you have done to solve it. In this case you did not provided any html tags/screenshots how captcha works and you put no effort to try to code it by yourself.
    Hi,

    I already coded the page.

    TAG POS=1 TYPE=DIV ATTR=ROLEresentation&&CLASS:recaptcha-checkbox-checkmark

    this code already clicking the captcha checkbox. I just don't know how to save the captcha itself to jpg.

    Quote Originally Posted by djliortal View Post
    Hi guys,

    Anyone have an imacro script that can click the "I'm Human" button and save the google recaptcha to jpg?

    could you share it with me?

    thanks.

    ok guy,
    i've managed to make the code work.
    but for recaptcha, i can't find the way to click the verify button.

    please help

    0 Not allowed! Not allowed!
    Last edited by IVLordStorm; 09-01-2015 at 07:19 AM.

  7. #7
    Member Yusan's Avatar
    Join Date
    Mar 2015
    Location
    Ngayogyakarta Hadiningrat
    Posts
    262
    Coins
    7
    Thumbs Up
    Received: 0
    Given: 0
    Quote Originally Posted by djliortal View Post
    ok guy,
    i've managed to make the code work.
    but for recaptcha, i can't find the way to click the verify button.

    please help
    TAG POS=1 TYPE=DIV ATTR=ID:recaptcha-verify-button

    0 Not allowed! Not allowed!
    WORLDS HEAVEN

  8. #8
    Member
    Join Date
    Feb 2015
    Posts
    36
    Coins
    1
    Thumbs Up
    Received: 0
    Given: 0
    @djliortal - Did you manage to get this working? I am also looking for how to solve recaptcha.

    Here is what I have so far, but doesn't fully function.
    Works - Clicking "I'm not a robot"
    Not_working - Clicking "Reload" to try to get a text captcha
    Works - Downloading text captcha image
    Works - Clicking the "Verify" button

    Code:
    VERSION BUILD=8920312 RECORDER=FX
    SET tempfolder C:\temp
    
    'Click the "I'm not a robot" box
    FRAME NAME="I0_*"
    TAG POS=1 TYPE=DIV ATTR=ROLE:presentation&&CLASS:recaptcha-checkbox-checkmark&&TXT:
    
    'Not sure how to click reload, as this does NOT work
    'This just places a blue box around the reload button instead of clicking
    FRAME NAME="I1_*"
    TAG POS=1 TYPE=DIV ATTR=ID:recaptcha-reload-button
    
    'Download the captcha image
    FRAME NAME="I1_*"
    ONDOWNLOAD FOLDER={{tempfolder}} FILE=captcha.jpg WAIT=YES
    TAG POS=1 TYPE=IMG ATTR=SRC:*/recaptcha/api2/payload* CONTENT=EVENT:SAVEPICTUREAS
    
    'left out lines for submitting to captcha service
    
    'Type the results of the 
    TAG POS=1 TYPE=INPUT:TEXT ATTR=ID:default-response CONTENT={{!EXTRACT}}
    
    'Click the Verify button
    TAG POS=1 TYPE=DIV ATTR=ID:recaptcha-verify-button

    0 Not allowed! Not allowed!

  9. #9
    Member
    Join Date
    Aug 2015
    Posts
    2
    Coins
    0
    Thumbs Up
    Received: 0
    Given: 0
    Quote Originally Posted by twig123 View Post
    Did you manage to get this working? I am also looking for how to solve recaptcha.
    Full example is online under 9kw.eu => Plugins => "2. Submit / Download) => iMacros => 9kweu_recaptcha_v2.iim
    with captcha overlay (then it's a text captcha), comments and captcha feedback.
    Directlink: 9kw.eu/grafik/plugins/9kweu_recaptcha_v2.zip

    Quote Originally Posted by twig123 View Post
    Not_working - Clicking "Reload" to try to get a text captcha
    This is really not easy and I think only with javascript (*.js) in imacros really possible.

    0 Not allowed! Not allowed!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •