We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04aded0 commit 1183ceeCopy full SHA for 1183cee
examples/Get_View_Matrix.cpp
@@ -0,0 +1,6 @@
1
+// ViewMatrix_t is float array 4x4 => 16 item, 64 byte
2
+ViewMatrix_t GetViewMatrix(){
3
+ ViewMatrix_t ViewMatrix;
4
+ ReadBytes((LPCVOID*)(g_pCsgo->client_dll_base + g_pOffsets->dwViewMatrix), 64, &ViewMatrix);
5
+ return ViewMatrix;
6
+}
0 commit comments