Hello, I tried multiple speed, gravity, etc but it's flagged as a bot. But when I activate manual user control for like 3 sec and then disable it, and continue with the automatic mouse movement, it won't be flagged. I have no idea why's that happening.
...\BrowserAutomationStudio\release"ScriptName"\appslocal\e3b0c442\SID505939e4\engine\prof
Check this folder for temporary profiles. They should be deleted after finishing work.
@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.