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).
Hi,
New to BAS. I have four functions to carry out on each visit to a web page. How can I randomise which order they are done in on each thread?
Put your function names in a LIST, than SHUFFLE that list and execute functions according to that shuffled list.
@manuelacosta98
Yeah, and BAS closed unexpectedly. I experienced the same thing too. I believe it happened because of multithreading.
Set the browser Rendering to 75 as you don't need to see what is happening in browser. Saves a lot of resources too.
@alphacasters How to optimize script - http://wiki.bablosoft.com/doku.php?id=how_to_optimize_script
@lother You can also use "Call function in several threads" to change thread number dynamically. Check this video https://www.youtube.com/watch?v=vgzMX3F-EQI