a2x / cs2-dumper

Counter-Strike: 2 Offset Dumper
MIT License
818 stars 94 forks source link

Question, player coordinates #148

Closed OmorOrNot closed 3 months ago

OmorOrNot commented 3 months ago

What offset name is for player x y and z?

Sorry if im writing in the wrong place

M3351AN commented 3 months ago

Do you mean cartesian coordinates relative to the map?

OmorOrNot commented 3 months ago

I mean where the player is located

OmorOrNot commented 3 months ago

for ESP and stuff

a2x commented 3 months ago

You can use m_vecAbsOrigin from within CGameSceneNode.

https://github.com/a2x/cs2-dumper/blob/80724bf9714c769bfb6598023f5fc119eb8d63ba/output/client.dll.hpp#L6316C42-L6316C56