mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
Added new patterns
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user