Hello , so i was making a bot and i use random fingerprint everything works fine . when i get to the last step where everything has been filled out , and it clicks on the last "next" button . it doesent do anything . does anyone know how to fix this ?
@0xSentinel hi, Recaptcha V3 updated its code betwen the 27/06/2020 and 28/06/2020 ... it is now very "difficult" (to not write "impossible") to obtain an acceptable score of 0.7 whit BAS.
@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.