Add python file builder

This commit is contained in:
a2x
2023-10-17 12:06:23 +10:00
parent c55bdf15a2
commit 0a86db6b40
86 changed files with 17670 additions and 436 deletions

View File

@@ -1,9 +1,9 @@
/*
* https://github.com/a2x/cs2-dumper
* 2023-10-15 12:13:33.672128500 UTC
* 2023-10-17 02:04:52.170660100 UTC
*/
public static class client_dll {
public static class ClientDll {
public const nint dwEntityList = 0x178FC88;
public const nint dwForceAttack = 0x1696DF0;
public const nint dwForceAttack2 = 0x1696E80;
@@ -25,7 +25,7 @@ public static class client_dll {
public const nint dwViewRender = 0x187E4A8;
}
public static class engine2_dll {
public static class Engine2Dll {
public const nint dwBuildNumber = 0x487514;
public const nint dwNetworkGameClient = 0x486AB0;
public const nint dwNetworkGameClient_getLocalPlayer = 0xF0;