Jump to content
UBot Underground

How Do I Multi-Thread ?


Recommended Posts

I've built a bot that creates accounts on 20 social network sites,

I want the bot to multi-thread an create accounts on 5 websites simultaneously,

to speed up the process by 4x.

 

I use the new ubot design, every website account creation has its own tab (script),

so I need to mult-thread those scripts somehow

Link to post
Share on other sites

Make a new thread for each website, in those thread use a new subwindow and in those subwindow - run your code :)

 

And it's just a very basic multithreading system. You would have to do everything manually! Just keep that in mind :)

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...