Jump to content

Setting XY of Mouse directly.


Merccy

Recommended Posts

Hello,

 

I'm trying to implement the mouse movement of another bot that is known for its human-like movement (overshooting the target in some occasions, moving in a curve etc...) but for that to work it would be ideal if I could set the XY of the mouse pointer directly instead of using the moveMouseTo() function with a high speed.

Is there anyway that I can use something like this.setMouse(x, y); without "travel time" of the mouse?

 

I tried decompiling OSBot to see what this.client.moveMouseTo does but it just points to this.bot.moveMouseTo and I can't trace that any further.

 

The finished product will be released as a script that every developer can use for free.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...