Guard

SPGG Bot Docs

Give me your ID if you want to cross this world!

#FC24 GUI Reference

File: fc24-gui.py · Game: EA SPORTS FC 24

#Overview

The FC24 GUI is the original launcher, sharing a similar structure with FC25 GUI but targeting FC24.exe.

#Key Differences from FC25 GUI

Feature FC24 FC25
Process name FC24.exe FC25.exe
Start script start.bat fc25-start.bat
Address file C:\addresses.txt C:\FIFA25_MEMORY\addresses.txt
Memory class FC24Memory FC25Memory
Namespace /helper /fc25/helper
PID file fc24_processes.json fc25_processes.json

#Functions

#check_memory_and_start() ACTIVE

Same flow as FC25 version but uses FC24Memory and different address path.

#run_script(trigger_source) ACTIVE

Launches start.bat (bot) and focus.bat (window focus helper).

#stop_script(trigger_source) ACTIVE

Stops all FC24 processes via PID tracking and taskkill.

#_initialize_websocket_listener() ACTIVE

Same WebSocket handlers as FC25 version.