Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • Secret Club - Client Heuristics


    Meteorite

    Recommended Posts

    packet bots are nice if you dont have to decompile yourself, afik osrs has the same form of mouse event listener capturing at 50ms intervals so anything more granular than that would be ignored

    Link to comment
    Share on other sites

    Is OSRS as low level of a hook though? should I be moving the mouse beyond the bounds of the client more? I thought OSRS was only tracking inside client, being java and all. Am I mistaken?

    Link to comment
    Share on other sites

    17 hours ago, likeablePanda said:

    Is OSRS as low level of a hook though? should I be moving the mouse beyond the bounds of the client more? I thought OSRS was only tracking inside client, being java and all. Am I mistaken?

    Well I doubt this isn't known by Jagex and will still get banned on RS3 regardless if you send data or not, I just posted as a nice read, most what secret club do is report the exploits to companies for payment so this may have been done months and months ago and tracking keyboard/mouse movements outside of the client would be illegal tracking (depending on what data you get) because it may be useful for them to just know that you are clicking outside so it can render the game at a lower fps for example. in the code from the blog there is this:

      // If the mouse event happens outside of the Runescape window, don't log it.
      if (!window_ctx->event_inside_of_window(lparam))
      {
        return;
      }

    which doesn't track if the click was outside of the client window.

    Link to comment
    Share on other sites

    Archived

    This topic is now archived and is closed to further replies.

    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.