mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
Game update 13996
This commit is contained in:
@@ -1,30 +1,30 @@
|
||||
/*
|
||||
* Generated using https://github.com/a2x/cs2-dumper
|
||||
* Mon, 11 Mar 2024 20:06:27 +0000
|
||||
* Fri, 15 Mar 2024 16:10:00 +0000
|
||||
*/
|
||||
|
||||
public static class game_info { // Some additional information about the game at dump time
|
||||
public const nint buildNumber = 0x36AB; // Game build number
|
||||
public const nint buildNumber = 0x36AC; // Game build number
|
||||
}
|
||||
|
||||
public static class libclient_so { // libclient.so
|
||||
public const nint dwEntityList = 0x35A5808;
|
||||
public const nint dwForceAttack = 0x372FEB0;
|
||||
public const nint dwForceAttack2 = 0x372FE10;
|
||||
public const nint dwGameEntitySystem = 0x385B700;
|
||||
public const nint dwEntityList = 0x35A7848;
|
||||
public const nint dwForceAttack = 0x3731FD0;
|
||||
public const nint dwForceAttack2 = 0x3731F30;
|
||||
public const nint dwGameEntitySystem = 0x385D880;
|
||||
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1540;
|
||||
public const nint dwGameRules = 0x3731248;
|
||||
public const nint dwGlobalVars = 0x35669D0;
|
||||
public const nint dwGlowManager = 0x3735B50;
|
||||
public const nint dwInterfaceLinkList = 0x37CDF30;
|
||||
public const nint dwLocalPlayerController = 0x3716778;
|
||||
public const nint dwLocalPlayerPawn = 0x3736B38;
|
||||
public const nint dwPlantedC4 = 0x374B398;
|
||||
public const nint dwPrediction = 0x3736A00;
|
||||
public const nint dwGameRules = 0x3733368;
|
||||
public const nint dwGlobalVars = 0x35689D0;
|
||||
public const nint dwGlowManager = 0x3737C70;
|
||||
public const nint dwInterfaceLinkList = 0x37D00B0;
|
||||
public const nint dwLocalPlayerController = 0x3718898;
|
||||
public const nint dwLocalPlayerPawn = 0x3738C58;
|
||||
public const nint dwPlantedC4 = 0x374D4B8;
|
||||
public const nint dwPrediction = 0x3738B20;
|
||||
public const nint dwSensitivity_sensitivity = 0x40;
|
||||
public const nint dwViewAngles = 0x3743870;
|
||||
public const nint dwViewMatrix = 0x3737660;
|
||||
public const nint dwViewRender = 0x3737810;
|
||||
public const nint dwViewAngles = 0x37459A0;
|
||||
public const nint dwViewMatrix = 0x3739780;
|
||||
public const nint dwViewRender = 0x3739930;
|
||||
}
|
||||
|
||||
public static class libengine2_so { // libengine2.so
|
||||
|
||||
Reference in New Issue
Block a user