Welcome!

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

Sign up now!
  1. A

    Question Prospective Scripter Question

    How does it relate to this thread?
  2. A

    Question Prospective Scripter Question

    I meant the way they exchange objects and send input movements/clicks/strokes, RuneMate uses RMI. Maybe what he meant be sockets is maybe the login and other non-bridge related stuff. I have tried to contact via Slack and no response.
  3. A

    Question Prospective Scripter Question

    That isn't how it works with reflection. Lets take the local NPCs for an example.. its hook is "client.fs" so in class "client" and static field "fs" so basically in reflection its ClassLoader.loadClass("client").getDeclaredField("fs"); which will return an array of objects "ca" which is the...
  4. A

    Question Prospective Scripter Question

    Hi, I understand, but I'm pretty sure RuneMate uses RMI not sockets to communicate between bridge and main client. also I don't think Reflection fetched objects like say.. NPC which extends Actor which extends Renderable which extends CacheNode is simply serialized using a custom serializer...
  5. A

    Hi, would appreciate it if you could answer my question ...

    Hi, would appreciate it if you could answer my question : https://www.runemate.com/community/posts/223954/
  6. A

    Hi, would appreciate it if you could answer my question ...

    Hi, would appreciate it if you could answer my question : https://www.runemate.com/community/posts/223954/
  7. A

    Hi, would appreciate it if you could answer my question ...

    Hi, would appreciate it if you could answer my question : https://www.runemate.com/community/posts/223954/
  8. A

    Question Prospective Scripter Question

    Hello, I have scripted on most of the clients out there for a couple of years and runemate is sure one of the most unique out of the bunch. Runemate interests me due to it using the official client by instrumentation. and that gets rid (mostly) of the locking problem all other clients suffer...
Top