Modules/CMR Protected: Difference between revisions
Jump to navigation
Jump to search
(adjusting texts) |
(Adding site where to encrypt) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Module_Info| | {{Module_Info| | ||
name = CMR Protected | | name = CMR Protected | | ||
version = 1. | version = 1.20 | | ||
author = [[User:Camargo|Camargo]] | | author = [[User:Camargo|Camargo]] | | ||
module_website = [https://protected.cmr.dev.br CMR Protected] | | module_website = [https://protected.cmr.dev.br CMR Protected] | | ||
download_link = [https://protected.cmr.dev.br/download#linux Linux]<br /> [https://protected.cmr.dev.br/download#windows Windows] | | download_link = [https://protected.cmr.dev.br/download#linux Linux]<br /> [https://protected.cmr.dev.br/download#windows Windows] | | ||
license = | license = [https://storage.cmr.dev.br/license.pdf Use license] | | ||
written_in = C++ | | written_in = C++ | | ||
operating_system = Cross-platform | | operating_system = Cross-platform | | ||
Line 14: | Line 14: | ||
__TOC__ | __TOC__ | ||
==Encrypt File== | |||
Encrypt server file on [https://secure.cmr.dev.br/ https://secure.cmr.dev.br] | |||
==Installation== | ==Installation== | ||
Line 42: | Line 46: | ||
Now all you have to do is start your server. | Now all you have to do is start your server. | ||
<!-- | |||
==Instalação (PT-BR)== | ==Instalação (PT-BR)== | ||
===Windows=== | ===Windows=== | ||
Line 69: | Line 73: | ||
Agora tudo que você precisa fazer é iniciar seu servidor. | Agora tudo que você precisa fazer é iniciar seu servidor. | ||
Instead of providing translation here, create a new portugese equivalent page for your module | |||
--> |
Latest revision as of 18:32, 20 May 2024
Module info | |
Name | CMR Protected |
Version | 1.20 |
Author | Camargo |
Module website | CMR Protected |
Download link | Linux Windows |
License | Use license |
Written in | C++ |
Operating system | Cross-platform |
Compatible with | 1.x |
The CMR Protected is an alternative module designed to obfuscate and encrypt your code, preventing luac decompilers from accessing your final code.
Encrypt File
Encrypt server file on https://secure.cmr.dev.br
Installation
Windows
64 bit:
- Extract the file on x64 servers: Typically located at %PROGRAMFILES%\MTA San Andreas\server\x64\modules\. If the folder doesn't exist, create it.
86 bit(32 bit):
- 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.
Module configuration:
- Then, add the following line in mtaserver.conf:
<module src="cmr_protected.dll" />
Now all you have to do is start your server.
Linux
86 bit (32 bit):
- Extract the file on x86 servers: Typically located at mods/deathmatch/modules/. If the folder doesn't exist, create it.
64 bit:
- Extract the file on x64 servers: Typically located at x64/modules/. If the folder doesn't exist, create it.
Module configuration:
- Then, add the following line in mtaserver.conf:
<module src="cmr_protected.so" />
Now all you have to do is start your server.