Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

22 lines (19 loc) · 1.03 KB

WinRune

An simulated rune client from Runescape 1 era, using the mudclient177-deob and mudclient38-deob.

Usage:

java -jar ./rune.jar members=<members> address=<ip address> port=<port> version=<version> rsaExponent=<RSA Exponent> rsaModulus=<RSA Modulus>

  • <members>
    • pass true to tell client to load members config or false to load free config
  • <ip address>
    • an IPv4 address where the RSC177 or RSC38 compatible server is hosted
  • <port>
    • network port number (e.g. 43594)
  • <version>
    • pass 2001 to load May 2001 RSC Client (i.e. RSC38), any other value or argument non specified will load the Oct 2003 RSC Client (RSC177)
  • <RSA Exponent>
  • <RSA Modulus>
    • These two are used together to encrypt password, unique to each server

Changes from original:

  1. Original client loaded an html page containing the applet, which since 2015 is no longer supported
  2. A static background image is set to default style 2003, where the top banner is fixed
  3. Command line arguments to help facilitate changing the client's endpoint