Modules/CMR Protected: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Adding a new page for a new module that protects scripts)
 
(adjusting texts)
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
   version        = 1.00 |
   version        = 1.00 |
   author        = [[User:Camargo|Camargo]] |
   author        = [[User:Camargo|Camargo]] |
   module_website = [https://protected.cmr.dev.br] |
   module_website = [https://protected.cmr.dev.br CMR Protected] |
   download_link  = [[https://protected.cmr.dev.br/download Here] |
   download_link  = [https://protected.cmr.dev.br/download#linux Linux]<br /> [https://protected.cmr.dev.br/download#windows Windows] |
   license        = ''Unlicensed'' |
   license        = ''Unlicensed'' |
   written_in    = C++ |
   written_in    = C++ |
   operating_system = Cross-platform |
   operating_system = Cross-platform |
   compatible_with = 1.0.4 |
   compatible_with = 1.x |
}}
}}


Line 17: Line 17:
==Installation==
==Installation==
===Windows===
===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.
# Extract the file on x64 servers: Typically located at ''%PROGRAMFILES%\MTA San Andreas\server\x64\modules\''. If the folder doesn't exist, create it.
# or
'''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.
# 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:
# Then, add the following line in mtaserver.conf:
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
Line 29: Line 30:


===Linux===
===Linux===
 
'''86 bit (32 bit):'''
# Extract the file on x64 servers: Typically located at ''mods/deathmatch/modules/''. If the folder doesn't exist, create it.
# Extract the file on x86 servers: Typically located at ''mods/deathmatch/modules/''. If the folder doesn't exist, create it.
# or
'''64 bit:'''
# Extract the file on x86 servers: Typically located at ''x64/modules/''. If the folder doesn't exist, create it.
# 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:
# Then, add the following line in mtaserver.conf:
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
Line 39: Line 41:


Now all you have to do is start your server.
Now all you have to do is start your server.
==Instalação (PT-BR)==
===Windows===
'''64 bit:'''
# Extraia o arquivo em servidores x64: Normalmente localizado em ''%PROGRAMFILES%\MTA San Andreas\server\x64\modules\''. Se a pasta não existir, crie-a.
'''86 bit(32 bit):'''
# Extraia o arquivo em servidores x86: Normalmente localizado em ''%PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\modules\''. Se a pasta não existir, crie-a..
'''Configuração do módulo:'''
# Em seguida, adicione a seguinte linha em mtaserver.conf:
<syntaxhighlight lang="xml">
  <module src="cmr_protected.dll" />
</syntaxhighlight>
Agora tudo que você precisa fazer é iniciar seu servidor.
===Linux===
'''86 bit (32 bit):'''
# Extraia o arquivo em servidores x86: Normalmente localizado em ''mods/deathmatch/modules/''. Se a pasta não existir, crie-a.
'''64 bit:'''
# Extraia o arquivo em servidores x64: Normalmente localizado em ''x64/modules/''. Se a pasta não existir, crie-a.
'''Configuração do módulo:'''
# Em seguida, adicione a seguinte linha em mtaserver.conf:
<syntaxhighlight lang="xml">
  <module src="cmr_protected.so" />
</syntaxhighlight>
Agora tudo que você precisa fazer é iniciar seu servidor.

Revision as of 20:23, 12 May 2024

Module info
Name CMR Protected
Version 1.00
Author Camargo
Module website CMR Protected
Download link Linux
Windows
License Unlicensed
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.

Installation

Windows

64 bit:

  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.

86 bit(32 bit):

  1. 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:

  1. 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):

  1. Extract the file on x86 servers: Typically located at mods/deathmatch/modules/. If the folder doesn't exist, create it.

64 bit:

  1. Extract the file on x64 servers: Typically located at x64/modules/. If the folder doesn't exist, create it.

Module configuration:

  1. Then, add the following line in mtaserver.conf:
  <module src="cmr_protected.so" />

Now all you have to do is start your server.


Instalação (PT-BR)

Windows

64 bit:

  1. Extraia o arquivo em servidores x64: Normalmente localizado em %PROGRAMFILES%\MTA San Andreas\server\x64\modules\. Se a pasta não existir, crie-a.

86 bit(32 bit):

  1. Extraia o arquivo em servidores x86: Normalmente localizado em %PROGRAMFILES%\MTA San Andreas\server\mods\deathmatch\modules\. Se a pasta não existir, crie-a..

Configuração do módulo:

  1. Em seguida, adicione a seguinte linha em mtaserver.conf:
  <module src="cmr_protected.dll" />

Agora tudo que você precisa fazer é iniciar seu servidor.

Linux

86 bit (32 bit):

  1. Extraia o arquivo em servidores x86: Normalmente localizado em mods/deathmatch/modules/. Se a pasta não existir, crie-a.

64 bit:

  1. Extraia o arquivo em servidores x64: Normalmente localizado em x64/modules/. Se a pasta não existir, crie-a.

Configuração do módulo:

  1. Em seguida, adicione a seguinte linha em mtaserver.conf:
  <module src="cmr_protected.so" />

Agora tudo que você precisa fazer é iniciar seu servidor.