Latest Game Update.

This commit is contained in:
nade
2026-04-03 15:41:01 +03:00
parent 97c24db105
commit 41ba3f41e0
88 changed files with 280 additions and 299 deletions

View File

@@ -1,27 +1,27 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2026-03-27 23:29:07.271766300 UTC
// 2026-04-03 12:31:25.327747800 UTC
pub const cs2_dumper = struct {
pub const offsets = struct {
// Module: client.dll
pub const client_dll = struct {
pub const dwCSGOInput: usize = 0x231B2E0;
pub const dwEntityList: usize = 0x24B0258;
pub const dwGameEntitySystem: usize = 0x24B0258;
pub const dwCSGOInput: usize = 0x231E330;
pub const dwEntityList: usize = 0x24B3268;
pub const dwGameEntitySystem: usize = 0x24B3268;
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x20A0;
pub const dwGameRules: usize = 0x230EED0;
pub const dwGlobalVars: usize = 0x205F540;
pub const dwGlowManager: usize = 0x230BCD8;
pub const dwLocalPlayerController: usize = 0x22F5028;
pub const dwLocalPlayerPawn: usize = 0x206A9E0;
pub const dwPlantedC4: usize = 0x2318A60;
pub const dwPrediction: usize = 0x206A8F0;
pub const dwSensitivity: usize = 0x230C7E8;
pub const dwGameRules: usize = 0x2311ED0;
pub const dwGlobalVars: usize = 0x2062540;
pub const dwGlowManager: usize = 0x230ECD8;
pub const dwLocalPlayerController: usize = 0x22F8028;
pub const dwLocalPlayerPawn: usize = 0x206D9E0;
pub const dwPlantedC4: usize = 0x231BAB0;
pub const dwPrediction: usize = 0x206D8F0;
pub const dwSensitivity: usize = 0x230F7E8;
pub const dwSensitivity_sensitivity: usize = 0x58;
pub const dwViewAngles: usize = 0x231B968;
pub const dwViewMatrix: usize = 0x2310F10;
pub const dwViewRender: usize = 0x2311328;
pub const dwWeaponC4: usize = 0x229A2B0;
pub const dwViewAngles: usize = 0x231E9B8;
pub const dwViewMatrix: usize = 0x2313F10;
pub const dwViewRender: usize = 0x2314328;
pub const dwWeaponC4: usize = 0x229D2B0;
};
// Module: engine2.dll
pub const engine2_dll = struct {