Bone Locations
I have been trying to do some research on bone esps and i'm not finding too much useful information. I'v written 2 different box esps for cs:go this week. Both pretty basic. trying to learn as much as i can.
So first of all, can someone explain how the bone esp works? From what i have read it's just drawing a line from one bone to the next. so i'm assuming there is a foot bone, and a knee bone, and to draw the leg i would just draw a line from foot to knee. (If i'm wrong someone please correct me!)
Second, how do i use the bone matrix? I see the m_dwBoneMatrix offset in the offset thread but how do i read the matrix? Which bone is which?
Thanks to anyone who takes the time to answer my nooby question.