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.
@tet-vivi thank you.
Try: If thread index * sleep > (certain number) Make it sleep for a random amount of time (few minutes)
As already stated, 2000 http client threads. 2000 browser threads would be quite an intensive operation to say the least... You would need a very powerful vps with lots of RAM, but even then I'm not sure BAS would handle it without crashing.
@mfacundo94 @Findyourthing said in Is it possible to share cache across threads in order to save bandwidth?:
This idea is really interesting? Any answer?
You can try symbolic links (cmd mklink /j targetPath sourcePath). Not tried it myself and shared cache could potentially de-anonymize you.