Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 2.4 KB

README.md

File metadata and controls

51 lines (33 loc) · 2.4 KB

ASM Hits GitHub Issues Servers Downloads License

King

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 😈

How it works

Demo

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.

How to use

Setup for King is very straight forward

Installation

> Download repo
> Drag and drop into IDE or compile

> OR, just download the jar file (might be slightly outdated at times)

Download

Demo

King client in action:

IMAGE HERE

Todo

  • Add auto updating
  • Add XML support
  • Add King Client
  • Finish API to write scripts and exploits

Pull requests are more than welcomed!

License

Usage is provided under the MIT License. See LICENSE for the full details.