@to-nice Так может проблема не в конфигурациях, а в расходных материалах, например прокси? Если вы пытаетесь поменять отпечаток audio на сайте creepjs, а потом пробуете эти настройки на целевом сайте, то это очень похоже на игру в рулетку, в которую вы играете на большом расстоянии и надеетесь, что вам сообщат о выигрыше.
Если вам нужно понять какими методами сайт-чекер собирает данные и подменять их - вы анализируете сайт-чекер и его код, если задача пройти антифрод целевого сайта - анализируйте код целевого сайта.
BAS crashes both runmode and editmode (andcompiled) when operating on files 20mb+
-
Right now Ihave set the bot to continue to next loop iteration if file is bigger than 15 MB.
So i tried to open file and open file as list.
then, once i open variable list window in editor, it crashes.
Same with compiled version.
I understand that 20MB text file is quite big, but is there a way to split such file using BAS then operate on it?
seems reading file/reading file to list causes the crash.
that, or eventually its a regex i do afterwards.
but its unlikely because no matter what action i tried after opening the file (i tried to split it too or sublist) it always crashed.So I assume its "reading file/reading file to list" action thats causing the crash.
Any clue how can I workaround it in BAS?