King is a modified game client for private servers of the popular MMORPG "Runescape". It allows you to create and run your own scripts and exploits. At the moment, this repo only contains the updater for the game client, and not the client itself, but in due time, both of them will be linked together and posted here. (IMAGE HERE).
King gives any player an unreasonable advantage, by allowing them to view any variable and invoke any method within the game client π
Before the game client can even load, it must first de-obfuscate all of the obfuscated classes, fields and methods within the game client. This is the updaters' job. The updater then maps out all of these variables and renames them, allowing the King client API to read them. Once this is done, the client reflects the game's applet and runs it inside of it's own JFrame.
Setup for King is very straight forward
> Download repo
> Drag and drop into IDE or compile
> OR, just download the jar file (might be slightly outdated at times)
King client in action:
IMAGE HERE
- Add auto updating
- Add XML support
- Add King Client
- Finish API to write scripts and exploits
Pull requests are more than welcomed!
Usage is provided under the MIT License. See LICENSE for the full details.