Lately i'm getting detected by IG as a bot and requesting my accounts to verify by phone.
I have Proxy & FPM (15 days) deleting cache, what can go wrong?
It's not related to proxies nor FP, its all 100% secure for usage.
Humanlike activity like Idle emulation etc is being used in the script, what are your suggestions?
@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.