Fivem Anti-Dump

5.00 EUR

Fivem Anti-Dump

Description

Secure your server against dumps with SG Anti-Dump.

What makes us stand out?

  1. Anti-Hook Protection: Your code is shielded from hooking functions. Even advanced cheaters won't be able to hook into your script to print or extract the source code.
  2. Memory Obfuscation: We heavily scramble the data in the game's memory, making it nearly impossible for anyone to dump the code directly from there.
  3. Encoded Loading: Your code is fully encoded, ensuring a much safer script-loading process.

How to configure Anti-Dump? Follow the steps in the video: Full Configuration

  1. Remove all entries related to the file you want to protect from the fxmanifest.lua (specifically from client_scripts and files).
  2. Replace them with the following snippet:
antidump_script {
    'client/core.lua'
}
client_script '@antidump/sg_shared.lua'

Important: If you rename our resource, make sure to update the path in your manifest (e.g., change @antidump/ to @your_new_name/). Once configured correctly, the server console will display a list of all protected scripts and the total number of secured files.

Questions? Join our Discord and open a ticket: discord.gg/truemods

Does not work with scripts protected by FXAP