Jump to content
UBot Underground

[FREE Plugin] Advanced Captcha


Recommended Posts

I must be doing something wrong.

 

This is the code that I am using

set(#captcha_image, $rand(1000000000, 20000000000), "Global")
save element image(<style="display:block;">, "{$special folder("Desktop")}\\captcha\\{#captcha_image}.jpg")
set(#captcha_answer, $plugin function("Advanced Captcha.dll", "$deathbycaptcha.com", "username", "password", "De-Captcha", "{$special folder("Desktop")}\\captcha\\{#captcha_image}.jpg", 60, ""), "Global")
set(#captcha_id, $plugin function("Advanced Captcha.dll", "$deathbycaptcha.com", "username", "password", "Get Captcha ID", "{$special folder("Desktop")}\\captcha\\{#captcha_image}.jpg", 30, ""), "Global")

And it still fails everytime the first time.

 

But always passes the variable the second time...

 

I tried what sanjeev suggested with the check status using the captcha Id, but I am getting this when I do that:

status=0&todays_accuracy=0.914612&solved_in=12&is_service_overloaded=0

 

Is the code I am using correct?

 

I would really like to get this working, and I will donate towards your plugins pash if you can help me out with this.

 

I'm really sorry to say Pash,

 

But the problem is still there...

 

Setting a retry just makes it solve inside of dbc, but it doesn't pass the parameter back to Ubot until the second time.

Link to post
Share on other sites
  • Replies 81
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

V2.0.1.0 Fix: The operation has timed out.

V2.0.2.0   Add Option: deathbycaptcha.com : Add Reporting incorrectly solved deathbycaptcha.com : Add Server Status (Check)

I haven't tried this plugin, but I can tell you that DeathByCaptcha doesn't automatically return the answer to the CAPTCHA. As explained in the API, you need to "poll" for uploaded CAPTCHA status manu

Posted Images

I'm really sorry to say Pash,

 

But the problem is still there...

 

Setting a retry just makes it solve inside of dbc, but it doesn't pass the parameter back to Ubot until the second time.

This old code.

Re-download plugin and set "Auto Retry"

Link to post
Share on other sites

This old code.

Re-download plugin and set "Auto Retry"

 

I did that, it shows it solving the captcha inside dbc, but never passes it to ubot.

 

For example I did retry 2

 

And it solved 3 times in my dbc account, but never passed the solved captcha back to ubot...

Link to post
Share on other sites

I did that, it shows it solving the captcha inside dbc, but never passes it to ubot.

 

For example I did retry 2

 

And it solved 3 times in my dbc account, but never passed the solved captcha back to ubot...

 

I still think it's because of the wait time DeathByCaptcha needs (to actually solve the CAPTCHA). Pash, take a look at my HTTP post plugin code. It needs at least 15 seconds to solve the CAPTCHA (at least, that's why I added a loop). I think your plugin it trying to get the answer too soon (in that case you get an empty string).

Link to post
Share on other sites

I did that, it shows it solving the captcha inside dbc, but never passes it to ubot.

 

For example I did retry 2

 

And it solved 3 times in my dbc account, but never passed the solved captcha back to ubot...

I do not know how to solve this problem.

I tested it did not happen to me. I get it the first time.

Last I tested 50 times it works normally. (Same as before).

Link to post
Share on other sites

I do not know how to solve this problem.

I tested it did not happen to me. I get it the first time.

Last I tested 50 times it works normally. (Same as before).

 

Can you post the code you are using please?

 

Maybe there is something wrong with my code...

Link to post
Share on other sites

Pash, first of all I would like to thank you for making this plugin.

 

But unfortunatly it's still not working.

 

You can see in the screencast that I tried your example code 5 times, and it still does not return the captcha:

http://screencast.com/t/EvIovEd3z

Link to post
Share on other sites

Pash, first of all I would like to thank you for making this plugin.

 

But unfortunatly it's still not working.

 

You can see in the screencast that I tried your example code 5 times, and it still does not return the captcha:

http://screencast.com/t/EvIovEd3z

 

It's strange that it does work on to you.

 

Link to post
Share on other sites

:blink: :blink:

 

very weird.

 

I have no idea why it doesn't work for me :(

 

Set your auto retry to 0 and see if it still works...

 

Because it works for me if I keep retry set to 1

 

But then it is solving the same captcha 2 times instead of 1, which is causing us to pay double for captchas.  If you open dbc account, you can see it is actually just solving the same captcha 2 times.

Link to post
Share on other sites

:blink: :blink:

 

very weird.

 

I have no idea why it doesn't work for me :(

 

Set your auto retry to 0 and see if it still works...

 

Because it works for me if I keep retry set to 1

 

But then it is solving the same captcha 2 times instead of 1, which is causing us to pay double for captchas.  If you open dbc account, you can see it is actually just solving the same captcha 2 times.

I will try changing the library, please wait for me.

Link to post
Share on other sites

Pash it is working now!

 

Thank you so much!

 

Now, is there a way to get the captcha id when sending the captcha.  So we can report incorrect captchas while multi-threading.

 

Because the way it is set now, won't it grab just the last solved captcha id, so if solving multiple captchas at once, it might not get right captcha id...

Link to post
Share on other sites

V2.0.4.1

Update:

deathbycaptcha.com: Support multi-threading (see & test by sample file >> tab type 2)

Link to post
Share on other sites
  • 1 month later...
  • 3 months later...
  • 3 months later...

Deathbycaptcha function get balance isnt showing the readable format of the balance.

 

This is what the plugin showed post-440-0-89622200-1421879271_thumb.png

 

This is my captcha balance post-440-0-98298600-1421879296_thumb.png

 

It would be better if you can display the accurate captcha balance.

 

Thanks

Link to post
Share on other sites

Deathbycaptcha function get balance isnt showing the readable format of the balance.

 

This is what the plugin showed http://www.ubotstudio.com/forum/public/style_images/master/attachicon.gifdbcPlugin.png

 

This is my captcha balance http://www.ubotstudio.com/forum/public/style_images/master/attachicon.gifdbc.png

 

It would be better if you can display the accurate captcha balance.

 

Thanks

Did you try the newer version of this plugin?

http://www.ubotstudio.com/forum/index.php?/topic/17083-free-plugin-advanced-captcha-v3/

 

V3?

 

Dan

Link to post
Share on other sites

 

Yes. Just downloaded again the latest version and it still the same result.

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...