@to-nice Так может проблема не в конфигурациях, а в расходных материалах, например прокси? Если вы пытаетесь поменять отпечаток audio на сайте creepjs, а потом пробуете эти настройки на целевом сайте, то это очень похоже на игру в рулетку, в которую вы играете на большом расстоянии и надеетесь, что вам сообщат о выигрыше.
Если вам нужно понять какими методами сайт-чекер собирает данные и подменять их - вы анализируете сайт-чекер и его код, если задача пройти антифрод целевого сайта - анализируйте код целевого сайта.
Work with BAS through code
-
Hi!
Is there a way to write the scripts with code alone without using the interface?
In this case how would I do that? I tried searching for it but the information was not fully clear.
There seems to be "modules" but that could also be just extended functionality.I would be thankful to be pointed into the right direction.
Thank you!
-
The short answer is "No."
The long answer is that BAS has its own internal code generator, which means that everything in the BAS XML was generated by that system.
However, I strongly do not recommend writing code by hand. It will be extremely difficult to update and understand the code later based on what you wrote today.
-
@sergerdn said in Work with BAS through code:
The short answer is "No."
The long answer is that BAS has its own internal code generator, which means that everything in the BAS XML was generated by that system.
However, I strongly do not recommend writing code by hand. It will be extremely difficult to update and understand the code later based on what you wrote today.
I looked around a bit more and isn't the "Embedded languages" exactly what I need? I can run code through it.
But somehow I cannot find the copy icon in the new interface that is mentioned here https://wiki.bablosoft.com/lib/exe/fetch.php?cache=&media=callapi.gif