Modules/CMR Protected

From Multi Theft Auto: Wiki
Revision as of 20:06, 12 May 2024 by Camargo (talk | contribs) (Adding a new page for a new module that protects scripts)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{{Module_Info|

 name           = CMR Protected |
 version        = 1.00 |
 author         = Camargo |
 module_website = [1] |
 download_link  = [Here |
 license        = Unlicensed |
 written_in     = C++ |
 operating_system = Cross-platform |
 compatible_with = 1.0.4 |

}}

The CMR Protected is an alternative module designed to obfuscate and encrypt your code, preventing luac decompilers from accessing your final code.

Installation

Windows

  1. Extract the file on x64 servers: Typically located at %PROGRAMFILES%\MTA San Andreas\server\x64\modules\. If the folder doesn't exist, create it.
  2. or
  3. Extract the file on x86 servers: Typically located at %PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\modules\. If the folder doesn't exist, create it.
  4. Then, add the following line in mtaserver.conf:
  <module src="cmr_protected.dll" />

Now all you have to do is start your server.

Linux

  1. Extract the file on x64 servers: Typically located at mods/deathmatch/modules/. If the folder doesn't exist, create it.
  2. or
  3. Extract the file on x86 servers: Typically located at x64/modules/. If the folder doesn't exist, create it.
  4. Then, add the following line in mtaserver.conf:
  <module src="cmr_protected.so" />

Now all you have to do is start your server.