Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Mouse Position Highlighting

Joined
Jul 6, 2018
Messages
3
Hello, I was wondering if anyone knows I way I can highlight what my mouse is doing, for example I can see the bot clicking around etc however I'd like to visualize the path that the mouse it taking.

If you could help me I'd appreciate it!
 
cuppa.drink(java);
Joined
Mar 13, 2018
Messages
7,091
There's no way to do this using RuneMate API, but I'm pretty sure there's nothing stopping you from using regular graphic packages included in java 8. Just try googling something like "draw shape on cursor Java" and start from there.
 
Go check out new bots and give helpful feedback.
Joined
Jan 31, 2016
Messages
5,413
Hello, I was wondering if anyone knows I way I can highlight what my mouse is doing, for example I can see the bot clicking around etc however I'd like to visualize the path that the mouse it taking.

If you could help me I'd appreciate it!
So for personal use they are allowed. Look up either swing mouse overlay or javafx mouse overlay, they are both java libraries to make user interfaces with. (Javafx recommended).
The rule with runemate applies to overlays that do not follow the z axis of the runescape client, so if you wanted to release your bot to the store with the overlay, you would need to do some JNA stuff
 
Top