So since today, when I try to long on google I need to solve a captcha that I never had before. I try to use a proxy, fingerprint and idle emulation but nothing change. Google keeps spotting me. What should I change?
@tinhco16 21H2 or 22H2? I mostly face problems with automation tools (and other long/permanently running software) on Windows11 and also 10 with 22H2 version.
@rokiroki I would use a while loop and compare the current date with the time it should run (VAR_RUNAT = current + 2 hours) WHILE (currenttime < VAR_RUNAT) sleep(1000)! , or a for and compare the index with sleep. I.e i < 5 sleep(60000)! Would sleep 5 minutes.