Jump to content
UBot Underground

[FREE Plugin] Advanced Captcha (V3)


Recommended Posts

  • Replies 224
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

Ubotplugin.com End of Business Good day Ubot community. Over the last 9 years I invested a lot of time in developing the plugins. I hope that it was of good use for all of you. Only in the last

Shouldn't the Plugin do the following for DBC to solve the Captcha Properly: Image Collected > Image Sent to DBC for Solving > DBC responds with CaptchaID > Plugin Pause > LOOP(Poll Captc

3.4.0.0 (Beta) Remove command 2captcha.com Add new commands 2captcha.com audio captcha 2captcha.com click captcha 2captcha.com key captcha 2captcha.com normal captcha 2captcha.com recaptcha v1 2captc

Posted Images

  • 4 months later...

3.4.0.0 (Beta)

Remove command
2captcha.com

Add new commands
2captcha.com audio captcha
2captcha.com click captcha
2captcha.com key captcha
2captcha.com normal captcha
2captcha.com recaptcha v1
2captcha.com recaptcha v2
2captcha.com recaptcha v2 (Old)
2captcha.com recaptcha v2 invisible
2captcha.com report
2captcha.com rotate captcha
2captcha.com text captcha

Add new sample file
$2captcha.com 22-4-2017.ubot

*** Note ***
Not full test

  • Like 1
Link to post
Share on other sites

Hello, im getting this error whne trying the latest example:

Unexpected character encountered while parsing value: E. Line 1, position 1.

edit:solved

I just needed to add access key directly and add list clearing and it works now. great plugin.

Edited by Chezzyk
Link to post
Share on other sites
  • 2 weeks later...
  • 4 weeks later...
Hello, people!

There is a "AntiCaptcha automatic captcha solver" extension that may help you. It solves recaptcha 2 on the page as well as regular image captchas, so you don't need to have large iMacros script. It uses anti-captcha.com service to solving.

We as developers work on it and release updates and fixes every week.

Hope you'll love it ;)

Link to post
Share on other sites
  • 2 weeks later...

hi Guys and Girls,

 

Everytime when i solve a captcha with 2captcha or antigate i got the same result format: "#result: 3323369243WKQCEA"

 

But the right captcha code is "WKQCEA" - so, what can i do now? In the Captcha Tutorial Videos they work with delimiter but in this code there isnt one.

 

I hope someone got a good idea to help me, it would be great!

 

Greetings!

 

http://fs5.directupload.net/images/170617/dmd5jhll.png

Edited by papillon121
Link to post
Share on other sites

hi Guys and Girls,

 

Everytime when i solve a captcha with 2captcha or antigate i got the same result format: "#result: 3323369243WKQCEA"

 

But the right captcha code is "WKQCEA" - so, what can i do now? In the Captcha Tutorial Videos they work with delimiter but in this code there isnt one.

 

I hope someone got a good idea to help me, it would be great!

 

Greetings!

 

http://fs5.directupload.net/images/170617/dmd5jhll.png

the command return list (see example file)

Link to post
Share on other sites
  • 4 months later...

Can you please provide a sample code to solve following type of captcha using deathbycaptcha and your plugin please?

 

u03bm4H.jpg

 

I did check the sample file i am getting something like this in return from deathbycaptcha,

1784981633

sckfk

and i am not sure how i can use this info to solve the above mentioned captcha.

please help me

Edited by leemilton300
Link to post
Share on other sites

Can you please provide a sample code to solve following type of captcha using deathbycaptcha and your plugin please?

 

u03bm4H.jpg

 

I did check the sample file i am getting something like this in return from deathbycaptcha,

1784981633

sckfk

and i am not sure how i can use this info to solve the above mentioned captcha.

please help me

I advise you to use 2captcha.com

Link to post
Share on other sites

@pash : Just gave "$2captcha.com new captcha v2.ubot" a try and it works like a charm.. thank you so much for this plugin :) You are awesome!
 
Btw i am trying to login in stumbleupon, it has same captcha as in the demo, but in here (stumbleupon) they have somehow hidden the key, i tried using the key via iframe url "http://bit.ly/2yut3oF"= "6LdocxATAAAAAHW1BXF7qo_NoaKqyDb8UTQWmLKp" but when i do this i get a reply from 2captcha saying "ERROR_KEY_DOES_NOT_EXIST"
 
Can you please tell me how can solve the stumbleupon captcha? please?
 
bQp2e33.png

Edited by leemilton300
Link to post
Share on other sites
  • 1 month later...

Hello,

 

I am trying to use this plugin again and now i am getting "You have exceeded the range of list" error. with the same ubot script "$2captcha.com new captcha v2.ubot", did google captcha changed something or am i doing something wrong?

 

Vj9r7GH.png

set(#_apiKey,"6Let2wATAAAAADFyQfJa8YVX83SHaY8reAwT23zy","Global")
navigate("https://www.google.com/recaptcha/api2/demo","Wait")
wait for browser event("Everything Loaded","")
wait(1)
set(#GoogleKey,$scrape attribute(<class="g-recaptcha">,"data-sitekey"),"Global")
clear list(%_rawCaptcha)
add list to list(%_rawCaptcha,$plugin function("Advanced Captcha.dll", "$2captcha.com", #_apiKey, #GoogleKey, "", "Recognize ReCAPTCHA Type 4", "", $url, 120, ""),"Delete","Global")
change attribute(<id="g-recaptcha-response">,"value",$list item(%_rawCaptcha,1))
click(<value="Submit">,"Left Click","No") 

Please help,

Kind Regards

Lee M

Edited by leemilton300
Link to post
Share on other sites

Hello,

 

I am trying to use this plugin again and now i am getting "You have exceeded the range of list" error. with the same ubot script "$2captcha.com new captcha v2.ubot", did google captcha changed something or am i doing something wrong?

 

Vj9r7GH.png

set(#_apiKey,"6Let2wATAAAAADFyQfJa8YVX83SHaY8reAwT23zy","Global")
navigate("https://www.google.com/recaptcha/api2/demo","Wait")
wait for browser event("Everything Loaded","")
wait(1)
set(#GoogleKey,$scrape attribute(<class="g-recaptcha">,"data-sitekey"),"Global")
clear list(%_rawCaptcha)
add list to list(%_rawCaptcha,$plugin function("Advanced Captcha.dll", "$2captcha.com", #_apiKey, #GoogleKey, "", "Recognize ReCAPTCHA Type 4", "", $url, 120, ""),"Delete","Global")
change attribute(<id="g-recaptcha-response">,"value",$list item(%_rawCaptcha,1))
click(<value="Submit">,"Left Click","No") 

Please help,

Kind Regards

Lee M

update plugin version. now you use old version.

Link to post
Share on other sites

update plugin version. now you use old version.

 

When i use the version 3.4.0.0 and load "$2captcha.com new captcha v2.ubot" i get the following error

 

inl8rdf.png

set(#_apiKey,"36030da34bc51696bb1e20ea1ea9ba63","Global")
navigate("https://www.google.com/recaptcha/api2/demo","Wait")
wait for browser event("Everything Loaded","")
wait(1)
set(#GoogleKey,$scrape attribute(<class="g-recaptcha">,"data-sitekey"),"Global")
clear list(%_rawCaptcha)
add list to list(%_rawCaptcha,$plugin function("Advanced Captcha.dll", "$2captcha.com", #_apiKey, #GoogleKey, "", "Recognize ReCAPTCHA Type 4", "", $url, 120, ""),"Delete","Global")
change attribute(<id="g-recaptcha-response">,"value",$list item(%_rawCaptcha,1))
click(<value="Submit">,"Left Click","No")
Link to post
Share on other sites

 

When i use the version 3.4.0.0 and load "$2captcha.com new captcha v2.ubot" i get the following error

 

inl8rdf.png

set(#_apiKey,"36030da34bc51696bb1e20ea1ea9ba63","Global")
navigate("https://www.google.com/recaptcha/api2/demo","Wait")
wait for browser event("Everything Loaded","")
wait(1)
set(#GoogleKey,$scrape attribute(<class="g-recaptcha">,"data-sitekey"),"Global")
clear list(%_rawCaptcha)
add list to list(%_rawCaptcha,$plugin function("Advanced Captcha.dll", "$2captcha.com", #_apiKey, #GoogleKey, "", "Recognize ReCAPTCHA Type 4", "", $url, 120, ""),"Delete","Global")
change attribute(<id="g-recaptcha-response">,"value",$list item(%_rawCaptcha,1))
click(<value="Submit">,"Left Click","No")

see update log.txt

Link to post
Share on other sites

I did but its quite confusing, also it has update logs for only upto "V3.2.6.6" and there is no solution in that logs for the error that i am getting :(

can you please just tell me how i can solve this?

When you view the update file, you will see that it has a new command.

And delete old command. That means it has a new sample file as well.

Just double-click on the file. "$2captcha.com 22-4-2017.ubot"

You will see an example of usage.

clear all data
set(#AccessKey,"","Global")
comment("load html($replace(%Debug,$new line,\"<br>\"))")
stop script
divider
define KeyCaptcha {
    navigate("https://www.keycaptcha.ru/demo-magnetic/","Wait")
    wait for browser event("Everything Loaded","")
    wait(1)
    type text(<full name field>,"Test Name","Standard")
    type text(<(tagname="textarea" AND class="itext")>,"Test Content","Standard")
    add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com key captcha", #AccessKey, $find regular expression($document text,"(?<=s_s_c_user_id = \').*?(?=\')"), $find regular expression($document text,"(?<=s_s_c_session_id = \').*?(?=\')"), $find regular expression($document text,"(?<=s_s_c_web_server_sign = \').*?(?=\')"), $find regular expression($document text,"(?<=s_s_c_web_server_sign2 = \').*?(?=\')"), "https://www.keycaptcha.ru/demo-magnetic/", "", 120),"Don\'t Delete","Global")
    run javascript("document.getElementById(\"div_for_keycaptcha\").remove();
var filename = \"https://back0.keycaptcha.com/swfs/cap.js\";
var tags = document.getElementsByTagName(\'script\');
for (var i = tags.length; i >= 0; i--)\{
    if (tags[i] && tags[i].getAttribute(\'src\') != null && tags[i].getAttribute(\'src\').indexOf(filename) != -1)\{
        tags[i].parentNode.removeChild(tags[i]);
    \}        
\}")
    change attribute(<id="capcode">,"value",$list item(%Debug,1))
    click(<id="postbut">,"Left Click","No")
}
ReCaptchaV2Invisible()
define ReCaptchaV2Invisible {
    navigate("https://www.google.com/recaptcha/api2/demo?invisible=true","Wait")
    wait for browser event("Everything Loaded","")
    wait(1)
    set(#GoogleKey,$scrape attribute(<class="g-recaptcha">,"data-sitekey"),"Global")
    add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha v2 invisible", #AccessKey, #GoogleKey, "https://www.google.com/recaptcha/api2/demo", 120, "", 120, ""),"Don\'t Delete","Global")
    if($comparison($list total(%Debug),">",1)) {
        then {
            change attribute(<id="g-recaptcha-response">,"value",$list item(%Debug,1))
            run javascript("document.getElementById(\"recaptcha-demo-form\").submit();")
        }
        else {
        }
    }
}
divider
ReCaptchaV2()
define ReCaptchaV2 {
    navigate("https://www.google.com/recaptcha/api2/demo","Wait")
    wait for browser event("Everything Loaded","")
    wait(1)
    set(#GoogleKey,$scrape attribute(<class="g-recaptcha">,"data-sitekey"),"Global")
    add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha v2", #AccessKey, #GoogleKey, "https://www.google.com/recaptcha/api2/demo", 120, ""),"Don\'t Delete","Global")
    if($comparison($list total(%Debug),">",1)) {
        then {
            change attribute(<id="g-recaptcha-response">,"value",$list item(%Debug,1))
            click(<id="recaptcha-demo-submit">,"Left Click","No")
        }
        else {
        }
    }
}
add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha v2 (old)", #AccessKey, "Select all images with mountains.", "{$special folder("Application")}\\Captcha\\2017-04-22_11-03-43.jpg", 120, ""),"Don\'t Delete","Global")
add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com text captcha", #AccessKey, "If tomorrow is Saturday, what day is today?", "", 120),"Don\'t Delete","Global")
add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com report", #AccessKey, "Get Captcha By ID", 3003389935, ""),"Don\'t Delete","Global")
add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha v1", #AccessKey, "{$special folder("Application")}\\Captcha\\recaptcha-v1.png", "", 120),"Don\'t Delete","Global")

Link to post
Share on other sites

Yes, i did check this example earlier it doesn't seem to be working either :(

 

sHfoSST.png

 

K1CCAH7.png

clear all data
set(#AccessKey,"2CAPTCHA-API-KEY","Global")
comment("load html($replace(%Debug,$new line,\"<br>\"))")
divider
define KeyCaptcha {
    navigate("https://www.keycaptcha.ru/demo-magnetic/","Wait")
    wait for browser event("Everything Loaded","")
    wait(1)
    type text(<full name field>,"Test Name","Standard")
    type text(<(tagname="textarea" AND class="itext")>,"Test Content","Standard")
    add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com key captcha", #AccessKey, $find regular expression($document text,"(?<=s_s_c_user_id = \').*?(?=\')"), $find regular expression($document text,"(?<=s_s_c_session_id = \').*?(?=\')"), $find regular expression($document text,"(?<=s_s_c_web_server_sign = \').*?(?=\')"), $find regular expression($document text,"(?<=s_s_c_web_server_sign2 = \').*?(?=\')"), "https://www.keycaptcha.ru/demo-magnetic/", "", 120),"Don\'t Delete","Global")
    run javascript("document.getElementById(\"div_for_keycaptcha\").remove();
var filename = \"https://back0.keycaptcha.com/swfs/cap.js\";
var tags = document.getElementsByTagName(\'script\');
for (var i = tags.length; i >= 0; i--)\{
    if (tags[i] && tags[i].getAttribute(\'src\') != null && tags[i].getAttribute(\'src\').indexOf(filename) != -1)\{
        tags[i].parentNode.removeChild(tags[i]);
    \}        
\}")
    change attribute(<id="capcode">,"value",$list item(%Debug,1))
    click(<id="postbut">,"Left Click","No")
}
ReCaptchaV2Invisible()
define ReCaptchaV2Invisible {
    navigate("https://www.google.com/recaptcha/api2/demo?invisible=true","Wait")
    wait for browser event("Everything Loaded","")
    wait(1)
    set(#GoogleKey,$scrape attribute(<class="g-recaptcha">,"data-sitekey"),"Global")
    add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha v2 invisible", #AccessKey, #GoogleKey, "https://www.google.com/recaptcha/api2/demo", 120, "", 120, ""),"Don\'t Delete","Global")
    if($comparison($list total(%Debug),">",1)) {
        then {
            change attribute(<id="g-recaptcha-response">,"value",$list item(%Debug,1))
            run javascript("document.getElementById(\"recaptcha-demo-form\").submit();")
        }
        else {
        }
    }
}
divider
ReCaptchaV2()
define ReCaptchaV2 {
    navigate("https://www.google.com/recaptcha/api2/demo","Wait")
    wait for browser event("Everything Loaded","")
    wait(1)
    set(#GoogleKey,$scrape attribute(<class="g-recaptcha">,"data-sitekey"),"Global")
    add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha v2", #AccessKey, #GoogleKey, "https://www.google.com/recaptcha/api2/demo", 120, ""),"Don\'t Delete","Global")
    if($comparison($list total(%Debug),">",1)) {
        then {
            change attribute(<id="g-recaptcha-response">,"value",$list item(%Debug,1))
            click(<id="recaptcha-demo-submit">,"Left Click","No")
        }
        else {
        }
    }
}
add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha v2 (old)", #AccessKey, "Select all images with mountains.", "{$special folder("Application")}\\Captcha\\2017-04-22_11-03-43.jpg", 120, ""),"Don\'t Delete","Global")
add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com text captcha", #AccessKey, "If tomorrow is Saturday, what day is today?", "", 120),"Don\'t Delete","Global")
add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com report", #AccessKey, "Get Captcha By ID", 3003389935, ""),"Don\'t Delete","Global")
add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha v1", #AccessKey, "{$special folder("Application")}\\Captcha\\recaptcha-v1.png", "", 120),"Don\'t Delete","Global")

Edited by leemilton300
Link to post
Share on other sites

try

clear list(%Debug)
set(#AccessKey,"","Global")
navigate("https://www.google.com/recaptcha/api2/demo?invisible=true","Wait")
wait for browser event("Everything Loaded","")
wait(1)
set(#GoogleKey,$scrape attribute(<class="g-recaptcha">,"data-sitekey"),"Global")
add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha v2 invisible", #AccessKey, #GoogleKey, "https://www.google.com/recaptcha/api2/demo", "", "", 300, ""),"Don\'t Delete","Global")
if($comparison($list total(%Debug),">",1)) {
    then {
        if($comparison($list item(%Debug,1),"!= Does not equal","ERROR_CAPTCHA_UNSOLVABLE")) {
            then {
                change attribute(<id="g-recaptcha-response">,"innerhtml",$list item(%Debug,1))
                run javascript("document.getElementById(\"recaptcha-demo-form\").submit();")
            }
            else {
                alert($list item(%Debug,1))
            }
        }
    }
    else {
        if($contains(%Debug,"ERROR_NO_SLOT_AVAILABLE")) {
            then {
                alert("I received ERROR_NO_SLOT_AVAILABLE what does it mean?

 That means that current rate on the server is higher than the one you selected in settings. Reminder: you are charged current rate at the moment you upload images, not the maximum rate from your settings. If the current rate on the server is higher than yours  you will receive ERROR_NO_SLOT_AVAILABLE and your captcha wouldn’t be accepted.
 
 https://2captcha.com/support/faq/45")
            }
            else {
                alert("Error!!!
{%Debug}")
            }
        }
    }
}
divider
divider
define ReCaptchaV2 {
    navigate("https://www.google.com/recaptcha/api2/demo","Wait")
    wait for browser event("Everything Loaded","")
    wait(1)
    set(#GoogleKey,$scrape attribute(<class="g-recaptcha">,"data-sitekey"),"Global")
    add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha v2", #AccessKey, #GoogleKey, "https://www.google.com/recaptcha/api2/demo", 120, ""),"Don\'t Delete","Global")
    if($comparison($list total(%Debug),">",1)) {
        then {
            change attribute(<id="g-recaptcha-response">,"value",$list item(%Debug,1))
            click(<id="recaptcha-demo-submit">,"Left Click","No")
        }
        else {
        }
    }
}

  • Like 1
Link to post
Share on other sites

This Worked! but its take quite some time for 2captcha to solve the captha, anyways, thanks a lot for the solution, i really appreciate that.

 

 

try

clear list(%Debug)
set(#AccessKey,"","Global")
navigate("https://www.google.com/recaptcha/api2/demo?invisible=true","Wait")
wait for browser event("Everything Loaded","")
wait(1)
set(#GoogleKey,$scrape attribute(<class="g-recaptcha">,"data-sitekey"),"Global")
add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha v2 invisible", #AccessKey, #GoogleKey, "https://www.google.com/recaptcha/api2/demo", "", "", 300, ""),"Don\'t Delete","Global")
if($comparison($list total(%Debug),">",1)) {
    then {
        if($comparison($list item(%Debug,1),"!= Does not equal","ERROR_CAPTCHA_UNSOLVABLE")) {
            then {
                change attribute(<id="g-recaptcha-response">,"innerhtml",$list item(%Debug,1))
                run javascript("document.getElementById(\"recaptcha-demo-form\").submit();")
            }
            else {
                alert($list item(%Debug,1))
            }
        }
    }
    else {
        if($contains(%Debug,"ERROR_NO_SLOT_AVAILABLE")) {
            then {
                alert("I received ERROR_NO_SLOT_AVAILABLE what does it mean?

 That means that current rate on the server is higher than the one you selected in settings. Reminder: you are charged current rate at the moment you upload images, not the maximum rate from your settings. If the current rate on the server is higher than yours  you will receive ERROR_NO_SLOT_AVAILABLE and your captcha wouldn’t be accepted.
 
 https://2captcha.com/support/faq/45")
            }
            else {
                alert("Error!!!
{%Debug}")
            }
        }
    }
}
divider
divider
define ReCaptchaV2 {
    navigate("https://www.google.com/recaptcha/api2/demo","Wait")
    wait for browser event("Everything Loaded","")
    wait(1)
    set(#GoogleKey,$scrape attribute(<class="g-recaptcha">,"data-sitekey"),"Global")
    add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha v2", #AccessKey, #GoogleKey, "https://www.google.com/recaptcha/api2/demo", 120, ""),"Don\'t Delete","Global")
    if($comparison($list total(%Debug),">",1)) {
        then {
            change attribute(<id="g-recaptcha-response">,"value",$list item(%Debug,1))
            click(<id="recaptcha-demo-submit">,"Left Click","No")
        }
        else {
        }
    }
}

Link to post
Share on other sites
  • 3 weeks later...

 

try

clear list(%Debug)
set(#AccessKey,"","Global")
navigate("https://www.google.com/recaptcha/api2/demo?invisible=true","Wait")
wait for browser event("Everything Loaded","")
wait(1)
set(#GoogleKey,$scrape attribute(<class="g-recaptcha">,"data-sitekey"),"Global")
add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha v2 invisible", #AccessKey, #GoogleKey, "https://www.google.com/recaptcha/api2/demo", "", "", 300, ""),"Don\'t Delete","Global")
if($comparison($list total(%Debug),">",1)) {
    then {
        if($comparison($list item(%Debug,1),"!= Does not equal","ERROR_CAPTCHA_UNSOLVABLE")) {
            then {
                change attribute(<id="g-recaptcha-response">,"innerhtml",$list item(%Debug,1))
                run javascript("document.getElementById(\"recaptcha-demo-form\").submit();")
            }
            else {
                alert($list item(%Debug,1))
            }
        }
    }
    else {
        if($contains(%Debug,"ERROR_NO_SLOT_AVAILABLE")) {
            then {
                alert("I received ERROR_NO_SLOT_AVAILABLE what does it mean?

 That means that current rate on the server is higher than the one you selected in settings. Reminder: you are charged current rate at the moment you upload images, not the maximum rate from your settings. If the current rate on the server is higher than yours  you will receive ERROR_NO_SLOT_AVAILABLE and your captcha wouldn’t be accepted.
 
 https://2captcha.com/support/faq/45")
            }
            else {
                alert("Error!!!
{%Debug}")
            }
        }
    }
}
divider
divider
define ReCaptchaV2 {
    navigate("https://www.google.com/recaptcha/api2/demo","Wait")
    wait for browser event("Everything Loaded","")
    wait(1)
    set(#GoogleKey,$scrape attribute(<class="g-recaptcha">,"data-sitekey"),"Global")
    add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha v2", #AccessKey, #GoogleKey, "https://www.google.com/recaptcha/api2/demo", 120, ""),"Don\'t Delete","Global")
    if($comparison($list total(%Debug),">",1)) {
        then {
            change attribute(<id="g-recaptcha-response">,"value",$list item(%Debug,1))
            click(<id="recaptcha-demo-submit">,"Left Click","No")
        }
        else {
        }
    }
}

I am getting error when running your code. What does this mean and is there a fix ?

 

 

 

Edit:This has been fixed please ignore.

 

 

 

Ey5HbbB.jpg

Edited by boutmine
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...