Jump to content
UBot Underground

Advanced Captcha - Death By Captcha - Reject Captcha


Recommended Posts

Hello everyone !

 

I'm having problems with advanced captcha death by captcha, when captcha isn't correctly solved, my reject captcha command isn't working 

 

example:

 

if($plugin function("ExBrowser.dll", "$ExBrowser Element Exist", "x://*/input[@id=\'imgCaptcha\']")) 

                            then 

                                reject captcha

                                comment("##### NÃO DECEFROU O CAPTCHA #####")

                                set(#V_Msg,"?????SITUAÇÃO NÃO ESPERADA: Captcha não decifrado.","Global")

                                run command("Rotinas","LogEmArquivo",#V_NomeRobo, #V_Msg, #V_GravaLog)

                                set(#V_Captcha,1,"Global")

                                wait(5)

                            

                            else 

                                comment("##### CAPTCHA DECIFRADO #####")

                                set(#V_Msg,"Captcha decifrado.","Global")

                                run command("Rotinas","LogEmArquivo",#V_NomeRobo, #V_Msg, #V_GravaLog)

                                set(#V_Captcha,2,"Global")

                            

 

 

can someone show me an actual way to use the reject captcha command ?

Link to post
Share on other sites
  • 1 year later...

Dear Augusto Nardis Gravina,

 

try like this:

http://api.dbcapi.me/api/captcha/<%CAPTCHA_ID%>/report?username=<login devbycaptcha>&password=<password devbycaptcha> 
Edited by rairojr
  • Like 1
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...