Selenium C#

kouchiroz

Newbie
Joined
Nov 2, 2024
Messages
15
Reaction score
6
Hello. I have a software that automates login to a game website, but yesterday it started getting detected, perhaps because HCaptcha updated. I'm using undetected selenium driver for C# but I can see there's still some detection vectors
Screenshot_from_2025-03-07_14-57-57.png


one of the scripts I used to test if my bot is detected returned this result. If I open a new tab it is no longer detected by either. Does anybody know any workaround for this? Maybe another library for C# that can handle this type of task or even a tampermonkey alternative for chrome. I need to Log in to the website using a proxy server for each request, then complete 2fa and grab the login token. I can even pay for this if necessary
 
Back
Top