Welcome!

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

Sign up now!
RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.

  • Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
  • Edit or delete your RuneMate account from your Account Settings.
  • All account upgrade subscriptions have been cancelled. No action required.

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
9,257
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