GhostClient
FFlag's Editor for Roblox, Discord: https://discord.gg/KYYGbmZU99
Install / Use
/learn @GetGhostClient/GhostClientREADME
GhostClient
Open-source Roblox FFlag tool with dynamic offset support.
Offsets are fetched automatically from the API — no hardcoded values, always up to date.
Requirements
- Windows 10/11
- Visual Studio 2019+ with C++ Desktop Development workload
- CMake 3.20+
- Git (for cloning with submodules)
Build
git clone --recurse-submodules https://github.com/GetGhostClient/GhostClient.git
cd GhostClient
mkdir build
cd build
cmake .. -G "Visual Studio 17 2022" -A x64
cmake --build . --config Release
If you already cloned without --recurse-submodules, run:
git submodule update --init
The compiled ghostclient.exe will be in build/Release/.
Usage
- Launch Roblox first
- Run
ghostclient.exe(as Administrator for memory access) - Go to Process > Attach to Roblox (should auto attach)
- On first run, offsets are downloaded automatically in the background
- Use the FFlag Browser tab to search and read/write individual flags
- Use the Injector tab to paste a list of flags or load from file
- Use the Presets tab to save/load flag configurations
Dynamic Offsets
GhostClient fetches FFlag offsets at runtime from the API instead of shipping a hardcoded list.
- On first launch, offsets are fetched automatically in the background
- Once downloaded, they are cached locally at
%LOCALAPPDATA%\GhostClient\fflag_cache.hpp - The cache is loaded automatically on every subsequent launch
- Use Settings > Check Version to see if a newer version is available
- Use Settings > Update Offsets again any time Roblox updates
Offsets sourced from imtheo.lol/Offsets.
Injector Formats
Text format (one per line):
FlagName=value
AnotherFlag=true
SomeNumber=42
JSON format:
{
"FlagName": "value",
"AnotherFlag": true,
"SomeNumber": 42
}
Related Skills
node-connect
345.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
106.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
345.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
345.9kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
