1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Multi thread handling?

Discussion in 'Client & Site Support' started by Viewer, Mar 27, 2014.

  1. Viewer

    Viewer Discretion is advised

    Joined:
    Jan 2, 2014
    Messages:
    306
    Likes Received:
    77
    Does RuneMate already has multi thread support? I mean... thread pool or something like that... so when I create a thread and make it move mouse, it wont conflict with the running script bot
     
  2. Salvation

    Salvation First Bot Author

    Joined:
    Aug 7, 2013
    Messages:
    262
    Likes Received:
    68
    In all honesty, that would require the client to lock the mouse down, which is a bad idea in my opinion.
    If I want to move the mouse using thread B while thread A is moving the mouse, I want the current movement cancelled, as the target location would simply change. This way you can more rapidly respond to unexpected events.
     
  3. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    I believe that currently the mouse and keyboard are synchronized. Although I do agree with what salvation said and may change it in the near future.
     
  4. Viewer

    Viewer Discretion is advised

    Joined:
    Jan 2, 2014
    Messages:
    306
    Likes Received:
    77
    Not necessarily, the parallel mouse job (in my case an antiban thread) could wait until the main thread stops using the mouse, well when I think more about it, it doesnt seem very good because main thread needs mouse constantly xD
     
    #4 Viewer, Mar 27, 2014
    Last edited: Mar 27, 2014

Share This Page

Loading...