mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
📦 Game Update 13963 (2)
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
/*
|
||||
* https://github.com/a2x/cs2-dumper
|
||||
* 2023-10-18 10:31:55.050527700 UTC
|
||||
* 2023-10-20 05:22:30.276442300 UTC
|
||||
*/
|
||||
|
||||
public static class ClientDll {
|
||||
public static class ClientDll { // client.dll
|
||||
public const nint dwBaseEntityModel_setModel = 0x57C750;
|
||||
public const nint dwEntityList = 0x1793DC8;
|
||||
public const nint dwForceAttack = 0x169AE50;
|
||||
public const nint dwForceAttack2 = 0x169AEE0;
|
||||
@@ -13,6 +14,8 @@ public static class ClientDll {
|
||||
public const nint dwForceJump = 0x169B360;
|
||||
public const nint dwForceLeft = 0x169B1B0;
|
||||
public const nint dwForceRight = 0x169B240;
|
||||
public const nint dwGameEntitySystem_getBaseEntity = 0x5FFD50;
|
||||
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x5F1A40;
|
||||
public const nint dwGameRules = 0x17EFAD8;
|
||||
public const nint dwGlobalVars = 0x1696F40;
|
||||
public const nint dwGlowManager = 0x17EF258;
|
||||
@@ -23,12 +26,9 @@ public static class ClientDll {
|
||||
public const nint dwViewAngles = 0x18E0DA0;
|
||||
public const nint dwViewMatrix = 0x1881D70;
|
||||
public const nint dwViewRender = 0x1882768;
|
||||
public const nint dwGameEntitySystem_getBaseEntity = 0x5FFD50;
|
||||
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x5F1A40;
|
||||
public const nint dwBaseEntityModel_setModel = 0x57C750;
|
||||
}
|
||||
|
||||
public static class Engine2Dll {
|
||||
public static class Engine2Dll { // engine2.dll
|
||||
public const nint dwBuildNumber = 0x487514;
|
||||
public const nint dwNetworkGameClient = 0x486AB0;
|
||||
public const nint dwNetworkGameClient_getLocalPlayer = 0xF0;
|
||||
|
||||
Reference in New Issue
Block a user