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.

Reverting config

+5 -5
+5 -5
src/tech/henning/client/Configuration.java
··· 22 22 /** 23 23 * Port for establishing a connection to the on demand service. 24 24 */ 25 - public static final int ONDEMAND_PORT = 43596; 25 + public static final int ONDEMAND_PORT = 43594; 26 26 27 27 /** 28 28 * Port for establishing a connection to the update server. ··· 38 38 /** 39 39 * Whether or not the update server should be used. 40 40 */ 41 - public static final boolean JAGGRAB_ENABLED = true; 41 + public static final boolean JAGGRAB_ENABLED = false; 42 42 43 43 /** 44 44 * Whether or not the network packets should be encrypted. ··· 53 53 /** 54 54 * Modulus to be used in the RSA network encryption. 55 55 */ 56 - public static final BigInteger RSA_MODULUS = new BigInteger("119568088839203297999728368933573315070738693395974011872885408638642676871679245723887367232256427712869170521351089799352546294030059890127723509653145359924771433131004387212857375068629466435244653901851504845054452735390701003613803443469723435116497545687393297329052988014281948392136928774011011998343"); 56 + public static final BigInteger RSA_MODULUS = new BigInteger("170266381807335046121774073514220583891686029487165562794998484549236036467227923571770256617931840775621072487838687650522710227973331693237285456731778528244126984080232314114323601116304887478969296070648644633713088027922830600712492972687351204275625149978223159432963210789506993409208545916714905193639"); 57 57 58 58 /** 59 59 * Use static username/password pair. ··· 64 64 * Static username and password 65 65 */ 66 66 67 - public static final String USERNAME = "qq"; 68 - public static final String PASSWORD = ""; 67 + public static final String USERNAME = "Promises"; 68 + public static final String PASSWORD = "Testing"; 69 69 70 70 /** 71 71 * Do you want to render roofs