Jump to content

How to make compiled.


^_^ LOL ^_^

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...