Python Forum
Question about a Python(?) captcha
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question about a Python(?) captcha
#1
Hi guys,

Im playing a text-based game online where you level. When you are leveling up it's sometimes pops up captchas to avoid scripting.
I can script until the captcha pops up.
The question is if its possible to go through the captcha on the picture?

You can se the picture below.

The picture says five and then I have 4 alternatives to get the right answer.
I can answer buy using my mouse or hotkeys.
My hotkeys atm is A S D F

[Image: nujUOv8.png]
Reply
#2
one thing to do to prevent kicking off AI at website is to send random delay between 200 and 400 ms between exchanges, to make computer look more human.
Here are a couple of blogs (tutorials?) on getting around captcha (I remain neutral on recommending these):
https://www.tutorialspoint.com/python_we...aptcha.htm
https://www.scrapehero.com/how-to-solve-...tesseract/
http://sangaline.com/post/advanced-web-s...-tutorial/
general google query: 'scraping beyond captcha python 3', 'scraping beyond captcha python 3', etc.
Reply
#3
Anyone more?
Reply
#4
Captchas exist to stop what you're doing. Solving captchas is a hard problem, and there's a lot of money to be made by doing it, since you can circumvent measures to prevent scripting. The short answer is, we don't have a solution, and once there is a solution to captchas someone will probably come up with something else that we don't have a solution for.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Slider puzzle captcha resolver, how do this? dw0rd1337 0 3,437 Jan-04-2021, 11:55 PM
Last Post: dw0rd1337
  Struggling To Work With Anti-Captcha API digitalmatic7 1 5,681 Oct-09-2017, 09:51 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020