iPrestege Posted March 14, 2013 Share Posted March 14, 2013 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! Link to comment
Anderl Posted March 14, 2013 Share Posted March 14, 2013 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. Link to comment
Renkon Posted March 14, 2013 Share Posted March 14, 2013 Actually, there is a way only real hackers can work out to steal your code. Using loadstring from serverside. Link to comment
iPrestege Posted March 14, 2013 Author Share Posted March 14, 2013 I mean using cmd in Windows using the luadec is there a way to protect my script anti decompile from luadec? Link to comment
Anderl Posted March 14, 2013 Share Posted March 14, 2013 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. Link to comment
iPrestege Posted March 14, 2013 Author Share Posted March 14, 2013 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 Link to comment
Anderl Posted March 14, 2013 Share Posted March 14, 2013 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. Link to comment
iPrestege Posted March 14, 2013 Author Share Posted March 14, 2013 But some people have some functions to prevent decoding as FFsSniper? Link to comment
Anderl Posted March 14, 2013 Share Posted March 14, 2013 There are no "functions" to prevent decompiling. Link to comment
iPrestege Posted March 14, 2013 Author Share Posted March 14, 2013 Wow but what about this what's mean? : local ctp = { } ctp[#ctp] = {{"function","while"},{{"function","while"},{"function","while"}},{},{},{}} Link to comment
Anderl Posted March 14, 2013 Share Posted March 14, 2013 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. Link to comment
iPrestege Posted March 14, 2013 Author Share Posted March 14, 2013 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 . 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