A RuneTek3 client (377) that is deobfuscated, converted to Kotlin, and includes QoL improvements.
0

Configure Feed

Select the types of activity you want to include in your feed.

Local changes

+3 -2
+2 -1
.gitignore
··· 38 38 39 39 # IntelliJ 40 40 /out/ 41 + /build/ 41 42 42 43 # mpeltonen/sbt-idea plugin 43 44 .idea_modules/ ··· 48 49 # Crashlytics plugin (for Android Studio and IntelliJ) 49 50 com_crashlytics_export_strings.xml 50 51 crashlytics.properties 51 - crashlytics-build.properties 52 + crashlytics-build.properties
+1 -1
src/tech/henning/client/Configuration.java
··· 48 48 /** 49 49 * Modulus to be used in the RSA network encryption. 50 50 */ 51 - public static final BigInteger RSA_MODULUS = new BigInteger("141676157752195554735559211145264378937976297633767586286947546254112706939523147177486275692443604121432268321940975736544648897121324600822274740814139678532354218331462623318311718669229065754584663117654839398911927015058106642488139604266125209131471909966472090271413833528051210941238152814528481571969"); 51 + public static final BigInteger RSA_MODULUS = new BigInteger("119568088839203297999728368933573315070738693395974011872885408638642676871679245723887367232256427712869170521351089799352546294030059890127723509653145359924771433131004387212857375068629466435244653901851504845054452735390701003613803443469723435116497545687393297329052988014281948392136928774011011998343"); 52 52 53 53 }