Frame rects are actually fairly simple once you know what's going on.
A framerect is stored as four DWORD-size variables, each representing a side of a rectangle - Left, Up, Right, Down. For entities, they're typically initialized as local variables in the beginning of the code, and then...