Everything you need to use SourceHub offsets, API, and sources.
Get a monthly plan ($70/mo) for full access to all game offsets, API, and sources.
View PricingEach game has its own page with live offsets, status, and download options.
View GamesAuto-generated C++ header files with constexpr offsets organized by namespace.
#ifndef FIVE_M_H
#define FIVE_M_H
// FiveM / GTA5 vEnhanced — SourceHub Auto-Generated
namespace globals {
constexpr uint64_t PedFactory = 0x206F670;
constexpr uint64_t ViewPort = 0x2070610;
constexpr uint64_t SwapChain = 0x1DB3380;
}
namespace ped {
constexpr uint64_t Health = 0x1518;
constexpr uint64_t MaxHealth = 0x151C;
constexpr uint64_t PlayerInfo = 0x10A8;
}
#endif // FIVE_M_HFetch: GET /api/offsets/five-m?format=cpp
Python dict format for use in dumper scripts and analysis tools.
# FiveM / GTA5 vEnhanced — SourceHub Auto-Generated
five_m = {
"globals": {
"PedFactory": 0x206F670,
"ViewPort": 0x2070610,
},
"ped": {
"Health": 0x1518,
"MaxHealth": 0x151C,
},
}Fetch: GET /api/offsets/five-m?format=python
Freshness labels: fresh (<6h), recent (<24h), stale (<72h), outdated (>72h)
Public offset data is accessible without authentication. API rate limits apply.
Subscribers get higher rate limits and access to full C++ sources, Python dumpers, and AI analysis features.
SourceHub runs automated cron jobs every 6 hours to: