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.

Question What api does the runescape client use?

Joined
Jun 1, 2015
Messages
8
Has anyone been able to identify to which route your credentials get posted? trying to intercept the packets leaves me with encrypted data but I figured that if somebody has managed to decompile and read the code of the client there must be an answer...



so whats the api route that the runescape client/runescape mobile client uses to authenticate your player? i think this can be very useful to make a checker which can determine which accounts are working or not in a fast manner



thanks in advance!
 
Java Warlord
Joined
Nov 17, 2014
Messages
4,906
do you really think the game client would use api endpoints to login the user
 
12 year old normie
Joined
Jan 8, 2015
Messages
2,767
The gameclient has a proprietary net protocol that works directly with sockets, the credential part of the login packet is encrypted with RSA.
Damn brudder he just wanted to decrypt the packages that were send to the credentials api
 
Top