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