Sergant MaZon 2 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
420x69x420 73 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.