Scripting Moderators ds1-e Posted July 3, 2019 Scripting Moderators Share Posted July 3, 2019 Hey. Is there any good way to secure scripts more? Excluding compiling with highest level of obfuscation, and cache="false" for client (which i am already using). I've saw that is possibility to send client scripts from server, with loadstring. It's is really worth to add this kind of 'security layer'? And if yes, then how it should exactly looks. Besides, i know, that even after all, it's still possible to steal my resources. Link to comment
keymetaphore Posted July 3, 2019 Share Posted July 3, 2019 Why would you do that? To execute code clientside, it does have to go to the client' computer, that's how networking works. Focus on serverside code and try to put everything there, leaving clientside only for clientside code. You can make it hard but you can never make it impossible. Link to comment
Scripting Moderators ds1-e Posted July 3, 2019 Author Scripting Moderators Share Posted July 3, 2019 2 minutes ago, keymetaphore said: Why would you do that? To execute code clientside, it does have to go to the client' computer, that's how networking works. Focus on serverside code and try to put everything there, leaving clientside only for clientside code. You can make it hard but you can never make it impossible. I know about that, but still i'd like to add more 'security layers'. What's possible on server-side, it's already there. Link to comment
Scripting Moderators ds1-e Posted July 6, 2019 Author Scripting Moderators Share Posted July 6, 2019 bump Link to comment
Gengar Posted July 6, 2019 Share Posted July 6, 2019 You can put line of code in every resource which does some damage to server if the resource isn't loaded by a specific serial. 1 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