Tip
Please leave me a star :3 ⭐
- Light / Dark / Nothing / Pinky themes
- Save and load presets
- Change Materials timers
- Disable slots with one click
- Settings saved between runs
- Download latest
MacroFox.exefrom releases page - Run
MacroFox.exe
Warning
Please report any bug you find by opening an issue
You can build it yourself, it's open source:
pip install flet keyboard flet-timer
flet (core framework)
keyboard (for hotkey automation)
flet-timer (for UI updates)
pyinstaller --noconfirm --onefile --windowed --icon "C:\Users\YOUR_ICON_PATH" --name "MacroFox" --clean --add-data "C:\Users\YOUR_MATERIALS_PATH" --add-data "C:\Users\YOUR_BUILD_PATH." --hidden-import "flet, flet.core, flet.runtime, flet_timer" "C:\Users\YOUR_EXPORT_PATH"I used
auto-py-to-exethis time. You also can usepyinstalleror any other builder
may take a while to load gif



