Sergant MaZon 2 Share Posted September 13, 2022 sup guys, I'm looking for a way to hook the pathing of the mouse for all of the move and clicking actions. I assume the framework has a function which calculates the desired points to move and then just calls Mouse.move() (or something similar), wait's for return and moves on. My idea was to hook that point, so I can call multiple Mouse.move() instructions and play around with human like movement. Problem is, I'm not that big in java, wether I can't find something about this in the documentation. Only thing I could do at the moment is making my own wrapper and calculate entity positions and stuff by my own, but the hooking thing would defenitly safe some time ^^ Thankful for any advices Link to comment Share on other sites More sharing options...
420x69x420 72 Share Posted September 13, 2022 I haven't taken the time to read through and understand it but here's an example guide: Good luck have fun! Sergant MaZon 1 Link to comment Share on other sites More sharing options...
Sergant MaZon 2 Author Share Posted September 13, 2022 Yes, that's exactly what I need, thanks a lot mate! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now