README
@cncta/deobsfucate Deobfuscates the ClientLib
Deobfuscates client lib, replacing .KJFNMJ() with .get_Id()
Usage
node deob.js <path-to-clientlib.js>
ClientLib.js needs to be formatted
npm i -g js-beautify
js-beautify clientlib.js > clientlib.formatted.js