CODDEC GUIDE by infevlol hello everyone! infev here, with a short (for now) tutorial about how to use the cod decompiler - coddec. starting, first you gotta download java 6 (maybe works on java 8 and further but i didn't test it) done? if yes, then download coddec and unzip it that's done too? then let's get to the interesting part. you got your cod file? copy it into the folder where you extracted coddec. now, try to open it as an archive in 7zip (or whatever archive extractor you use). don't put it in one, try to open it as one. if you need to, change the extension to zip (make sure to change it back to cod later!) it shows an error that the file is not an archive/only one file shows up inside of it, skip this part. it successfully opens and shows multiple files, do this - extract all the files from it. open cmd, terminal, powershell, whatever you're gonna use. let's say you have one cod in the folder with the "doit.bat" file. run this - "doit.bat *.cod" you can do this even if you have multiple cods in the folder, just make sure they're next to the doit.bat folder. now let's say you extracted coddec to "C:/CODDEC" and your cods to "C:/CODS". run "doit.bat C:/CODS/*.cod" you want to do a specific file? no problem. let's say your cod is called "CALC.COD" and saved in "C:/CODS". run "doit.bat C:/CODS/CALC.COD". then, whichever command you use, your files will be in the decompiled folder in the folder where you extracted coddec, and then in the folder that's named the same as your cod. and boom. decompiled back to java.