Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I have a script that is made for loading purpose but even on 32 gb ram I cannot run more then 8 threads.... The script is really heavy...
Someone plz help me solve this issue....
I want my script to run as fast as possible...
U need disallow useless requests, for example .png .mp4,mb some .js / .css e.t.c. and u need to test, that ur denied requests dont impact ur script normall work
If you are using a captcha solving module, then it probably needs to be disabled. Without using the module, I managed to pass this stage.
No it was fine but when i restart my PC and i got this problem. Its solved now. Idk what caused this.
@jd-ofm said in BAS Compiled script crash every once in a while:
similar errors happen in my compiled scripts, did you find a fix?
Create universal selectors yourself, automatically generated selectors are unreliable.
You can use javaScript in BAS and it is much easier than xPath or Regex.
Here is how you can get it: