mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-07 19:40:02 +08:00
Add pattern for dwWeaponC4
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-04-08 07:10:44.298916800 UTC
|
||||
// 2024-04-10 01:18:49.435410600 UTC
|
||||
|
||||
namespace CS2Dumper.Offsets {
|
||||
// Module: client.dll
|
||||
@@ -20,6 +20,7 @@ namespace CS2Dumper.Offsets {
|
||||
public const nint dwViewAngles = 0x192F940;
|
||||
public const nint dwViewMatrix = 0x19231B0;
|
||||
public const nint dwViewRender = 0x19239B0;
|
||||
public const nint dwWeaponC4 = 0x18C5210;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
|
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-04-08 07:10:44.298916800 UTC
|
||||
// 2024-04-10 01:18:49.435410600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -25,6 +25,7 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x192F940;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x19231B0;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x19239B0;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x18C5210;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
|
@@ -15,7 +15,8 @@
|
||||
"dwSensitivity_sensitivity": 64,
|
||||
"dwViewAngles": 26409280,
|
||||
"dwViewMatrix": 26358192,
|
||||
"dwViewRender": 26360240
|
||||
"dwViewRender": 26360240,
|
||||
"dwWeaponC4": 25973264
|
||||
},
|
||||
"engine2.dll": {
|
||||
"dwBuildNumber": 5330276,
|
||||
|
@@ -1,7 +1,7 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-04-08 07:10:44.298916800 UTC
|
||||
// 2024-04-10 01:18:49.435410600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, unused)]
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
pub mod offsets {
|
||||
@@ -23,6 +23,7 @@ pub mod cs2_dumper {
|
||||
pub const dwViewAngles: usize = 0x192F940;
|
||||
pub const dwViewMatrix: usize = 0x19231B0;
|
||||
pub const dwViewRender: usize = 0x19239B0;
|
||||
pub const dwWeaponC4: usize = 0x18C5210;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
|
Reference in New Issue
Block a user