Blockland Forums > Modification Help
Encryption
Echidna:
Hi, everyone. Is there a way for me to encrypt/compile my .cs files in my add-on? I've heard that it's possible to compile them into DSO files, but I can't find how to do that. I want to encrypt my files because my add-on is currently in beta. I want to distribute it to a few players to test out, but I want to add an unremoveable piece of the code that lets the add-on only run on that player's server.
Thanks
Kalphiter:
No, compiling your scripts is unneeded and hated for two reasons:
1. Let others learn from your code
2. You can easily hide exploits
Echidna:
--- Quote from: Kalphiter on August 18, 2010, 11:26:16 AM ---No, compiling your scripts is unneeded and hated for two reasons:
1. Let others learn from your code
2. You can easily hide exploits
--- End quote ---
I agree that final scripts should not be compiled. I just want to compile the beta so that it doesn't get sent around.
Kalphiter:
--- Quote from: Echidna on August 18, 2010, 11:29:05 AM ---I agree that final scripts should not be compiled. I just want to compile the beta so that it doesn't get sent around.
--- End quote ---
No, you will still not be able to compile. Stop asking.
Tyler66:
Have you ever tried a File Converter?