Nerox Posted August 2, 2013 Share Posted August 2, 2013 Hello guys, i've got an question. When someone registers on my Server, where can i delete his account, in which folder? Also, how to encrypt script so when someone joins my server and downloads the script, he cannot open it and use it for himself? Link to comment
Baseplate Posted August 2, 2013 Share Posted August 2, 2013 First question, check out internal.db with SQLite browser. 2nd question, compile your client files or use fileDelete. Link to comment
bandi94 Posted August 2, 2013 Share Posted August 2, 2013 filedelete it's not he best option bk every time need to re download the script's Encrypt it make it safe , until somebody with programing skill reverse it (geting backthe source code witch is not to hard). Best mode is encrypt + server side script. So he can only steal the client side but if there's a server side scrpt to that he can't steal. It can be used only he remake the server side , less propbably when he is stealing that he can re code it Link to comment
Baseplate Posted August 2, 2013 Share Posted August 2, 2013 viewtopic.php?f=148&t=36847 With the release of MTA 1.1, this method became possible (cheers to MTA developers for that ). There is a simple way of "preventing the scripts from downloading to the player's PC". Okay, don't hold me for that literaly. The scripts still get downloaded, but the user can't find them in his downloaded resources folder. How? Well, here's the "magic" behind it. Link to comment
bandi94 Posted August 2, 2013 Share Posted August 2, 2013 https://forum.multitheftauto.com/viewtopic.php?f=148&t=36847With the release of MTA 1.1, this method became possible (cheers to MTA developers for that ). There is a simple way of "preventing the scripts from downloading to the player's PC". Okay, don't hold me for that literaly. The scripts still get downloaded, but the user can't find them in his downloaded resources folder. How? Well, here's the "magic" behind it. fileDelet it's not the best option, in my opinion encrypt+server side check's are better. Why ? It's simpel , file delete is executed when the script is loaded in RAM, if i bug my PC (fps lock it , slow it very down, over charge the RAM) i can exit the server before fileDelet is executed. And there are many way's to delete protect file's / make a copy of them right after they are saved on the HDD. Ofc not everybody can make this , but it is possible. 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