Skip to content
View Francois284Modz's full-sized avatar

Block or report Francois284Modz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
francois284modz/README.md

๐Ÿ‘‹ Hi there, I'm Francois284Modz!

Profile Views

I'm a ๐Ÿ‡ซ๐Ÿ‡ทFrench developer focused on creating clean, modular, and developer-friendly tools โ€” from lightweight PHP wrappers to C# WinForms utilities and low-level Android/Unity (IL2CPP) integrations.
I specialize in building reusable components, reverse engineering tools, and frameworks that help developers move faster with less boilerplate.


๐Ÿ› ๏ธ Tech Stack & Tools

Languages & Frameworks
PHP C++ C# JavaScript Tailwind CSS SweetAlert2

Tools
VSCode Frida Git Medoo ImGui


๐Ÿ“‚ Featured Projects

๐Ÿ”น PHP Wrappers & Web Tools
  • ๐Ÿ“ฆ AjaxWrapper
    Modular router system for clean AJAX endpoints with built-in structure and response management.

  • ๐ŸŒ LangWrapper
    Lightweight multilingual system with a JSON-based editor and Tailwind UI.

  • โš™๏ธ JsonConfigWrapper
    Simple configuration manager using JSON, designed for lightweight PHP projects.

  • ๐Ÿ—ƒ๏ธ FileBrowserWrapper
    Visual file browser for Tailwind & Bootstrap with SweetAlert integration and customizable controls.

  • ๐Ÿง  [FormValidatorWrapper] (WIP)
    Form validation system for AJAX or PHP-native flows with flexible rule sets and error rendering.

  • ๐Ÿ“‚ FileUploader
    Drag-and-drop file upload system with real-time progress and file validation.

  • ๐Ÿ›ก๏ธ [SessionManager] (Private)
    Class-based PHP session handling wrapper with encryption-ready structure and lazy loading.

  • ๐Ÿ“ค DatabaseExporter
    Export selected MySQL tables to .sql or .csv with a minimal config-based interface.

  • ๐Ÿ˜ Logger
    Fast and simple logging class with daily rotation and tag-based log levels.

๐Ÿ’ป C# Tools & Applications
  • โš™๏ธ [AutoUpdater] (WIP)
    Smart update checker for WinForms apps โ€“ supports ZIP/RAR/EXE downloading, rollback, and hash validation.

  • ๐Ÿ”ง AppLauncherBuilder (Local)
    Lightweight WinForms app to generate config-based application launchers.

  • ๐Ÿงฐ APKToolkit (WIP)
    Automation suite in C# for APK decompilation, signing, re-compiling and debugging.

  • ๐Ÿ”’ LicenseChecker (Internal)
    Licensing/authentication module for Windows apps with remote key validation and local fallback.

๐ŸŽฎ Game / Android / Unity Projects
  • ๐Ÿง  IL2CPP Dump Tools (DumpParser)
    Offset extractor + auto-generator for C++ headers based on Unity IL2CPP dumps.

  • โŒจ๏ธ TouchScreenKeyboardManager
    Custom C++ class to hook TouchScreenKeyboard::Open in Unity Android apps and sync with ImGui input.

  • ๐Ÿงช ImGui Android Integration
    Full system to embed ImGui into native Android apps and Unity-based games via eglSwapBuffers hook.

  • ๐ŸŽฏ Unity Hook Framework (Frida + Kiero)
    Modular trainer system for Unity IL2CPP titles with pattern search, field editing, and memory patching.

  • ๐Ÿ›ก๏ธ Anti-Cheat Bypass Tools
    Custom patches to bypass ACT/Obscured/Injection detectors in protected Unity games.

๐Ÿš€ FluxCore Framework
  • ๐ŸŒ [FluxCore] (In Progress)
    A lightweight, plugin-based PHP framework built for speed and modularity. Includes:
    • Plugin loader
    • Admin dashboard
    • Medoo integration
    • Simple routing
    • Multilingual support (LangWrapper)

๐ŸŽฏ Goals for 2025

โœ… Completed

  • Created 8+ reusable PHP wrappers
  • Developed FileBrowserWrapper with SweetAlert and multiple CSS themes
  • Hooked Unity virtual keyboard and synced with ImGui InputText
  • Built IL2CPP offset parser + header generator (DumpParser)
  • Developed a C# update system (AutoUpdater)
  • Built ImGui Android input + touch event manager

๐Ÿ”„ In Progress

  • Publish SessionManager and AuthWrapper
  • Finalize FluxCore routing system and plugin dependency logic
  • Document all wrappers with examples and badges
  • Add rollback + integrity checks in AutoUpdater
  • Convert wrappers to Composer packages
  • Add web-based offset viewer with filters and categories
  • Build web UI for plugin manager using Tailwind + SweetAlert2

๐Ÿš€ Planned

  • Release FluxCore publicly as a modular micro-framework
  • Create FlashWrapper for classic PHP session-based alerts
  • Release DBWrapper with Medoo utilities for plugins
  • Implement GitHub Action auto-sync for dump offsets
  • Create Unity mod loader for Android (auto injector)
  • Write articles/tutorials on Unity modding and PHP automation

๐Ÿ“Š GitHub Stats


๐Ÿ’ฌ Favorite Quote

โ€œAny fool can write code that a computer can understand. Good programmers write code that humans can understand.โ€
โ€” Martin Fowler


Thanks for visiting! โญ Feel free to explore my repos or reach out for collab ideas.

Pinned Loading

  1. FileUploader FileUploader Public

    Handles single and multiple file uploads, performing basic checks and saving files to a specified directory.

    PHP 1

  2. Csharp-Utils Csharp-Utils Public

    C# 1

  3. DatabaseExporter DatabaseExporter Public

    `DatabaseExporter` is a PHP class designed to export the entire content of a specified MySQL database. It generates SQL dump files that can be used for backup or migration purposes. The class uses โ€ฆ

    PHP 2

  4. JsonConfigWrapper JsonConfigWrapper Public

    This simple PHP class, `JsonConfigWrapper`, allows you to easily manage a JSON configuration file by providing methods for reading, updating, adding, and deleting configuration settings.

    PHP 1

  5. Logger Logger Public

    A simple PHP class for logging messages with different log levels and managing log files.

    PHP 1

  6. PatcherGUI PatcherGUI Public

    PatcherGUI is a user friendly interface for the original patcher library for patching lib in gameguardian scripts

    C# 4