FemDumper is a Python tool for analysing FiveM server dumps. It comes with a graphical user interface written with PyQt6.
- Ensure Python 3.10 or newer is installed.
- Install the required packages (exact versions are pinned in
requirements.txt):
pip install -r requirements.txtLaunch the GUI with:
python GUI/femdumpergui.pyThe application stores its output under a folder named FemDumper on your
desktop.
- Trigger Scanner – finds
TriggerServerEventandTriggerEventcalls. - Webhook Scanner – locates valid Discord webhooks.
- Anti‑Cheat Detection – scans for known anti‑cheat systems and keywords.
- Variable Scanner – identifies special variables.
- Item Viewer – displays item images found in the dump.
- Trigger Builder – generates sample code for FiveM triggers.