1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Mouse Position Highlighting

Discussion in 'Discussions' started by ThePrintyBoi, Jul 7, 2018.

  1. ThePrintyBoi

    Joined:
    Jul 6, 2018
    Messages:
    3
    Likes Received:
    0
    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!
     
  2. S Q U R E L

    Joined:
    May 30, 2018
    Messages:
    203
    Likes Received:
    84
    I don't think it's possible, pretty sure bots aren't allowed to have paints
     
  3. ThePrintyBoi

    Joined:
    Jul 6, 2018
    Messages:
    3
    Likes Received:
    0
    Thanks
     
  4. CuppaJava

    CuppaJava cuppa.drink(java);

    Joined:
    Mar 13, 2018
    Messages:
    6,121
    Likes Received:
    1,378
    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.
     
  5. awesome123man

    awesome123man Go check out new bots and give helpful feedback.

    Joined:
    Jan 31, 2016
    Messages:
    5,413
    Likes Received:
    1,662
    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
     
  6. ThePrintyBoi

    Joined:
    Jul 6, 2018
    Messages:
    3
    Likes Received:
    0
    thanks everyone
     
  7. awesome123man

    awesome123man Go check out new bots and give helpful feedback.

    Joined:
    Jan 31, 2016
    Messages:
    5,413
    Likes Received:
    1,662
    I just made one using JNA but it's Windows only and isn't amazing.
     
    Serene likes this.

Share This Page

Loading...