ScremerMemer/hCaptcha-Solver ? reverse-engineered prompt

Reverse engineered prompt

Build me a Python tool that can automatically solve hCaptcha challenges on sites like Discord.

I want it to fetch the needed hCaptcha tokens with a headless browser, handle the common image challenges, and use an AI vision service when needed, with a fallback if the first service is unavailable. It should also make the mouse movement look human so the submission feels natural, and support proxies plus a simple config file for API keys and model settings.

Please include clean logging, retries when a challenge fails, and a small example I can run from the command line to test it with a Discord style site key. If you need to check current docs for the browser or AI services, go ahead and look them up online.