mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-01-16 22:30:33 +01:00
6 lines
197 B
Lua
6 lines
197 B
Lua
local addr, typ = GetCGObjectAddr(readQword(0xC79D10)) -- local player GUID from game connection class
|
|
if addr then
|
|
if typ == "player" then
|
|
loadStructToTable(CGPlayer, addr)
|
|
end
|
|
end |