Fivem Lua Cleaner

posted 11 hours ago 98 views 2 replies 16 users unlocked
The0c
0 Posts
7,144 Credits
N/A Since
#1 98 views 2 replies
Hello guys

I created a Fivem Lua Cleaner script, turns byte code into human readable code! It combines offline regex patterns with local AI via Ollama to automatically refactor your code.

- Install Python for compatibility
- install ollama so it can run the AI Models



Strips decompiler junk and renames meaningless variables.

Fixes broken loops, labels, and chained method calls.

Supports batch processing so you can clean entire ZIP files at once.

Allows custom AI prompts to handle specific frameworks like ESX or QBCore.

You just need to run the cleaner, connect it to your Ollama instance, and drop your LUA files or ZIPs in it and it will handles the rest.

ImageImage
replies (2)
Ghost_90
102 Posts
20,466 Credits
Aug 2025 Since
#1
not useable for big lua files only for small one
QueSeYo
45 Posts
21,745 Credits
Feb 2026 Since
#2
Excellent, it works! It handles some files a little poorly, but it's fine. In future updates, you could add support for larger files.

You must be logged in to reply

Login Register