Scripting Moderators ds1-e Posted January 27, 2019 Scripting Moderators Share Posted January 27, 2019 Hey. Some questions about securing scripts. So as far i know there is no guarantee that my script will be 100 % safe. I can compile both, side or client side scripts. Someone also said that compiling scripts make that scripts works better, as MTA doesn't need to convert plaintext to lua bytecode. So here are my questions: 1. What does really obfuscate 1/2 option does, it's worth to use it when compiling? 2. Compiling scripts make them load faster or work more efficient? 3. After compiling script to luac, there's nothing wrong if i change extension of file to lua? Kind of funny question, but i want to know. Link to comment
Captain Cody Posted January 27, 2019 Share Posted January 27, 2019 #1 just more just higher levels of obfuscation #2 Yes #3 Yes 1 Link to comment
Scripting Moderators ds1-e Posted January 27, 2019 Author Scripting Moderators Share Posted January 27, 2019 8 minutes ago, CodyJ(L) said: #1 just more just higher levels of obfuscation #2 Yes #3 Yes Thanks. But about 1st question, what obfuscate option really does? Link to comment
Discord Moderators Pirulax Posted January 28, 2019 Discord Moderators Share Posted January 28, 2019 Well, the first option just converts it to Lua bytecode, the second does the same AND uses a block cipher on it(like TEA). 1 Link to comment
Discord Moderators Pirulax Posted January 28, 2019 Discord Moderators Share Posted January 28, 2019 Uses a block cipher on it to make it more "secure", but, it really doesn't help that much because of they way it's done.... 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