Jump to content
UBot Underground

Is there anyway to have multiple mouse coursers


Recommended Posts

You can't have actual mouse cursors inside each thread/browser, but you can still click elements in each thread with "click" command (not sure if this is what you are looking for).

 

I don't think command "move mouse" was meant to be ran from multiple threads; it actually move your Windows mouse cursor to X, Y position on your screen, and in order to use that command as you want, you would need to pause all thread and click on each thread browser (small browser on right top side of main browser, generated by "in new browser") to open it in main browser and do action in there. Also keep in mind that you would have to control mouse movement from main/UI thread, to avoid all threads moving the mouse at the same time (you need to process 1 thread at a time).

 

Hope that helps you to find the right way...

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...