^_^ LOL ^_^ Posted February 22, 2014 Share Posted February 22, 2014 How i can make compiled script, to dont steal another my scripts? Link to comment
^_^ LOL ^_^ Posted February 22, 2014 Author Share Posted February 22, 2014 i found my self. Topic can be closed! Link to comment
arezu Posted February 22, 2014 Share Posted February 22, 2014 Compiling does NOT prevent anyone from stealing your scripts in any way. It's very easy to decompile (even if you compile using mta's compiler). You should instead use mta's encryption option. Link to comment
pa3ck Posted February 22, 2014 Share Posted February 22, 2014 Compiling does NOT prevent anyone from stealing your scripts in any way. It's very easy to decompile (even if you compile using mta's compiler). You should instead use mta's encryption option. Whats the difference? I don't know much about them. Link to comment
arezu Posted February 23, 2014 Share Posted February 23, 2014 Compiling a lua script turns the code into instructions which can be read by the lua interpreter, and details about the interpreter exists online so what each instruction does is clear and that is why there are tools to decrypt from instructions to readable code. So compiling has nothing to do with being able to steal code or not. Encryption on the other hand is when you have text (code in this case) and you scramble the characters so that it is no longer readable, and the way the scrambling is done is by using a "password" and mta has not shared that password so the safest option to make sure nobody steals your code is to use mta encryption. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now