@fox said in Account Creation on 40 threads perfomance:
@yourfriendkarol Reduce the resolution. Increase frame skipping. Remove regular expressions. Create an infinite loop instead of terminating the threads.
wow that helped a lot thanks ! ive changed to 75 frame skipping from default and works well.also changed resolution to 640 x 480
@allister said in Account Creation on 40 threads perfomance:
Not much you can do really for browser work. If its against a single site to register, look into HTTP Requests. Record the communication with WireShark or Fiddler(more friendly than WS). I have a quad core Desktop for my bots on Http requests. I have 18 running all ranging from 30-250 threads at any given time. I only use Browser when the site I'm going up against has serious antibot properties, i.e Nike.
If you want help with Http Request PM me. :)
thats impressing ill pm you later! ive already finished the bot and have many more to do so ill ask u during next bot creation :)
@Hifive Timeout is the maximum time, during which BAS can load page, if it is exceeded, thread stops with error, unless you wrap load action in ignore errors.
You can also disable this option https://prnt.sc/jryo4a
In this case load action will finishes instantly and you can process page load by yourself, for example, wait while certain text will appear on page, or wait for certain css.