PDA

View Full Version : ams script file.



goukilord10
11-07-2007, 02:43 AM
is the cdd file encrypted ? if so it more or less secure that running some of the code on an external *.lua encrypted file ?

bule
11-07-2007, 03:54 AM
CDD file is an encrypted archive, which offers a quite good protection. But it's less safe than compiled Lua code, since there is always a way to break into the encrypted archive. Compiled code is just that, compiled code, which you can not decompile into original form; you can only try to reverse-engineer it, which is a tedious work and often yields not real benefits.