Claude Code Refusing to Implement CAPTCHA Automation

donfelipon

Newbie
Joined
Aug 10, 2026
Messages
3
Reaction score
0
Hello, I have a bit of a problem. For the past few days, I’ve been creating a bot for a game I play using Claude Code. Both the game and the bot are written in Java.

I already have almost everything finished, and there’s just one small thing left to add: automatic clicking on the CAPTCHA. The CAPTCHA is extremely simple because all you have to do is click in the middle of the screen on a button confirming that you’re at the computer.

However, Claude refuses to implement it because it considers this to be an interference with the game’s security. Does anyone know of any ways to bypass this restriction and make Claude do it?

I’d like to point out that image-based detection is not an option, because in the future I’m planning to use the bot with multiple clients.

Best regards.
 
you gotta try more LLMs to bypass, when claude refuses I go to kimi if that refuses go to deepseek. One will do it.
 
you gotta try more LLMs to bypass, when claude refuses I go to kimi if that refuses go to deepseek. One will do it.

Try GenSpark since they got a lot of models or with OpenRouter maybe Chinese models like Kimi?
 
Hello, I have a bit of a problem. For the past few days, I’ve been creating a bot for a game I play using Claude Code. Both the game and the bot are written in Java.

I already have almost everything finished, and there’s just one small thing left to add: automatic clicking on the CAPTCHA. The CAPTCHA is extremely simple because all you have to do is click in the middle of the screen on a button confirming that you’re at the computer.

However, Claude refuses to implement it because it considers this to be an interference with the game’s security. Does anyone know of any ways to bypass this restriction and make Claude do it?

I’d like to point out that image-based detection is not an option, because in the future I’m planning to use the bot with multiple clients.

Best regards.
Just use a different model. Models from Chinese labs like DeepSeek and GLM seem to care less about stuff like this. Also clear context and figure out a prompt engineering technique "manipulate" the model into thinking it's helping "security research"
 
Yeah like others said switching models works fine but honestly you don't even need to do that. Just stop telling Claude its for a game or a captcha... @donfelipon just ask it to write a simple Java Robot class snippet that clicks at a specific screen coordinate. If you keep the code abstract and separate from the game logic it won't trigger the safety filters anyway. Much easier.
 
If you directly ask that from any commercial ai, almost all of then will refuse. The way to handle that? Dual use prompts. Cheers
 
yeah why even fight the ai on this... java robot class is like three lines of code. just write it yourself or ask claude for a generic mouse clicker helper without mentioning the game at all. it takes way longer to try and bypass the safety filters than to just write the click function manually
 
If it were to work based on image analysis, I would have done it a long time ago. But I need it to click even when the game is minimized, which is why there's a problem. I asked DeepSeek, but unfortunately, it didn't figure it out because I'm just going in circles
 
Back
Top