Meteorite 81 Posted April 21, 2021 Very interesting blog post by the Secret Club team. I also miss RS3 bots. https://secret.club/2021/04/03/runescape-heuristics.html
TheCloakdOne 389 Posted April 21, 2021 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
taraz 2 Posted April 21, 2021 23 minutes ago, Meteorite said: Very interesting blog post by the Secret Club team. I also miss RS3 bots. https://secret.club/2021/04/03/runescape-heuristics.html This dont work anymore.
likeablePanda 48 Posted April 23, 2021 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?
Meteorite 81 Author Posted April 23, 2021 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.