Anti-dump protection system for FiveM — Secures client-side Lua scripts against dumping and reverse engineering.
- What is this repository for?
There are bad actors who attempt server dumps. 🤬 They often steal the code we worked hard to create and apply it to their own servers. The client-side is often so crucial that there's even a saying: “If you have the client-side, you can build the server-side quickly.” I created this repo to prevent that. 😎
- Does this prevent all dumps?
No, unfortunately, we can only block client-side Lua files. 🥲 Thankfully, thanks to CitizenFX creating Asset Escrow, this repo isn't necessary anymore. However, since uploading my assets to the Cfx.re Portal every time is a hassle, you can use this if you want a simple way to prevent dumping.
I have provided an example via [example-resource]. If you are curious about how to use it, please refer to this.