I decompiled an old runescape "hacktool" malware program just for fun and too see what it does, and it contained an encrypted file, enc.dat, and the key, key.dat, and what it does is it turns this enc.dat into a jar on a bunch of places on the computer.
I edited to code so that it will use the key to decrypt enc.dat and write the content to a text file, but its gibberish, probably binary code? Is there an easy way to translate this so its readable?
