Added new patterns

This commit is contained in:
a2x
2023-10-09 15:46:03 +10:00
parent 86b6462e56
commit 96a378be0b
8 changed files with 92 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
// Created using https://github.com/a2x/cs2-dumper
// 2023-10-07 01:42:59.790798200 UTC
// 2023-10-09 05:41:44.460863500 UTC
public static class client_dll {
public const nint dwEntityList = 0x17888D8;
@@ -10,6 +10,7 @@ public static class client_dll {
public const nint dwForceLeft = 0x168FF50;
public const nint dwForceRight = 0x168FFE0;
public const nint dwGlobalVars = 0x168BCE8;
public const nint dwGlowManager = 0x17E3C00;
public const nint dwInterfaceLinkList = 0x196EC98;
public const nint dwLocalPlayerController = 0x17D7158;
public const nint dwLocalPlayerPawn = 0x1875C48;
@@ -22,6 +23,7 @@ public static class client_dll {
public static class engine2_dll {
public const nint dwBuildNumber = 0x486514;
public const nint dwNetworkGameClient = 0x485AB0;
public const nint dwNetworkGameClient_getLocalPlayer = 0xF0;
public const nint dwNetworkGameClient_maxClients = 0x250;
public const nint dwNetworkGameClient_signOnState = 0x240;
public const nint dwWindowHeight = 0x5376AC;