|
Anyone can share the new for :
Main.ePlayer.Yaw = GameMemory.ReadFloat(playerOffset + 0x240);//<-OLD ONE
and anyone can confirm that these are the new ?
player_X = GameMemory.ReadFloat(posOffset + 0x100);
player_Y = GameMemory.ReadFloat(posOffset + 0x104);
player_Z = GameMemory.ReadFloat(posOffset + 0x108);
|