Jump to content

Decompile Lua Files


iPrestege

Recommended Posts

Posted

Hello, all

I have a question or a simple request is there function prevent deompile lua files?

If there is you can put it here? Or tell me how to create one like it? to prevent decompile lua files ?

Thank you!

  

Posted

There is no way to protect your file from being decompiled, you can do whatever you want, there will always be a way to decompile your code.

"[...] If you don’t love it, if you’re not having fun doing it, you don’t really love it, you’re going to give up." - Steve Jobs, 2007

Posted
Actually, there is a way only real hackers can work out to steal your code.

Using loadstring from serverside.

MTA already has a 'cache' subnode for the 'meta.xml' file so files aren't downloaded to the client's computer.

I mean using cmd in Windows using the luadec -_- is there a way to protect my script anti decompile from luadec?
There is no way to protect your file from being decompiled, you can do whatever you want, there will always be a way to decompile your code.

"[...] If you don’t love it, if you’re not having fun doing it, you don’t really love it, you’re going to give up." - Steve Jobs, 2007

Posted
Actually, there is a way only real hackers can work out to steal your code.

Using loadstring from serverside.

MTA already has a 'cache' subnode for the 'meta.xml' file so files aren't downloaded to the client's computer.

No i didn't mean that i mean if i upload a resource in the community some people can decompile it use luadec -_-

  

Posted
Actually, there is a way only real hackers can work out to steal your code.

Using loadstring from serverside.

MTA already has a 'cache' subnode for the 'meta.xml' file so files aren't downloaded to the client's computer.

No i didn't mean that i mean if i upload a resource in the community some people can decompile it use luadec -_-

I was answering Renkon, not telling you to use that.

I already gave you the answer to your first question.

"[...] If you don’t love it, if you’re not having fun doing it, you don’t really love it, you’re going to give up." - Steve Jobs, 2007

Posted

There are no "functions" to prevent decompiling.

"[...] If you don’t love it, if you’re not having fun doing it, you don’t really love it, you’re going to give up." - Steve Jobs, 2007

Posted

viewtopic.php?f=108&t=55219&p=533886&hilit=+Still%2C+most+#p533820

I heard something that if you wrote some code at the top of the Lua file (not sure what it was), the Lua decompiler would not be able to decompile it, I'm not sure if that's true.
The fact that it crashes one mainstream decompiler doesn't mean that it's a godly solution, not even the slightest.

"[...] If you don’t love it, if you’re not having fun doing it, you don’t really love it, you’re going to give up." - Steve Jobs, 2007

Posted
Not only the ideas, but also the notification bar's design on the bottom is copied.

By the way, why you guys compile codes? They can be decompiled easily (it's useless to compile them if you don't make them not "un-decompilable").

There's no such thing as "un-decompilable" lua code.

Wow -_-

Thank's Anderl For Trying To Help Me .

  

Posted

You're welcome.

"[...] If you don’t love it, if you’re not having fun doing it, you don’t really love it, you’re going to give up." - Steve Jobs, 2007

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...