mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-03 16:45:35 +08:00
Game update (14070)
This commit is contained in:
commit
efb6a787ef
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: animationsystem.dll
|
// Module: animationsystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,24 +1,24 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
namespace CS2Dumper {
|
namespace CS2Dumper {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
public static class Buttons {
|
public static class Buttons {
|
||||||
public const nint attack = 0x1882720;
|
public const nint attack = 0x1883710;
|
||||||
public const nint attack2 = 0x18827B0;
|
public const nint attack2 = 0x18837A0;
|
||||||
public const nint back = 0x18829F0;
|
public const nint back = 0x18839E0;
|
||||||
public const nint duck = 0x1882CC0;
|
public const nint duck = 0x1883CB0;
|
||||||
public const nint forward = 0x1882960;
|
public const nint forward = 0x1883950;
|
||||||
public const nint jump = 0x1882C30;
|
public const nint jump = 0x1883C20;
|
||||||
public const nint left = 0x1882A80;
|
public const nint left = 0x1883A70;
|
||||||
public const nint lookatweapon = 0x1AAB590;
|
public const nint lookatweapon = 0x1AAC5B0;
|
||||||
public const nint reload = 0x1882690;
|
public const nint reload = 0x1883680;
|
||||||
public const nint right = 0x1882B10;
|
public const nint right = 0x1883B00;
|
||||||
public const nint showscores = 0x1AAB470;
|
public const nint showscores = 0x1AAC490;
|
||||||
public const nint sprint = 0x1882600;
|
public const nint sprint = 0x18835F0;
|
||||||
public const nint turnleft = 0x1882840;
|
public const nint turnleft = 0x1883830;
|
||||||
public const nint turnright = 0x18828D0;
|
public const nint turnright = 0x18838C0;
|
||||||
public const nint use = 0x1882BA0;
|
public const nint use = 0x1883B90;
|
||||||
public const nint zoom = 0x1AAB500;
|
public const nint zoom = 0x1AAC520;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -8,21 +8,21 @@
|
|||||||
namespace cs2_dumper {
|
namespace cs2_dumper {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
namespace buttons {
|
namespace buttons {
|
||||||
constexpr std::ptrdiff_t attack = 0x1882720;
|
constexpr std::ptrdiff_t attack = 0x1883710;
|
||||||
constexpr std::ptrdiff_t attack2 = 0x18827B0;
|
constexpr std::ptrdiff_t attack2 = 0x18837A0;
|
||||||
constexpr std::ptrdiff_t back = 0x18829F0;
|
constexpr std::ptrdiff_t back = 0x18839E0;
|
||||||
constexpr std::ptrdiff_t duck = 0x1882CC0;
|
constexpr std::ptrdiff_t duck = 0x1883CB0;
|
||||||
constexpr std::ptrdiff_t forward = 0x1882960;
|
constexpr std::ptrdiff_t forward = 0x1883950;
|
||||||
constexpr std::ptrdiff_t jump = 0x1882C30;
|
constexpr std::ptrdiff_t jump = 0x1883C20;
|
||||||
constexpr std::ptrdiff_t left = 0x1882A80;
|
constexpr std::ptrdiff_t left = 0x1883A70;
|
||||||
constexpr std::ptrdiff_t lookatweapon = 0x1AAB590;
|
constexpr std::ptrdiff_t lookatweapon = 0x1AAC5B0;
|
||||||
constexpr std::ptrdiff_t reload = 0x1882690;
|
constexpr std::ptrdiff_t reload = 0x1883680;
|
||||||
constexpr std::ptrdiff_t right = 0x1882B10;
|
constexpr std::ptrdiff_t right = 0x1883B00;
|
||||||
constexpr std::ptrdiff_t showscores = 0x1AAB470;
|
constexpr std::ptrdiff_t showscores = 0x1AAC490;
|
||||||
constexpr std::ptrdiff_t sprint = 0x1882600;
|
constexpr std::ptrdiff_t sprint = 0x18835F0;
|
||||||
constexpr std::ptrdiff_t turnleft = 0x1882840;
|
constexpr std::ptrdiff_t turnleft = 0x1883830;
|
||||||
constexpr std::ptrdiff_t turnright = 0x18828D0;
|
constexpr std::ptrdiff_t turnright = 0x18838C0;
|
||||||
constexpr std::ptrdiff_t use = 0x1882BA0;
|
constexpr std::ptrdiff_t use = 0x1883B90;
|
||||||
constexpr std::ptrdiff_t zoom = 0x1AAB500;
|
constexpr std::ptrdiff_t zoom = 0x1AAC520;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"client.dll": {
|
"client.dll": {
|
||||||
"attack": 25700128,
|
"attack": 25704208,
|
||||||
"attack2": 25700272,
|
"attack2": 25704352,
|
||||||
"back": 25700848,
|
"back": 25704928,
|
||||||
"duck": 25701568,
|
"duck": 25705648,
|
||||||
"forward": 25700704,
|
"forward": 25704784,
|
||||||
"jump": 25701424,
|
"jump": 25705504,
|
||||||
"left": 25700992,
|
"left": 25705072,
|
||||||
"lookatweapon": 27964816,
|
"lookatweapon": 27968944,
|
||||||
"reload": 25699984,
|
"reload": 25704064,
|
||||||
"right": 25701136,
|
"right": 25705216,
|
||||||
"showscores": 27964528,
|
"showscores": 27968656,
|
||||||
"sprint": 25699840,
|
"sprint": 25703920,
|
||||||
"turnleft": 25700416,
|
"turnleft": 25704496,
|
||||||
"turnright": 25700560,
|
"turnright": 25704640,
|
||||||
"use": 25701280,
|
"use": 25705360,
|
||||||
"zoom": 27964672
|
"zoom": 27968800
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,26 +1,26 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, unused)]
|
#![allow(non_upper_case_globals, unused)]
|
||||||
|
|
||||||
pub mod cs2_dumper {
|
pub mod cs2_dumper {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
pub mod buttons {
|
pub mod buttons {
|
||||||
pub const attack: usize = 0x1882720;
|
pub const attack: usize = 0x1883710;
|
||||||
pub const attack2: usize = 0x18827B0;
|
pub const attack2: usize = 0x18837A0;
|
||||||
pub const back: usize = 0x18829F0;
|
pub const back: usize = 0x18839E0;
|
||||||
pub const duck: usize = 0x1882CC0;
|
pub const duck: usize = 0x1883CB0;
|
||||||
pub const forward: usize = 0x1882960;
|
pub const forward: usize = 0x1883950;
|
||||||
pub const jump: usize = 0x1882C30;
|
pub const jump: usize = 0x1883C20;
|
||||||
pub const left: usize = 0x1882A80;
|
pub const left: usize = 0x1883A70;
|
||||||
pub const lookatweapon: usize = 0x1AAB590;
|
pub const lookatweapon: usize = 0x1AAC5B0;
|
||||||
pub const reload: usize = 0x1882690;
|
pub const reload: usize = 0x1883680;
|
||||||
pub const right: usize = 0x1882B10;
|
pub const right: usize = 0x1883B00;
|
||||||
pub const showscores: usize = 0x1AAB470;
|
pub const showscores: usize = 0x1AAC490;
|
||||||
pub const sprint: usize = 0x1882600;
|
pub const sprint: usize = 0x18835F0;
|
||||||
pub const turnleft: usize = 0x1882840;
|
pub const turnleft: usize = 0x1883830;
|
||||||
pub const turnright: usize = 0x18828D0;
|
pub const turnright: usize = 0x18838C0;
|
||||||
pub const r#use: usize = 0x1882BA0;
|
pub const r#use: usize = 0x1883B90;
|
||||||
pub const zoom: usize = 0x1AAB500;
|
pub const zoom: usize = 0x1AAC520;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: host.dll
|
// Module: host.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"build_number": 14069,
|
"build_number": 14070,
|
||||||
"timestamp": "2025-02-22T11:14:11.118449200+00:00"
|
"timestamp": "2025-02-28T00:46:50.110041+00:00"
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Interfaces {
|
namespace CS2Dumper.Interfaces {
|
||||||
// Module: animationsystem.dll
|
// Module: animationsystem.dll
|
||||||
@ -9,38 +9,38 @@ namespace CS2Dumper.Interfaces {
|
|||||||
}
|
}
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
public static class ClientDll {
|
public static class ClientDll {
|
||||||
public const nint ClientToolsInfo_001 = 0x1881D10;
|
public const nint ClientToolsInfo_001 = 0x1882D00;
|
||||||
public const nint EmptyWorldService001_Client = 0x183D030;
|
public const nint EmptyWorldService001_Client = 0x183E020;
|
||||||
public const nint GameClientExports001 = 0x187E9C8;
|
public const nint GameClientExports001 = 0x187F9B8;
|
||||||
public const nint LegacyGameUI001 = 0x189F570;
|
public const nint LegacyGameUI001 = 0x18A0560;
|
||||||
public const nint Source2Client002 = 0x1A9AE20;
|
public const nint Source2Client002 = 0x1A9BE40;
|
||||||
public const nint Source2ClientConfig001 = 0x1A315B0;
|
public const nint Source2ClientConfig001 = 0x1A325F0;
|
||||||
public const nint Source2ClientPrediction001 = 0x1889DA0;
|
public const nint Source2ClientPrediction001 = 0x188AD90;
|
||||||
public const nint Source2ClientUI001 = 0x189D940;
|
public const nint Source2ClientUI001 = 0x189E930;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
public static class Engine2Dll {
|
public static class Engine2Dll {
|
||||||
public const nint BenchmarkService001 = 0x546D30;
|
public const nint BenchmarkService001 = 0x546D30;
|
||||||
public const nint BugService001 = 0x5DFCC0;
|
public const nint BugService001 = 0x5DFCD0;
|
||||||
public const nint ClientServerEngineLoopService_001 = 0x547A50;
|
public const nint ClientServerEngineLoopService_001 = 0x547A50;
|
||||||
public const nint EngineGameUI001 = 0x544B90;
|
public const nint EngineGameUI001 = 0x544B90;
|
||||||
public const nint EngineServiceMgr001 = 0x620B50;
|
public const nint EngineServiceMgr001 = 0x620B60;
|
||||||
public const nint GameEventSystemClientV001 = 0x620E70;
|
public const nint GameEventSystemClientV001 = 0x620E80;
|
||||||
public const nint GameEventSystemServerV001 = 0x620FB0;
|
public const nint GameEventSystemServerV001 = 0x620FC0;
|
||||||
public const nint GameResourceServiceClientV001 = 0x546E30;
|
public const nint GameResourceServiceClientV001 = 0x546E30;
|
||||||
public const nint GameResourceServiceServerV001 = 0x546E90;
|
public const nint GameResourceServiceServerV001 = 0x546E90;
|
||||||
public const nint GameUIService_001 = 0x5DFFC0;
|
public const nint GameUIService_001 = 0x5DFFD0;
|
||||||
public const nint HostStateMgr001 = 0x547940;
|
public const nint HostStateMgr001 = 0x547940;
|
||||||
public const nint INETSUPPORT_001 = 0x540060;
|
public const nint INETSUPPORT_001 = 0x540060;
|
||||||
public const nint InputService_001 = 0x5E02D0;
|
public const nint InputService_001 = 0x5E02E0;
|
||||||
public const nint KeyValueCache001 = 0x5479F0;
|
public const nint KeyValueCache001 = 0x5479F0;
|
||||||
public const nint MapListService_001 = 0x61F2D0;
|
public const nint MapListService_001 = 0x61F2E0;
|
||||||
public const nint NetworkClientService_001 = 0x61F460;
|
public const nint NetworkClientService_001 = 0x61F470;
|
||||||
public const nint NetworkP2PService_001 = 0x547140;
|
public const nint NetworkP2PService_001 = 0x547140;
|
||||||
public const nint NetworkServerService_001 = 0x61F7F0;
|
public const nint NetworkServerService_001 = 0x61F800;
|
||||||
public const nint NetworkService_001 = 0x547290;
|
public const nint NetworkService_001 = 0x547290;
|
||||||
public const nint RenderService_001 = 0x61FA50;
|
public const nint RenderService_001 = 0x61FA60;
|
||||||
public const nint ScreenshotService001 = 0x61FCF0;
|
public const nint ScreenshotService001 = 0x61FD00;
|
||||||
public const nint SimpleEngineLoopService_001 = 0x547B60;
|
public const nint SimpleEngineLoopService_001 = 0x547B60;
|
||||||
public const nint SoundService_001 = 0x5472D0;
|
public const nint SoundService_001 = 0x5472D0;
|
||||||
public const nint Source2EngineToClient001 = 0x544210;
|
public const nint Source2EngineToClient001 = 0x544210;
|
||||||
@ -48,7 +48,7 @@ namespace CS2Dumper.Interfaces {
|
|||||||
public const nint Source2EngineToServer001 = 0x544308;
|
public const nint Source2EngineToServer001 = 0x544308;
|
||||||
public const nint Source2EngineToServerStringTable001 = 0x544330;
|
public const nint Source2EngineToServerStringTable001 = 0x544330;
|
||||||
public const nint SplitScreenService_001 = 0x5475B0;
|
public const nint SplitScreenService_001 = 0x5475B0;
|
||||||
public const nint StatsService_001 = 0x620120;
|
public const nint StatsService_001 = 0x620130;
|
||||||
public const nint ToolService_001 = 0x547770;
|
public const nint ToolService_001 = 0x547770;
|
||||||
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x544C20;
|
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x544C20;
|
||||||
public const nint VProfService_001 = 0x5477B0;
|
public const nint VProfService_001 = 0x5477B0;
|
||||||
@ -124,7 +124,7 @@ namespace CS2Dumper.Interfaces {
|
|||||||
}
|
}
|
||||||
// Module: particles.dll
|
// Module: particles.dll
|
||||||
public static class ParticlesDll {
|
public static class ParticlesDll {
|
||||||
public const nint ParticleSystemMgr003 = 0x629CD0;
|
public const nint ParticleSystemMgr003 = 0x629C70;
|
||||||
}
|
}
|
||||||
// Module: pulse_system.dll
|
// Module: pulse_system.dll
|
||||||
public static class PulseSystemDll {
|
public static class PulseSystemDll {
|
||||||
@ -157,22 +157,22 @@ namespace CS2Dumper.Interfaces {
|
|||||||
}
|
}
|
||||||
// Module: server.dll
|
// Module: server.dll
|
||||||
public static class ServerDll {
|
public static class ServerDll {
|
||||||
public const nint EmptyWorldService001_Server = 0x137DD20;
|
public const nint EmptyWorldService001_Server = 0x137DD10;
|
||||||
public const nint EntitySubclassUtilsV001 = 0x132E400;
|
public const nint EntitySubclassUtilsV001 = 0x132E3F0;
|
||||||
public const nint NavGameTest001 = 0x141DD68;
|
public const nint NavGameTest001 = 0x141DD58;
|
||||||
public const nint ServerToolsInfo_001 = 0x13D36C8;
|
public const nint ServerToolsInfo_001 = 0x13D36A8;
|
||||||
public const nint Source2GameClients001 = 0x13CD590;
|
public const nint Source2GameClients001 = 0x13CD570;
|
||||||
public const nint Source2GameDirector001 = 0x1501420;
|
public const nint Source2GameDirector001 = 0x1501420;
|
||||||
public const nint Source2GameEntities001 = 0x13D35F0;
|
public const nint Source2GameEntities001 = 0x13D35D0;
|
||||||
public const nint Source2Server001 = 0x13D3460;
|
public const nint Source2Server001 = 0x13D3440;
|
||||||
public const nint Source2ServerConfig001 = 0x15CBD98;
|
public const nint Source2ServerConfig001 = 0x15CBD78;
|
||||||
public const nint customnavsystem001 = 0x1312B58;
|
public const nint customnavsystem001 = 0x1312B58;
|
||||||
}
|
}
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
public static class SoundsystemDll {
|
public static class SoundsystemDll {
|
||||||
public const nint SoundOpSystem001 = 0x39EC40;
|
public const nint SoundOpSystem001 = 0x3A1C50;
|
||||||
public const nint SoundOpSystemEdit001 = 0x39EB10;
|
public const nint SoundOpSystemEdit001 = 0x3A1B20;
|
||||||
public const nint SoundSystem001 = 0x39E5E0;
|
public const nint SoundSystem001 = 0x3A15F0;
|
||||||
public const nint VMixEditTool001 = 0x48289C6A;
|
public const nint VMixEditTool001 = 0x48289C6A;
|
||||||
}
|
}
|
||||||
// Module: steamaudio.dll
|
// Module: steamaudio.dll
|
||||||
@ -181,26 +181,26 @@ namespace CS2Dumper.Interfaces {
|
|||||||
}
|
}
|
||||||
// Module: steamclient64.dll
|
// Module: steamclient64.dll
|
||||||
public static class Steamclient64Dll {
|
public static class Steamclient64Dll {
|
||||||
public static readonly nint CLIENTENGINE_INTERFACE_VERSION005 = unchecked((nint)0xFFFFFFFF8BAEC35A);
|
public static readonly nint CLIENTENGINE_INTERFACE_VERSION005 = unchecked((nint)0xFFFFFFFF8BAF74EA);
|
||||||
public const nint IVALIDATE001 = 0x1494F18;
|
public const nint IVALIDATE001 = 0x14A3108;
|
||||||
public const nint SteamClient006 = 0x14926E0;
|
public const nint SteamClient006 = 0x14A0860;
|
||||||
public const nint SteamClient007 = 0x14926E8;
|
public const nint SteamClient007 = 0x14A0868;
|
||||||
public const nint SteamClient008 = 0x14926F0;
|
public const nint SteamClient008 = 0x14A0870;
|
||||||
public const nint SteamClient009 = 0x14926F8;
|
public const nint SteamClient009 = 0x14A0878;
|
||||||
public const nint SteamClient010 = 0x1492700;
|
public const nint SteamClient010 = 0x14A0880;
|
||||||
public const nint SteamClient011 = 0x1492708;
|
public const nint SteamClient011 = 0x14A0888;
|
||||||
public const nint SteamClient012 = 0x1492710;
|
public const nint SteamClient012 = 0x14A0890;
|
||||||
public const nint SteamClient013 = 0x1492718;
|
public const nint SteamClient013 = 0x14A0898;
|
||||||
public const nint SteamClient014 = 0x1492720;
|
public const nint SteamClient014 = 0x14A08A0;
|
||||||
public const nint SteamClient015 = 0x1492728;
|
public const nint SteamClient015 = 0x14A08A8;
|
||||||
public const nint SteamClient016 = 0x1492730;
|
public const nint SteamClient016 = 0x14A08B0;
|
||||||
public const nint SteamClient017 = 0x1492738;
|
public const nint SteamClient017 = 0x14A08B8;
|
||||||
public const nint SteamClient018 = 0x1492740;
|
public const nint SteamClient018 = 0x14A08C0;
|
||||||
public const nint SteamClient019 = 0x1492748;
|
public const nint SteamClient019 = 0x14A08C8;
|
||||||
public const nint SteamClient020 = 0x1492750;
|
public const nint SteamClient020 = 0x14A08D0;
|
||||||
public const nint SteamClient021 = 0x1492758;
|
public const nint SteamClient021 = 0x14A08D8;
|
||||||
public const nint p2pvoice002 = 0x14E24BF;
|
public const nint p2pvoice002 = 0x14E273F;
|
||||||
public const nint p2pvoicesingleton002 = 0x14700E0;
|
public const nint p2pvoicesingleton002 = 0x147E0E0;
|
||||||
}
|
}
|
||||||
// Module: tier0.dll
|
// Module: tier0.dll
|
||||||
public static class Tier0Dll {
|
public static class Tier0Dll {
|
||||||
@ -224,7 +224,7 @@ namespace CS2Dumper.Interfaces {
|
|||||||
}
|
}
|
||||||
// Module: vstdlib_s64.dll
|
// Module: vstdlib_s64.dll
|
||||||
public static class VstdlibS64Dll {
|
public static class VstdlibS64Dll {
|
||||||
public const nint IVALIDATE001 = 0xABB40;
|
public const nint IVALIDATE001 = 0x6A990;
|
||||||
public const nint VEngineCvar002 = 0x69070;
|
public const nint VEngineCvar002 = 0x69070;
|
||||||
}
|
}
|
||||||
// Module: worldrenderer.dll
|
// Module: worldrenderer.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -14,38 +14,38 @@ namespace cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
namespace client_dll {
|
namespace client_dll {
|
||||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x1881D10;
|
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x1882D00;
|
||||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x183D030;
|
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x183E020;
|
||||||
constexpr std::ptrdiff_t GameClientExports001 = 0x187E9C8;
|
constexpr std::ptrdiff_t GameClientExports001 = 0x187F9B8;
|
||||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x189F570;
|
constexpr std::ptrdiff_t LegacyGameUI001 = 0x18A0560;
|
||||||
constexpr std::ptrdiff_t Source2Client002 = 0x1A9AE20;
|
constexpr std::ptrdiff_t Source2Client002 = 0x1A9BE40;
|
||||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x1A315B0;
|
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x1A325F0;
|
||||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x1889DA0;
|
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x188AD90;
|
||||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x189D940;
|
constexpr std::ptrdiff_t Source2ClientUI001 = 0x189E930;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
namespace engine2_dll {
|
namespace engine2_dll {
|
||||||
constexpr std::ptrdiff_t BenchmarkService001 = 0x546D30;
|
constexpr std::ptrdiff_t BenchmarkService001 = 0x546D30;
|
||||||
constexpr std::ptrdiff_t BugService001 = 0x5DFCC0;
|
constexpr std::ptrdiff_t BugService001 = 0x5DFCD0;
|
||||||
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x547A50;
|
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x547A50;
|
||||||
constexpr std::ptrdiff_t EngineGameUI001 = 0x544B90;
|
constexpr std::ptrdiff_t EngineGameUI001 = 0x544B90;
|
||||||
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x620B50;
|
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x620B60;
|
||||||
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x620E70;
|
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x620E80;
|
||||||
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x620FB0;
|
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x620FC0;
|
||||||
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x546E30;
|
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x546E30;
|
||||||
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x546E90;
|
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x546E90;
|
||||||
constexpr std::ptrdiff_t GameUIService_001 = 0x5DFFC0;
|
constexpr std::ptrdiff_t GameUIService_001 = 0x5DFFD0;
|
||||||
constexpr std::ptrdiff_t HostStateMgr001 = 0x547940;
|
constexpr std::ptrdiff_t HostStateMgr001 = 0x547940;
|
||||||
constexpr std::ptrdiff_t INETSUPPORT_001 = 0x540060;
|
constexpr std::ptrdiff_t INETSUPPORT_001 = 0x540060;
|
||||||
constexpr std::ptrdiff_t InputService_001 = 0x5E02D0;
|
constexpr std::ptrdiff_t InputService_001 = 0x5E02E0;
|
||||||
constexpr std::ptrdiff_t KeyValueCache001 = 0x5479F0;
|
constexpr std::ptrdiff_t KeyValueCache001 = 0x5479F0;
|
||||||
constexpr std::ptrdiff_t MapListService_001 = 0x61F2D0;
|
constexpr std::ptrdiff_t MapListService_001 = 0x61F2E0;
|
||||||
constexpr std::ptrdiff_t NetworkClientService_001 = 0x61F460;
|
constexpr std::ptrdiff_t NetworkClientService_001 = 0x61F470;
|
||||||
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x547140;
|
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x547140;
|
||||||
constexpr std::ptrdiff_t NetworkServerService_001 = 0x61F7F0;
|
constexpr std::ptrdiff_t NetworkServerService_001 = 0x61F800;
|
||||||
constexpr std::ptrdiff_t NetworkService_001 = 0x547290;
|
constexpr std::ptrdiff_t NetworkService_001 = 0x547290;
|
||||||
constexpr std::ptrdiff_t RenderService_001 = 0x61FA50;
|
constexpr std::ptrdiff_t RenderService_001 = 0x61FA60;
|
||||||
constexpr std::ptrdiff_t ScreenshotService001 = 0x61FCF0;
|
constexpr std::ptrdiff_t ScreenshotService001 = 0x61FD00;
|
||||||
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x547B60;
|
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x547B60;
|
||||||
constexpr std::ptrdiff_t SoundService_001 = 0x5472D0;
|
constexpr std::ptrdiff_t SoundService_001 = 0x5472D0;
|
||||||
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x544210;
|
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x544210;
|
||||||
@ -53,7 +53,7 @@ namespace cs2_dumper {
|
|||||||
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x544308;
|
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x544308;
|
||||||
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0x544330;
|
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0x544330;
|
||||||
constexpr std::ptrdiff_t SplitScreenService_001 = 0x5475B0;
|
constexpr std::ptrdiff_t SplitScreenService_001 = 0x5475B0;
|
||||||
constexpr std::ptrdiff_t StatsService_001 = 0x620120;
|
constexpr std::ptrdiff_t StatsService_001 = 0x620130;
|
||||||
constexpr std::ptrdiff_t ToolService_001 = 0x547770;
|
constexpr std::ptrdiff_t ToolService_001 = 0x547770;
|
||||||
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x544C20;
|
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x544C20;
|
||||||
constexpr std::ptrdiff_t VProfService_001 = 0x5477B0;
|
constexpr std::ptrdiff_t VProfService_001 = 0x5477B0;
|
||||||
@ -129,7 +129,7 @@ namespace cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: particles.dll
|
// Module: particles.dll
|
||||||
namespace particles_dll {
|
namespace particles_dll {
|
||||||
constexpr std::ptrdiff_t ParticleSystemMgr003 = 0x629CD0;
|
constexpr std::ptrdiff_t ParticleSystemMgr003 = 0x629C70;
|
||||||
}
|
}
|
||||||
// Module: pulse_system.dll
|
// Module: pulse_system.dll
|
||||||
namespace pulse_system_dll {
|
namespace pulse_system_dll {
|
||||||
@ -162,22 +162,22 @@ namespace cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: server.dll
|
// Module: server.dll
|
||||||
namespace server_dll {
|
namespace server_dll {
|
||||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x137DD20;
|
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x137DD10;
|
||||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x132E400;
|
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x132E3F0;
|
||||||
constexpr std::ptrdiff_t NavGameTest001 = 0x141DD68;
|
constexpr std::ptrdiff_t NavGameTest001 = 0x141DD58;
|
||||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13D36C8;
|
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13D36A8;
|
||||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x13CD590;
|
constexpr std::ptrdiff_t Source2GameClients001 = 0x13CD570;
|
||||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x1501420;
|
constexpr std::ptrdiff_t Source2GameDirector001 = 0x1501420;
|
||||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13D35F0;
|
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13D35D0;
|
||||||
constexpr std::ptrdiff_t Source2Server001 = 0x13D3460;
|
constexpr std::ptrdiff_t Source2Server001 = 0x13D3440;
|
||||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x15CBD98;
|
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x15CBD78;
|
||||||
constexpr std::ptrdiff_t customnavsystem001 = 0x1312B58;
|
constexpr std::ptrdiff_t customnavsystem001 = 0x1312B58;
|
||||||
}
|
}
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
namespace soundsystem_dll {
|
namespace soundsystem_dll {
|
||||||
constexpr std::ptrdiff_t SoundOpSystem001 = 0x39EC40;
|
constexpr std::ptrdiff_t SoundOpSystem001 = 0x3A1C50;
|
||||||
constexpr std::ptrdiff_t SoundOpSystemEdit001 = 0x39EB10;
|
constexpr std::ptrdiff_t SoundOpSystemEdit001 = 0x3A1B20;
|
||||||
constexpr std::ptrdiff_t SoundSystem001 = 0x39E5E0;
|
constexpr std::ptrdiff_t SoundSystem001 = 0x3A15F0;
|
||||||
constexpr std::ptrdiff_t VMixEditTool001 = 0x48289C6A;
|
constexpr std::ptrdiff_t VMixEditTool001 = 0x48289C6A;
|
||||||
}
|
}
|
||||||
// Module: steamaudio.dll
|
// Module: steamaudio.dll
|
||||||
@ -186,26 +186,26 @@ namespace cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: steamclient64.dll
|
// Module: steamclient64.dll
|
||||||
namespace steamclient64_dll {
|
namespace steamclient64_dll {
|
||||||
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0xFFFFFFFF8BAEC35A;
|
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0xFFFFFFFF8BAF74EA;
|
||||||
constexpr std::ptrdiff_t IVALIDATE001 = 0x1494F18;
|
constexpr std::ptrdiff_t IVALIDATE001 = 0x14A3108;
|
||||||
constexpr std::ptrdiff_t SteamClient006 = 0x14926E0;
|
constexpr std::ptrdiff_t SteamClient006 = 0x14A0860;
|
||||||
constexpr std::ptrdiff_t SteamClient007 = 0x14926E8;
|
constexpr std::ptrdiff_t SteamClient007 = 0x14A0868;
|
||||||
constexpr std::ptrdiff_t SteamClient008 = 0x14926F0;
|
constexpr std::ptrdiff_t SteamClient008 = 0x14A0870;
|
||||||
constexpr std::ptrdiff_t SteamClient009 = 0x14926F8;
|
constexpr std::ptrdiff_t SteamClient009 = 0x14A0878;
|
||||||
constexpr std::ptrdiff_t SteamClient010 = 0x1492700;
|
constexpr std::ptrdiff_t SteamClient010 = 0x14A0880;
|
||||||
constexpr std::ptrdiff_t SteamClient011 = 0x1492708;
|
constexpr std::ptrdiff_t SteamClient011 = 0x14A0888;
|
||||||
constexpr std::ptrdiff_t SteamClient012 = 0x1492710;
|
constexpr std::ptrdiff_t SteamClient012 = 0x14A0890;
|
||||||
constexpr std::ptrdiff_t SteamClient013 = 0x1492718;
|
constexpr std::ptrdiff_t SteamClient013 = 0x14A0898;
|
||||||
constexpr std::ptrdiff_t SteamClient014 = 0x1492720;
|
constexpr std::ptrdiff_t SteamClient014 = 0x14A08A0;
|
||||||
constexpr std::ptrdiff_t SteamClient015 = 0x1492728;
|
constexpr std::ptrdiff_t SteamClient015 = 0x14A08A8;
|
||||||
constexpr std::ptrdiff_t SteamClient016 = 0x1492730;
|
constexpr std::ptrdiff_t SteamClient016 = 0x14A08B0;
|
||||||
constexpr std::ptrdiff_t SteamClient017 = 0x1492738;
|
constexpr std::ptrdiff_t SteamClient017 = 0x14A08B8;
|
||||||
constexpr std::ptrdiff_t SteamClient018 = 0x1492740;
|
constexpr std::ptrdiff_t SteamClient018 = 0x14A08C0;
|
||||||
constexpr std::ptrdiff_t SteamClient019 = 0x1492748;
|
constexpr std::ptrdiff_t SteamClient019 = 0x14A08C8;
|
||||||
constexpr std::ptrdiff_t SteamClient020 = 0x1492750;
|
constexpr std::ptrdiff_t SteamClient020 = 0x14A08D0;
|
||||||
constexpr std::ptrdiff_t SteamClient021 = 0x1492758;
|
constexpr std::ptrdiff_t SteamClient021 = 0x14A08D8;
|
||||||
constexpr std::ptrdiff_t p2pvoice002 = 0x14E24BF;
|
constexpr std::ptrdiff_t p2pvoice002 = 0x14E273F;
|
||||||
constexpr std::ptrdiff_t p2pvoicesingleton002 = 0x14700E0;
|
constexpr std::ptrdiff_t p2pvoicesingleton002 = 0x147E0E0;
|
||||||
}
|
}
|
||||||
// Module: tier0.dll
|
// Module: tier0.dll
|
||||||
namespace tier0_dll {
|
namespace tier0_dll {
|
||||||
@ -229,7 +229,7 @@ namespace cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: vstdlib_s64.dll
|
// Module: vstdlib_s64.dll
|
||||||
namespace vstdlib_s64_dll {
|
namespace vstdlib_s64_dll {
|
||||||
constexpr std::ptrdiff_t IVALIDATE001 = 0xABB40;
|
constexpr std::ptrdiff_t IVALIDATE001 = 0x6A990;
|
||||||
constexpr std::ptrdiff_t VEngineCvar002 = 0x69070;
|
constexpr std::ptrdiff_t VEngineCvar002 = 0x69070;
|
||||||
}
|
}
|
||||||
// Module: worldrenderer.dll
|
// Module: worldrenderer.dll
|
||||||
|
@ -4,37 +4,37 @@
|
|||||||
"AnimationSystem_001": 6323504
|
"AnimationSystem_001": 6323504
|
||||||
},
|
},
|
||||||
"client.dll": {
|
"client.dll": {
|
||||||
"ClientToolsInfo_001": 25697552,
|
"ClientToolsInfo_001": 25701632,
|
||||||
"EmptyWorldService001_Client": 25415728,
|
"EmptyWorldService001_Client": 25419808,
|
||||||
"GameClientExports001": 25684424,
|
"GameClientExports001": 25688504,
|
||||||
"LegacyGameUI001": 25818480,
|
"LegacyGameUI001": 25822560,
|
||||||
"Source2Client002": 27897376,
|
"Source2Client002": 27901504,
|
||||||
"Source2ClientConfig001": 27465136,
|
"Source2ClientConfig001": 27469296,
|
||||||
"Source2ClientPrediction001": 25730464,
|
"Source2ClientPrediction001": 25734544,
|
||||||
"Source2ClientUI001": 25811264
|
"Source2ClientUI001": 25815344
|
||||||
},
|
},
|
||||||
"engine2.dll": {
|
"engine2.dll": {
|
||||||
"BenchmarkService001": 5532976,
|
"BenchmarkService001": 5532976,
|
||||||
"BugService001": 6159552,
|
"BugService001": 6159568,
|
||||||
"ClientServerEngineLoopService_001": 5536336,
|
"ClientServerEngineLoopService_001": 5536336,
|
||||||
"EngineGameUI001": 5524368,
|
"EngineGameUI001": 5524368,
|
||||||
"EngineServiceMgr001": 6425424,
|
"EngineServiceMgr001": 6425440,
|
||||||
"GameEventSystemClientV001": 6426224,
|
"GameEventSystemClientV001": 6426240,
|
||||||
"GameEventSystemServerV001": 6426544,
|
"GameEventSystemServerV001": 6426560,
|
||||||
"GameResourceServiceClientV001": 5533232,
|
"GameResourceServiceClientV001": 5533232,
|
||||||
"GameResourceServiceServerV001": 5533328,
|
"GameResourceServiceServerV001": 5533328,
|
||||||
"GameUIService_001": 6160320,
|
"GameUIService_001": 6160336,
|
||||||
"HostStateMgr001": 5536064,
|
"HostStateMgr001": 5536064,
|
||||||
"INETSUPPORT_001": 5505120,
|
"INETSUPPORT_001": 5505120,
|
||||||
"InputService_001": 6161104,
|
"InputService_001": 6161120,
|
||||||
"KeyValueCache001": 5536240,
|
"KeyValueCache001": 5536240,
|
||||||
"MapListService_001": 6419152,
|
"MapListService_001": 6419168,
|
||||||
"NetworkClientService_001": 6419552,
|
"NetworkClientService_001": 6419568,
|
||||||
"NetworkP2PService_001": 5534016,
|
"NetworkP2PService_001": 5534016,
|
||||||
"NetworkServerService_001": 6420464,
|
"NetworkServerService_001": 6420480,
|
||||||
"NetworkService_001": 5534352,
|
"NetworkService_001": 5534352,
|
||||||
"RenderService_001": 6421072,
|
"RenderService_001": 6421088,
|
||||||
"ScreenshotService001": 6421744,
|
"ScreenshotService001": 6421760,
|
||||||
"SimpleEngineLoopService_001": 5536608,
|
"SimpleEngineLoopService_001": 5536608,
|
||||||
"SoundService_001": 5534416,
|
"SoundService_001": 5534416,
|
||||||
"Source2EngineToClient001": 5521936,
|
"Source2EngineToClient001": 5521936,
|
||||||
@ -42,7 +42,7 @@
|
|||||||
"Source2EngineToServer001": 5522184,
|
"Source2EngineToServer001": 5522184,
|
||||||
"Source2EngineToServerStringTable001": 5522224,
|
"Source2EngineToServerStringTable001": 5522224,
|
||||||
"SplitScreenService_001": 5535152,
|
"SplitScreenService_001": 5535152,
|
||||||
"StatsService_001": 6422816,
|
"StatsService_001": 6422832,
|
||||||
"ToolService_001": 5535600,
|
"ToolService_001": 5535600,
|
||||||
"VENGINE_GAMEUIFUNCS_VERSION005": 5524512,
|
"VENGINE_GAMEUIFUNCS_VERSION005": 5524512,
|
||||||
"VProfService_001": 5535664
|
"VProfService_001": 5535664
|
||||||
@ -104,7 +104,7 @@
|
|||||||
"PanoramaUIClient001": 2676800
|
"PanoramaUIClient001": 2676800
|
||||||
},
|
},
|
||||||
"particles.dll": {
|
"particles.dll": {
|
||||||
"ParticleSystemMgr003": 6462672
|
"ParticleSystemMgr003": 6462576
|
||||||
},
|
},
|
||||||
"pulse_system.dll": {
|
"pulse_system.dll": {
|
||||||
"IPulseSystem_001": 1563024
|
"IPulseSystem_001": 1563024
|
||||||
@ -130,47 +130,47 @@
|
|||||||
"SchemaSystem_001": 399072
|
"SchemaSystem_001": 399072
|
||||||
},
|
},
|
||||||
"server.dll": {
|
"server.dll": {
|
||||||
"EmptyWorldService001_Server": 20438304,
|
"EmptyWorldService001_Server": 20438288,
|
||||||
"EntitySubclassUtilsV001": 20112384,
|
"EntitySubclassUtilsV001": 20112368,
|
||||||
"NavGameTest001": 21093736,
|
"NavGameTest001": 21093720,
|
||||||
"ServerToolsInfo_001": 20788936,
|
"ServerToolsInfo_001": 20788904,
|
||||||
"Source2GameClients001": 20764048,
|
"Source2GameClients001": 20764016,
|
||||||
"Source2GameDirector001": 22025248,
|
"Source2GameDirector001": 22025248,
|
||||||
"Source2GameEntities001": 20788720,
|
"Source2GameEntities001": 20788688,
|
||||||
"Source2Server001": 20788320,
|
"Source2Server001": 20788288,
|
||||||
"Source2ServerConfig001": 22855064,
|
"Source2ServerConfig001": 22855032,
|
||||||
"customnavsystem001": 19999576
|
"customnavsystem001": 19999576
|
||||||
},
|
},
|
||||||
"soundsystem.dll": {
|
"soundsystem.dll": {
|
||||||
"SoundOpSystem001": 3796032,
|
"SoundOpSystem001": 3808336,
|
||||||
"SoundOpSystemEdit001": 3795728,
|
"SoundOpSystemEdit001": 3808032,
|
||||||
"SoundSystem001": 3794400,
|
"SoundSystem001": 3806704,
|
||||||
"VMixEditTool001": 1210621034
|
"VMixEditTool001": 1210621034
|
||||||
},
|
},
|
||||||
"steamaudio.dll": {
|
"steamaudio.dll": {
|
||||||
"SteamAudio001": 2177520
|
"SteamAudio001": 2177520
|
||||||
},
|
},
|
||||||
"steamclient64.dll": {
|
"steamclient64.dll": {
|
||||||
"CLIENTENGINE_INTERFACE_VERSION005": 18446744071758070618,
|
"CLIENTENGINE_INTERFACE_VERSION005": 18446744071758116074,
|
||||||
"IVALIDATE001": 21581592,
|
"IVALIDATE001": 21639432,
|
||||||
"SteamClient006": 21571296,
|
"SteamClient006": 21629024,
|
||||||
"SteamClient007": 21571304,
|
"SteamClient007": 21629032,
|
||||||
"SteamClient008": 21571312,
|
"SteamClient008": 21629040,
|
||||||
"SteamClient009": 21571320,
|
"SteamClient009": 21629048,
|
||||||
"SteamClient010": 21571328,
|
"SteamClient010": 21629056,
|
||||||
"SteamClient011": 21571336,
|
"SteamClient011": 21629064,
|
||||||
"SteamClient012": 21571344,
|
"SteamClient012": 21629072,
|
||||||
"SteamClient013": 21571352,
|
"SteamClient013": 21629080,
|
||||||
"SteamClient014": 21571360,
|
"SteamClient014": 21629088,
|
||||||
"SteamClient015": 21571368,
|
"SteamClient015": 21629096,
|
||||||
"SteamClient016": 21571376,
|
"SteamClient016": 21629104,
|
||||||
"SteamClient017": 21571384,
|
"SteamClient017": 21629112,
|
||||||
"SteamClient018": 21571392,
|
"SteamClient018": 21629120,
|
||||||
"SteamClient019": 21571400,
|
"SteamClient019": 21629128,
|
||||||
"SteamClient020": 21571408,
|
"SteamClient020": 21629136,
|
||||||
"SteamClient021": 21571416,
|
"SteamClient021": 21629144,
|
||||||
"p2pvoice002": 21898431,
|
"p2pvoice002": 21899071,
|
||||||
"p2pvoicesingleton002": 21430496
|
"p2pvoicesingleton002": 21487840
|
||||||
},
|
},
|
||||||
"tier0.dll": {
|
"tier0.dll": {
|
||||||
"TestScriptMgr001": 3668592,
|
"TestScriptMgr001": 3668592,
|
||||||
@ -189,7 +189,7 @@
|
|||||||
"VScriptManager010": 1213952
|
"VScriptManager010": 1213952
|
||||||
},
|
},
|
||||||
"vstdlib_s64.dll": {
|
"vstdlib_s64.dll": {
|
||||||
"IVALIDATE001": 703296,
|
"IVALIDATE001": 436624,
|
||||||
"VEngineCvar002": 430192
|
"VEngineCvar002": 430192
|
||||||
},
|
},
|
||||||
"worldrenderer.dll": {
|
"worldrenderer.dll": {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, unused)]
|
#![allow(non_upper_case_globals, unused)]
|
||||||
|
|
||||||
@ -12,38 +12,38 @@ pub mod cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
pub mod client_dll {
|
pub mod client_dll {
|
||||||
pub const ClientToolsInfo_001: usize = 0x1881D10;
|
pub const ClientToolsInfo_001: usize = 0x1882D00;
|
||||||
pub const EmptyWorldService001_Client: usize = 0x183D030;
|
pub const EmptyWorldService001_Client: usize = 0x183E020;
|
||||||
pub const GameClientExports001: usize = 0x187E9C8;
|
pub const GameClientExports001: usize = 0x187F9B8;
|
||||||
pub const LegacyGameUI001: usize = 0x189F570;
|
pub const LegacyGameUI001: usize = 0x18A0560;
|
||||||
pub const Source2Client002: usize = 0x1A9AE20;
|
pub const Source2Client002: usize = 0x1A9BE40;
|
||||||
pub const Source2ClientConfig001: usize = 0x1A315B0;
|
pub const Source2ClientConfig001: usize = 0x1A325F0;
|
||||||
pub const Source2ClientPrediction001: usize = 0x1889DA0;
|
pub const Source2ClientPrediction001: usize = 0x188AD90;
|
||||||
pub const Source2ClientUI001: usize = 0x189D940;
|
pub const Source2ClientUI001: usize = 0x189E930;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
pub mod engine2_dll {
|
pub mod engine2_dll {
|
||||||
pub const BenchmarkService001: usize = 0x546D30;
|
pub const BenchmarkService001: usize = 0x546D30;
|
||||||
pub const BugService001: usize = 0x5DFCC0;
|
pub const BugService001: usize = 0x5DFCD0;
|
||||||
pub const ClientServerEngineLoopService_001: usize = 0x547A50;
|
pub const ClientServerEngineLoopService_001: usize = 0x547A50;
|
||||||
pub const EngineGameUI001: usize = 0x544B90;
|
pub const EngineGameUI001: usize = 0x544B90;
|
||||||
pub const EngineServiceMgr001: usize = 0x620B50;
|
pub const EngineServiceMgr001: usize = 0x620B60;
|
||||||
pub const GameEventSystemClientV001: usize = 0x620E70;
|
pub const GameEventSystemClientV001: usize = 0x620E80;
|
||||||
pub const GameEventSystemServerV001: usize = 0x620FB0;
|
pub const GameEventSystemServerV001: usize = 0x620FC0;
|
||||||
pub const GameResourceServiceClientV001: usize = 0x546E30;
|
pub const GameResourceServiceClientV001: usize = 0x546E30;
|
||||||
pub const GameResourceServiceServerV001: usize = 0x546E90;
|
pub const GameResourceServiceServerV001: usize = 0x546E90;
|
||||||
pub const GameUIService_001: usize = 0x5DFFC0;
|
pub const GameUIService_001: usize = 0x5DFFD0;
|
||||||
pub const HostStateMgr001: usize = 0x547940;
|
pub const HostStateMgr001: usize = 0x547940;
|
||||||
pub const INETSUPPORT_001: usize = 0x540060;
|
pub const INETSUPPORT_001: usize = 0x540060;
|
||||||
pub const InputService_001: usize = 0x5E02D0;
|
pub const InputService_001: usize = 0x5E02E0;
|
||||||
pub const KeyValueCache001: usize = 0x5479F0;
|
pub const KeyValueCache001: usize = 0x5479F0;
|
||||||
pub const MapListService_001: usize = 0x61F2D0;
|
pub const MapListService_001: usize = 0x61F2E0;
|
||||||
pub const NetworkClientService_001: usize = 0x61F460;
|
pub const NetworkClientService_001: usize = 0x61F470;
|
||||||
pub const NetworkP2PService_001: usize = 0x547140;
|
pub const NetworkP2PService_001: usize = 0x547140;
|
||||||
pub const NetworkServerService_001: usize = 0x61F7F0;
|
pub const NetworkServerService_001: usize = 0x61F800;
|
||||||
pub const NetworkService_001: usize = 0x547290;
|
pub const NetworkService_001: usize = 0x547290;
|
||||||
pub const RenderService_001: usize = 0x61FA50;
|
pub const RenderService_001: usize = 0x61FA60;
|
||||||
pub const ScreenshotService001: usize = 0x61FCF0;
|
pub const ScreenshotService001: usize = 0x61FD00;
|
||||||
pub const SimpleEngineLoopService_001: usize = 0x547B60;
|
pub const SimpleEngineLoopService_001: usize = 0x547B60;
|
||||||
pub const SoundService_001: usize = 0x5472D0;
|
pub const SoundService_001: usize = 0x5472D0;
|
||||||
pub const Source2EngineToClient001: usize = 0x544210;
|
pub const Source2EngineToClient001: usize = 0x544210;
|
||||||
@ -51,7 +51,7 @@ pub mod cs2_dumper {
|
|||||||
pub const Source2EngineToServer001: usize = 0x544308;
|
pub const Source2EngineToServer001: usize = 0x544308;
|
||||||
pub const Source2EngineToServerStringTable001: usize = 0x544330;
|
pub const Source2EngineToServerStringTable001: usize = 0x544330;
|
||||||
pub const SplitScreenService_001: usize = 0x5475B0;
|
pub const SplitScreenService_001: usize = 0x5475B0;
|
||||||
pub const StatsService_001: usize = 0x620120;
|
pub const StatsService_001: usize = 0x620130;
|
||||||
pub const ToolService_001: usize = 0x547770;
|
pub const ToolService_001: usize = 0x547770;
|
||||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x544C20;
|
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x544C20;
|
||||||
pub const VProfService_001: usize = 0x5477B0;
|
pub const VProfService_001: usize = 0x5477B0;
|
||||||
@ -127,7 +127,7 @@ pub mod cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: particles.dll
|
// Module: particles.dll
|
||||||
pub mod particles_dll {
|
pub mod particles_dll {
|
||||||
pub const ParticleSystemMgr003: usize = 0x629CD0;
|
pub const ParticleSystemMgr003: usize = 0x629C70;
|
||||||
}
|
}
|
||||||
// Module: pulse_system.dll
|
// Module: pulse_system.dll
|
||||||
pub mod pulse_system_dll {
|
pub mod pulse_system_dll {
|
||||||
@ -160,22 +160,22 @@ pub mod cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: server.dll
|
// Module: server.dll
|
||||||
pub mod server_dll {
|
pub mod server_dll {
|
||||||
pub const EmptyWorldService001_Server: usize = 0x137DD20;
|
pub const EmptyWorldService001_Server: usize = 0x137DD10;
|
||||||
pub const EntitySubclassUtilsV001: usize = 0x132E400;
|
pub const EntitySubclassUtilsV001: usize = 0x132E3F0;
|
||||||
pub const NavGameTest001: usize = 0x141DD68;
|
pub const NavGameTest001: usize = 0x141DD58;
|
||||||
pub const ServerToolsInfo_001: usize = 0x13D36C8;
|
pub const ServerToolsInfo_001: usize = 0x13D36A8;
|
||||||
pub const Source2GameClients001: usize = 0x13CD590;
|
pub const Source2GameClients001: usize = 0x13CD570;
|
||||||
pub const Source2GameDirector001: usize = 0x1501420;
|
pub const Source2GameDirector001: usize = 0x1501420;
|
||||||
pub const Source2GameEntities001: usize = 0x13D35F0;
|
pub const Source2GameEntities001: usize = 0x13D35D0;
|
||||||
pub const Source2Server001: usize = 0x13D3460;
|
pub const Source2Server001: usize = 0x13D3440;
|
||||||
pub const Source2ServerConfig001: usize = 0x15CBD98;
|
pub const Source2ServerConfig001: usize = 0x15CBD78;
|
||||||
pub const customnavsystem001: usize = 0x1312B58;
|
pub const customnavsystem001: usize = 0x1312B58;
|
||||||
}
|
}
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
pub mod soundsystem_dll {
|
pub mod soundsystem_dll {
|
||||||
pub const SoundOpSystem001: usize = 0x39EC40;
|
pub const SoundOpSystem001: usize = 0x3A1C50;
|
||||||
pub const SoundOpSystemEdit001: usize = 0x39EB10;
|
pub const SoundOpSystemEdit001: usize = 0x3A1B20;
|
||||||
pub const SoundSystem001: usize = 0x39E5E0;
|
pub const SoundSystem001: usize = 0x3A15F0;
|
||||||
pub const VMixEditTool001: usize = 0x48289C6A;
|
pub const VMixEditTool001: usize = 0x48289C6A;
|
||||||
}
|
}
|
||||||
// Module: steamaudio.dll
|
// Module: steamaudio.dll
|
||||||
@ -184,26 +184,26 @@ pub mod cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: steamclient64.dll
|
// Module: steamclient64.dll
|
||||||
pub mod steamclient64_dll {
|
pub mod steamclient64_dll {
|
||||||
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0xFFFFFFFF8BAEC35A;
|
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0xFFFFFFFF8BAF74EA;
|
||||||
pub const IVALIDATE001: usize = 0x1494F18;
|
pub const IVALIDATE001: usize = 0x14A3108;
|
||||||
pub const SteamClient006: usize = 0x14926E0;
|
pub const SteamClient006: usize = 0x14A0860;
|
||||||
pub const SteamClient007: usize = 0x14926E8;
|
pub const SteamClient007: usize = 0x14A0868;
|
||||||
pub const SteamClient008: usize = 0x14926F0;
|
pub const SteamClient008: usize = 0x14A0870;
|
||||||
pub const SteamClient009: usize = 0x14926F8;
|
pub const SteamClient009: usize = 0x14A0878;
|
||||||
pub const SteamClient010: usize = 0x1492700;
|
pub const SteamClient010: usize = 0x14A0880;
|
||||||
pub const SteamClient011: usize = 0x1492708;
|
pub const SteamClient011: usize = 0x14A0888;
|
||||||
pub const SteamClient012: usize = 0x1492710;
|
pub const SteamClient012: usize = 0x14A0890;
|
||||||
pub const SteamClient013: usize = 0x1492718;
|
pub const SteamClient013: usize = 0x14A0898;
|
||||||
pub const SteamClient014: usize = 0x1492720;
|
pub const SteamClient014: usize = 0x14A08A0;
|
||||||
pub const SteamClient015: usize = 0x1492728;
|
pub const SteamClient015: usize = 0x14A08A8;
|
||||||
pub const SteamClient016: usize = 0x1492730;
|
pub const SteamClient016: usize = 0x14A08B0;
|
||||||
pub const SteamClient017: usize = 0x1492738;
|
pub const SteamClient017: usize = 0x14A08B8;
|
||||||
pub const SteamClient018: usize = 0x1492740;
|
pub const SteamClient018: usize = 0x14A08C0;
|
||||||
pub const SteamClient019: usize = 0x1492748;
|
pub const SteamClient019: usize = 0x14A08C8;
|
||||||
pub const SteamClient020: usize = 0x1492750;
|
pub const SteamClient020: usize = 0x14A08D0;
|
||||||
pub const SteamClient021: usize = 0x1492758;
|
pub const SteamClient021: usize = 0x14A08D8;
|
||||||
pub const p2pvoice002: usize = 0x14E24BF;
|
pub const p2pvoice002: usize = 0x14E273F;
|
||||||
pub const p2pvoicesingleton002: usize = 0x14700E0;
|
pub const p2pvoicesingleton002: usize = 0x147E0E0;
|
||||||
}
|
}
|
||||||
// Module: tier0.dll
|
// Module: tier0.dll
|
||||||
pub mod tier0_dll {
|
pub mod tier0_dll {
|
||||||
@ -227,7 +227,7 @@ pub mod cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: vstdlib_s64.dll
|
// Module: vstdlib_s64.dll
|
||||||
pub mod vstdlib_s64_dll {
|
pub mod vstdlib_s64_dll {
|
||||||
pub const IVALIDATE001: usize = 0xABB40;
|
pub const IVALIDATE001: usize = 0x6A990;
|
||||||
pub const VEngineCvar002: usize = 0x69070;
|
pub const VEngineCvar002: usize = 0x69070;
|
||||||
}
|
}
|
||||||
// Module: worldrenderer.dll
|
// Module: worldrenderer.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: materialsystem2.dll
|
// Module: materialsystem2.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: networksystem.dll
|
// Module: networksystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,26 +1,26 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Offsets {
|
namespace CS2Dumper.Offsets {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
public static class ClientDll {
|
public static class ClientDll {
|
||||||
public const nint dwCSGOInput = 0x1AAB670;
|
public const nint dwCSGOInput = 0x1AAC690;
|
||||||
public const nint dwEntityList = 0x1A359B0;
|
public const nint dwEntityList = 0x1A369E0;
|
||||||
public const nint dwGameEntitySystem = 0x1B5C6C8;
|
public const nint dwGameEntitySystem = 0x1B5D728;
|
||||||
public const nint dwGameEntitySystem_highestEntityIndex = 0x20F0;
|
public const nint dwGameEntitySystem_highestEntityIndex = 0x20F0;
|
||||||
public const nint dwGameRules = 0x1A9C7F0;
|
public const nint dwGameRules = 0x1A9D810;
|
||||||
public const nint dwGlobalVars = 0x187DC80;
|
public const nint dwGlobalVars = 0x187EC70;
|
||||||
public const nint dwGlowManager = 0x1A9C810;
|
public const nint dwGlowManager = 0x1A9D830;
|
||||||
public const nint dwLocalPlayerController = 0x1A87030;
|
public const nint dwLocalPlayerController = 0x1A88060;
|
||||||
public const nint dwLocalPlayerPawn = 0x1889F20;
|
public const nint dwLocalPlayerPawn = 0x188AF10;
|
||||||
public const nint dwPlantedC4 = 0x1AA6840;
|
public const nint dwPlantedC4 = 0x1AA79D0;
|
||||||
public const nint dwPrediction = 0x1889DA0;
|
public const nint dwPrediction = 0x188AD90;
|
||||||
public const nint dwSensitivity = 0x1A9DF58;
|
public const nint dwSensitivity = 0x1A9EE08;
|
||||||
public const nint dwSensitivity_sensitivity = 0x40;
|
public const nint dwSensitivity_sensitivity = 0x40;
|
||||||
public const nint dwViewAngles = 0x1AABA40;
|
public const nint dwViewAngles = 0x1AACA60;
|
||||||
public const nint dwViewMatrix = 0x1AA17B0;
|
public const nint dwViewMatrix = 0x1AA27D0;
|
||||||
public const nint dwViewRender = 0x1AA1FC0;
|
public const nint dwViewRender = 0x1AA2FE0;
|
||||||
public const nint dwWeaponC4 = 0x1A39C20;
|
public const nint dwWeaponC4 = 0x1A3AC60;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
public static class Engine2Dll {
|
public static class Engine2Dll {
|
||||||
@ -47,7 +47,7 @@ namespace CS2Dumper.Offsets {
|
|||||||
}
|
}
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
public static class SoundsystemDll {
|
public static class SoundsystemDll {
|
||||||
public const nint dwSoundSystem = 0x39E5E0;
|
public const nint dwSoundSystem = 0x3A15F0;
|
||||||
public const nint dwSoundSystem_engineViewData = 0x7C;
|
public const nint dwSoundSystem_engineViewData = 0x7C;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -9,23 +9,23 @@ namespace cs2_dumper {
|
|||||||
namespace offsets {
|
namespace offsets {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
namespace client_dll {
|
namespace client_dll {
|
||||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1AAB670;
|
constexpr std::ptrdiff_t dwCSGOInput = 0x1AAC690;
|
||||||
constexpr std::ptrdiff_t dwEntityList = 0x1A359B0;
|
constexpr std::ptrdiff_t dwEntityList = 0x1A369E0;
|
||||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1B5C6C8;
|
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1B5D728;
|
||||||
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x20F0;
|
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x20F0;
|
||||||
constexpr std::ptrdiff_t dwGameRules = 0x1A9C7F0;
|
constexpr std::ptrdiff_t dwGameRules = 0x1A9D810;
|
||||||
constexpr std::ptrdiff_t dwGlobalVars = 0x187DC80;
|
constexpr std::ptrdiff_t dwGlobalVars = 0x187EC70;
|
||||||
constexpr std::ptrdiff_t dwGlowManager = 0x1A9C810;
|
constexpr std::ptrdiff_t dwGlowManager = 0x1A9D830;
|
||||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A87030;
|
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A88060;
|
||||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x1889F20;
|
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x188AF10;
|
||||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1AA6840;
|
constexpr std::ptrdiff_t dwPlantedC4 = 0x1AA79D0;
|
||||||
constexpr std::ptrdiff_t dwPrediction = 0x1889DA0;
|
constexpr std::ptrdiff_t dwPrediction = 0x188AD90;
|
||||||
constexpr std::ptrdiff_t dwSensitivity = 0x1A9DF58;
|
constexpr std::ptrdiff_t dwSensitivity = 0x1A9EE08;
|
||||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||||
constexpr std::ptrdiff_t dwViewAngles = 0x1AABA40;
|
constexpr std::ptrdiff_t dwViewAngles = 0x1AACA60;
|
||||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1AA17B0;
|
constexpr std::ptrdiff_t dwViewMatrix = 0x1AA27D0;
|
||||||
constexpr std::ptrdiff_t dwViewRender = 0x1AA1FC0;
|
constexpr std::ptrdiff_t dwViewRender = 0x1AA2FE0;
|
||||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x1A39C20;
|
constexpr std::ptrdiff_t dwWeaponC4 = 0x1A3AC60;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
namespace engine2_dll {
|
namespace engine2_dll {
|
||||||
@ -52,7 +52,7 @@ namespace cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
namespace soundsystem_dll {
|
namespace soundsystem_dll {
|
||||||
constexpr std::ptrdiff_t dwSoundSystem = 0x39E5E0;
|
constexpr std::ptrdiff_t dwSoundSystem = 0x3A15F0;
|
||||||
constexpr std::ptrdiff_t dwSoundSystem_engineViewData = 0x7C;
|
constexpr std::ptrdiff_t dwSoundSystem_engineViewData = 0x7C;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
{
|
{
|
||||||
"client.dll": {
|
"client.dll": {
|
||||||
"dwCSGOInput": 27965040,
|
"dwCSGOInput": 27969168,
|
||||||
"dwEntityList": 27482544,
|
"dwEntityList": 27486688,
|
||||||
"dwGameEntitySystem": 28690120,
|
"dwGameEntitySystem": 28694312,
|
||||||
"dwGameEntitySystem_highestEntityIndex": 8432,
|
"dwGameEntitySystem_highestEntityIndex": 8432,
|
||||||
"dwGameRules": 27903984,
|
"dwGameRules": 27908112,
|
||||||
"dwGlobalVars": 25681024,
|
"dwGlobalVars": 25685104,
|
||||||
"dwGlowManager": 27904016,
|
"dwGlowManager": 27908144,
|
||||||
"dwLocalPlayerController": 27815984,
|
"dwLocalPlayerController": 27820128,
|
||||||
"dwLocalPlayerPawn": 25730848,
|
"dwLocalPlayerPawn": 25734928,
|
||||||
"dwPlantedC4": 27945024,
|
"dwPlantedC4": 27949520,
|
||||||
"dwPrediction": 25730464,
|
"dwPrediction": 25734544,
|
||||||
"dwSensitivity": 27909976,
|
"dwSensitivity": 27913736,
|
||||||
"dwSensitivity_sensitivity": 64,
|
"dwSensitivity_sensitivity": 64,
|
||||||
"dwViewAngles": 27966016,
|
"dwViewAngles": 27970144,
|
||||||
"dwViewMatrix": 27924400,
|
"dwViewMatrix": 27928528,
|
||||||
"dwViewRender": 27926464,
|
"dwViewRender": 27930592,
|
||||||
"dwWeaponC4": 27499552
|
"dwWeaponC4": 27503712
|
||||||
},
|
},
|
||||||
"engine2.dll": {
|
"engine2.dll": {
|
||||||
"dwBuildNumber": 5508068,
|
"dwBuildNumber": 5508068,
|
||||||
@ -39,7 +39,7 @@
|
|||||||
"dwGameTypes_mapName": 288
|
"dwGameTypes_mapName": 288
|
||||||
},
|
},
|
||||||
"soundsystem.dll": {
|
"soundsystem.dll": {
|
||||||
"dwSoundSystem": 3794400,
|
"dwSoundSystem": 3806704,
|
||||||
"dwSoundSystem_engineViewData": 124
|
"dwSoundSystem_engineViewData": 124
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, unused)]
|
#![allow(non_upper_case_globals, unused)]
|
||||||
|
|
||||||
@ -7,23 +7,23 @@ pub mod cs2_dumper {
|
|||||||
pub mod offsets {
|
pub mod offsets {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
pub mod client_dll {
|
pub mod client_dll {
|
||||||
pub const dwCSGOInput: usize = 0x1AAB670;
|
pub const dwCSGOInput: usize = 0x1AAC690;
|
||||||
pub const dwEntityList: usize = 0x1A359B0;
|
pub const dwEntityList: usize = 0x1A369E0;
|
||||||
pub const dwGameEntitySystem: usize = 0x1B5C6C8;
|
pub const dwGameEntitySystem: usize = 0x1B5D728;
|
||||||
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x20F0;
|
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x20F0;
|
||||||
pub const dwGameRules: usize = 0x1A9C7F0;
|
pub const dwGameRules: usize = 0x1A9D810;
|
||||||
pub const dwGlobalVars: usize = 0x187DC80;
|
pub const dwGlobalVars: usize = 0x187EC70;
|
||||||
pub const dwGlowManager: usize = 0x1A9C810;
|
pub const dwGlowManager: usize = 0x1A9D830;
|
||||||
pub const dwLocalPlayerController: usize = 0x1A87030;
|
pub const dwLocalPlayerController: usize = 0x1A88060;
|
||||||
pub const dwLocalPlayerPawn: usize = 0x1889F20;
|
pub const dwLocalPlayerPawn: usize = 0x188AF10;
|
||||||
pub const dwPlantedC4: usize = 0x1AA6840;
|
pub const dwPlantedC4: usize = 0x1AA79D0;
|
||||||
pub const dwPrediction: usize = 0x1889DA0;
|
pub const dwPrediction: usize = 0x188AD90;
|
||||||
pub const dwSensitivity: usize = 0x1A9DF58;
|
pub const dwSensitivity: usize = 0x1A9EE08;
|
||||||
pub const dwSensitivity_sensitivity: usize = 0x40;
|
pub const dwSensitivity_sensitivity: usize = 0x40;
|
||||||
pub const dwViewAngles: usize = 0x1AABA40;
|
pub const dwViewAngles: usize = 0x1AACA60;
|
||||||
pub const dwViewMatrix: usize = 0x1AA17B0;
|
pub const dwViewMatrix: usize = 0x1AA27D0;
|
||||||
pub const dwViewRender: usize = 0x1AA1FC0;
|
pub const dwViewRender: usize = 0x1AA2FE0;
|
||||||
pub const dwWeaponC4: usize = 0x1A39C20;
|
pub const dwWeaponC4: usize = 0x1A3AC60;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
pub mod engine2_dll {
|
pub mod engine2_dll {
|
||||||
@ -50,7 +50,7 @@ pub mod cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
pub mod soundsystem_dll {
|
pub mod soundsystem_dll {
|
||||||
pub const dwSoundSystem: usize = 0x39E5E0;
|
pub const dwSoundSystem: usize = 0x3A15F0;
|
||||||
pub const dwSoundSystem_engineViewData: usize = 0x7C;
|
pub const dwSoundSystem_engineViewData: usize = 0x7C;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: panorama.dll
|
// Module: panorama.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: particles.dll
|
// Module: particles.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: pulse_system.dll
|
// Module: pulse_system.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: rendersystemdx11.dll
|
// Module: rendersystemdx11.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: resourcesystem.dll
|
// Module: resourcesystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: scenesystem.dll
|
// Module: scenesystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: schemasystem.dll
|
// Module: schemasystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: server.dll
|
// Module: server.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: vphysics2.dll
|
// Module: vphysics2.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: worldrenderer.dll
|
// Module: worldrenderer.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2025-02-22 11:14:11.118449200 UTC
|
// 2025-02-28 00:46:50.110041 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user