Skip to content

A tool originally written in Python, capable of searching through FiveM dump folders to find useful informations.

License

Notifications You must be signed in to change notification settings

N0tMaggi/femdumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FemDumper

FemDumper is a Python tool for analysing FiveM server dumps. It comes with a graphical user interface written with PyQt6.

🚀 Installation

  1. Ensure Python 3.10 or newer is installed.
  2. Install the required packages (exact versions are pinned in requirements.txt):
pip install -r requirements.txt

📦 Usage

Launch the GUI with:

python GUI/femdumpergui.py

The application stores its output under a folder named FemDumper on your desktop.

✨ Features

  • Trigger Scanner – finds TriggerServerEvent and TriggerEvent calls.
  • 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.

About

A tool originally written in Python, capable of searching through FiveM dump folders to find useful informations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages