mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-01-05 02:52:53 +08:00
commit
9a81629cfa
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: animationsystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#![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
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
namespace CS2Dumper {
|
||||
// Module: client.dll
|
||||
public static class Buttons {
|
||||
public const nint attack = 0x185D4C0;
|
||||
public const nint attack2 = 0x185D550;
|
||||
public const nint back = 0x185D790;
|
||||
public const nint duck = 0x185DA60;
|
||||
public const nint forward = 0x185D700;
|
||||
public const nint jump = 0x185D9D0;
|
||||
public const nint left = 0x185D820;
|
||||
public const nint lookatweapon = 0x1A6D860;
|
||||
public const nint reload = 0x185D430;
|
||||
public const nint right = 0x185D8B0;
|
||||
public const nint showscores = 0x1A6D740;
|
||||
public const nint sprint = 0x185D3A0;
|
||||
public const nint turnleft = 0x185D5E0;
|
||||
public const nint turnright = 0x185D670;
|
||||
public const nint use = 0x185D940;
|
||||
public const nint zoom = 0x1A6D7D0;
|
||||
public const nint attack = 0x18614C0;
|
||||
public const nint attack2 = 0x1861550;
|
||||
public const nint back = 0x1861790;
|
||||
public const nint duck = 0x1861A60;
|
||||
public const nint forward = 0x1861700;
|
||||
public const nint jump = 0x18619D0;
|
||||
public const nint left = 0x1861820;
|
||||
public const nint lookatweapon = 0x1A89260;
|
||||
public const nint reload = 0x1861430;
|
||||
public const nint right = 0x18618B0;
|
||||
public const nint showscores = 0x1A89140;
|
||||
public const nint sprint = 0x18613A0;
|
||||
public const nint turnleft = 0x18615E0;
|
||||
public const nint turnright = 0x1861670;
|
||||
public const nint use = 0x1861940;
|
||||
public const nint zoom = 0x1A891D0;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -8,21 +8,21 @@
|
||||
namespace cs2_dumper {
|
||||
// Module: client.dll
|
||||
namespace buttons {
|
||||
constexpr std::ptrdiff_t attack = 0x185D4C0;
|
||||
constexpr std::ptrdiff_t attack2 = 0x185D550;
|
||||
constexpr std::ptrdiff_t back = 0x185D790;
|
||||
constexpr std::ptrdiff_t duck = 0x185DA60;
|
||||
constexpr std::ptrdiff_t forward = 0x185D700;
|
||||
constexpr std::ptrdiff_t jump = 0x185D9D0;
|
||||
constexpr std::ptrdiff_t left = 0x185D820;
|
||||
constexpr std::ptrdiff_t lookatweapon = 0x1A6D860;
|
||||
constexpr std::ptrdiff_t reload = 0x185D430;
|
||||
constexpr std::ptrdiff_t right = 0x185D8B0;
|
||||
constexpr std::ptrdiff_t showscores = 0x1A6D740;
|
||||
constexpr std::ptrdiff_t sprint = 0x185D3A0;
|
||||
constexpr std::ptrdiff_t turnleft = 0x185D5E0;
|
||||
constexpr std::ptrdiff_t turnright = 0x185D670;
|
||||
constexpr std::ptrdiff_t use = 0x185D940;
|
||||
constexpr std::ptrdiff_t zoom = 0x1A6D7D0;
|
||||
constexpr std::ptrdiff_t attack = 0x18614C0;
|
||||
constexpr std::ptrdiff_t attack2 = 0x1861550;
|
||||
constexpr std::ptrdiff_t back = 0x1861790;
|
||||
constexpr std::ptrdiff_t duck = 0x1861A60;
|
||||
constexpr std::ptrdiff_t forward = 0x1861700;
|
||||
constexpr std::ptrdiff_t jump = 0x18619D0;
|
||||
constexpr std::ptrdiff_t left = 0x1861820;
|
||||
constexpr std::ptrdiff_t lookatweapon = 0x1A89260;
|
||||
constexpr std::ptrdiff_t reload = 0x1861430;
|
||||
constexpr std::ptrdiff_t right = 0x18618B0;
|
||||
constexpr std::ptrdiff_t showscores = 0x1A89140;
|
||||
constexpr std::ptrdiff_t sprint = 0x18613A0;
|
||||
constexpr std::ptrdiff_t turnleft = 0x18615E0;
|
||||
constexpr std::ptrdiff_t turnright = 0x1861670;
|
||||
constexpr std::ptrdiff_t use = 0x1861940;
|
||||
constexpr std::ptrdiff_t zoom = 0x1A891D0;
|
||||
}
|
||||
}
|
||||
|
@ -1,20 +1,20 @@
|
||||
{
|
||||
"client.dll": {
|
||||
"attack": 25547968,
|
||||
"attack2": 25548112,
|
||||
"back": 25548688,
|
||||
"duck": 25549408,
|
||||
"forward": 25548544,
|
||||
"jump": 25549264,
|
||||
"left": 25548832,
|
||||
"lookatweapon": 27711584,
|
||||
"reload": 25547824,
|
||||
"right": 25548976,
|
||||
"showscores": 27711296,
|
||||
"sprint": 25547680,
|
||||
"turnleft": 25548256,
|
||||
"turnright": 25548400,
|
||||
"use": 25549120,
|
||||
"zoom": 27711440
|
||||
"attack": 25564352,
|
||||
"attack2": 25564496,
|
||||
"back": 25565072,
|
||||
"duck": 25565792,
|
||||
"forward": 25564928,
|
||||
"jump": 25565648,
|
||||
"left": 25565216,
|
||||
"lookatweapon": 27824736,
|
||||
"reload": 25564208,
|
||||
"right": 25565360,
|
||||
"showscores": 27824448,
|
||||
"sprint": 25564064,
|
||||
"turnleft": 25564640,
|
||||
"turnright": 25564784,
|
||||
"use": 25565504,
|
||||
"zoom": 27824592
|
||||
}
|
||||
}
|
@ -1,26 +1,26 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
// Module: client.dll
|
||||
pub mod buttons {
|
||||
pub const attack: usize = 0x185D4C0;
|
||||
pub const attack2: usize = 0x185D550;
|
||||
pub const back: usize = 0x185D790;
|
||||
pub const duck: usize = 0x185DA60;
|
||||
pub const forward: usize = 0x185D700;
|
||||
pub const jump: usize = 0x185D9D0;
|
||||
pub const left: usize = 0x185D820;
|
||||
pub const lookatweapon: usize = 0x1A6D860;
|
||||
pub const reload: usize = 0x185D430;
|
||||
pub const right: usize = 0x185D8B0;
|
||||
pub const showscores: usize = 0x1A6D740;
|
||||
pub const sprint: usize = 0x185D3A0;
|
||||
pub const turnleft: usize = 0x185D5E0;
|
||||
pub const turnright: usize = 0x185D670;
|
||||
pub const r#use: usize = 0x185D940;
|
||||
pub const zoom: usize = 0x1A6D7D0;
|
||||
pub const attack: usize = 0x18614C0;
|
||||
pub const attack2: usize = 0x1861550;
|
||||
pub const back: usize = 0x1861790;
|
||||
pub const duck: usize = 0x1861A60;
|
||||
pub const forward: usize = 0x1861700;
|
||||
pub const jump: usize = 0x18619D0;
|
||||
pub const left: usize = 0x1861820;
|
||||
pub const lookatweapon: usize = 0x1A89260;
|
||||
pub const reload: usize = 0x1861430;
|
||||
pub const right: usize = 0x18618B0;
|
||||
pub const showscores: usize = 0x1A89140;
|
||||
pub const sprint: usize = 0x18613A0;
|
||||
pub const turnleft: usize = 0x18615E0;
|
||||
pub const turnright: usize = 0x1861670;
|
||||
pub const r#use: usize = 0x1861940;
|
||||
pub const zoom: usize = 0x1A891D0;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: client.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#![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
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: engine2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#![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
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: host.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"build_number": 14056,
|
||||
"timestamp": "2024-12-19T01:46:52.610571900+00:00"
|
||||
"build_number": 14057,
|
||||
"timestamp": "2024-12-20T00:28:49.506012100+00:00"
|
||||
}
|
@ -1,22 +1,22 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
namespace CS2Dumper.Interfaces {
|
||||
// Module: animationsystem.dll
|
||||
public static class AnimationsystemDll {
|
||||
public const nint AnimationSystemUtils_001 = 0x600DC8;
|
||||
public const nint AnimationSystem_001 = 0x5F8CF0;
|
||||
public const nint AnimationSystemUtils_001 = 0x60EDC8;
|
||||
public const nint AnimationSystem_001 = 0x606CF0;
|
||||
}
|
||||
// Module: client.dll
|
||||
public static class ClientDll {
|
||||
public const nint ClientToolsInfo_001 = 0x185CAB0;
|
||||
public const nint EmptyWorldService001_Client = 0x1817E10;
|
||||
public const nint GameClientExports001 = 0x1859768;
|
||||
public const nint LegacyGameUI001 = 0x187A2E0;
|
||||
public const nint Source2Client002 = 0x1A5D430;
|
||||
public const nint Source2ClientConfig001 = 0x19FD590;
|
||||
public const nint Source2ClientPrediction001 = 0x1864B60;
|
||||
public const nint Source2ClientUI001 = 0x18786C0;
|
||||
public const nint ClientToolsInfo_001 = 0x1860AB0;
|
||||
public const nint EmptyWorldService001_Client = 0x181BE10;
|
||||
public const nint GameClientExports001 = 0x185D768;
|
||||
public const nint LegacyGameUI001 = 0x187E2E0;
|
||||
public const nint Source2Client002 = 0x1A78E30;
|
||||
public const nint Source2ClientConfig001 = 0x1A0F600;
|
||||
public const nint Source2ClientPrediction001 = 0x1868B60;
|
||||
public const nint Source2ClientUI001 = 0x187C6C0;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
@ -89,19 +89,19 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: materialsystem2.dll
|
||||
public static class Materialsystem2Dll {
|
||||
public const nint FontManager_001 = 0x113330;
|
||||
public const nint MaterialUtils_001 = 0x10E4C0;
|
||||
public const nint PostProcessingSystem_001 = 0x10E3D0;
|
||||
public const nint TextLayout_001 = 0x10E450;
|
||||
public const nint VMaterialSystem2_001 = 0x112910;
|
||||
public const nint FontManager_001 = 0x114330;
|
||||
public const nint MaterialUtils_001 = 0x10F4C0;
|
||||
public const nint PostProcessingSystem_001 = 0x10F3D0;
|
||||
public const nint TextLayout_001 = 0x10F450;
|
||||
public const nint VMaterialSystem2_001 = 0x113910;
|
||||
}
|
||||
// Module: meshsystem.dll
|
||||
public static class MeshsystemDll {
|
||||
public const nint MeshSystem001 = 0x150C20;
|
||||
public const nint MeshSystem001 = 0x19D600;
|
||||
}
|
||||
// Module: navsystem.dll
|
||||
public static class NavsystemDll {
|
||||
public const nint NavSystem001 = 0xFA730;
|
||||
public const nint NavSystem001 = 0xFB730;
|
||||
}
|
||||
// Module: networksystem.dll
|
||||
public static class NetworksystemDll {
|
||||
@ -112,7 +112,7 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: panorama.dll
|
||||
public static class PanoramaDll {
|
||||
public const nint PanoramaUIEngine001 = 0x4E4260;
|
||||
public const nint PanoramaUIEngine001 = 0x4E5260;
|
||||
}
|
||||
// Module: panorama_text_pango.dll
|
||||
public static class PanoramaTextPangoDll {
|
||||
@ -124,11 +124,11 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: particles.dll
|
||||
public static class ParticlesDll {
|
||||
public const nint ParticleSystemMgr003 = 0x5E2370;
|
||||
public const nint ParticleSystemMgr003 = 0x629CB0;
|
||||
}
|
||||
// Module: pulse_system.dll
|
||||
public static class PulseSystemDll {
|
||||
public const nint IPulseSystem_001 = 0x14A240;
|
||||
public const nint IPulseSystem_001 = 0x17D990;
|
||||
}
|
||||
// Module: rendersystemdx11.dll
|
||||
public static class Rendersystemdx11Dll {
|
||||
@ -138,42 +138,42 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: resourcesystem.dll
|
||||
public static class ResourcesystemDll {
|
||||
public const nint ResourceSystem013 = 0x6AFF0;
|
||||
public const nint ResourceSystem013 = 0x72A40;
|
||||
}
|
||||
// Module: scenefilecache.dll
|
||||
public static class ScenefilecacheDll {
|
||||
public const nint ResponseRulesCache001 = 0x710E0;
|
||||
public const nint SceneFileCache002 = 0x71250;
|
||||
public const nint ResponseRulesCache001 = 0x720F0;
|
||||
public const nint SceneFileCache002 = 0x72260;
|
||||
}
|
||||
// Module: scenesystem.dll
|
||||
public static class ScenesystemDll {
|
||||
public const nint RenderingPipelines_001 = 0x5CEB10;
|
||||
public const nint SceneSystem_002 = 0x7ADFE0;
|
||||
public const nint SceneSystem_002 = 0x7ADFF0;
|
||||
public const nint SceneUtils_001 = 0x5CF360;
|
||||
}
|
||||
// Module: schemasystem.dll
|
||||
public static class SchemasystemDll {
|
||||
public const nint SchemaSystem_001 = 0x5E790;
|
||||
public const nint SchemaSystem_001 = 0x616E0;
|
||||
}
|
||||
// Module: server.dll
|
||||
public static class ServerDll {
|
||||
public const nint EmptyWorldService001_Server = 0x1371B10;
|
||||
public const nint EntitySubclassUtilsV001 = 0x13223C0;
|
||||
public const nint NavGameTest001 = 0x1411B78;
|
||||
public const nint ServerToolsInfo_001 = 0x13C7498;
|
||||
public const nint Source2GameClients001 = 0x13C1340;
|
||||
public const nint Source2GameDirector001 = 0x14F5110;
|
||||
public const nint Source2GameEntities001 = 0x13C73C0;
|
||||
public const nint Source2Server001 = 0x13C7230;
|
||||
public const nint Source2ServerConfig001 = 0x15B1DE8;
|
||||
public const nint customnavsystem001 = 0x1306B28;
|
||||
public const nint EmptyWorldService001_Server = 0x1376B20;
|
||||
public const nint EntitySubclassUtilsV001 = 0x13273E0;
|
||||
public const nint NavGameTest001 = 0x1416B88;
|
||||
public const nint ServerToolsInfo_001 = 0x13CC4A8;
|
||||
public const nint Source2GameClients001 = 0x13C6350;
|
||||
public const nint Source2GameDirector001 = 0x14FA100;
|
||||
public const nint Source2GameEntities001 = 0x13CC3D0;
|
||||
public const nint Source2Server001 = 0x13CC240;
|
||||
public const nint Source2ServerConfig001 = 0x15C4F68;
|
||||
public const nint customnavsystem001 = 0x130BB38;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
public static class SoundsystemDll {
|
||||
public const nint SoundOpSystem001 = 0x39AC40;
|
||||
public const nint SoundOpSystemEdit001 = 0x39AB10;
|
||||
public const nint SoundSystem001 = 0x39A5E0;
|
||||
public const nint VMixEditTool001 = 0x48289BBA;
|
||||
public const nint SoundOpSystem001 = 0x39DC40;
|
||||
public const nint SoundOpSystemEdit001 = 0x39DB10;
|
||||
public const nint SoundSystem001 = 0x39D5E0;
|
||||
public const nint VMixEditTool001 = 0x48289C6A;
|
||||
}
|
||||
// Module: steamaudio.dll
|
||||
public static class SteamaudioDll {
|
||||
@ -181,46 +181,46 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: steamclient64.dll
|
||||
public static class Steamclient64Dll {
|
||||
public const nint CLIENTENGINE_INTERFACE_VERSION005 = 0xFFFFFFFF8BAEC35A;
|
||||
public const nint IVALIDATE001 = 0x1494F18;
|
||||
public const nint SteamClient006 = 0x14926E0;
|
||||
public const nint SteamClient007 = 0x14926E8;
|
||||
public const nint SteamClient008 = 0x14926F0;
|
||||
public const nint SteamClient009 = 0x14926F8;
|
||||
public const nint SteamClient010 = 0x1492700;
|
||||
public const nint SteamClient011 = 0x1492708;
|
||||
public const nint SteamClient012 = 0x1492710;
|
||||
public const nint SteamClient013 = 0x1492718;
|
||||
public const nint SteamClient014 = 0x1492720;
|
||||
public const nint SteamClient015 = 0x1492728;
|
||||
public const nint SteamClient016 = 0x1492730;
|
||||
public const nint SteamClient017 = 0x1492738;
|
||||
public const nint SteamClient018 = 0x1492740;
|
||||
public const nint SteamClient019 = 0x1492748;
|
||||
public const nint SteamClient020 = 0x1492750;
|
||||
public const nint SteamClient021 = 0x1492758;
|
||||
public const nint p2pvoice002 = 0x14E24BF;
|
||||
public const nint p2pvoicesingleton002 = 0x14700E0;
|
||||
public const nint CLIENTENGINE_INTERFACE_VERSION005 = 0xFFFFFFFF8BB1ADBA;
|
||||
public const nint IVALIDATE001 = 0x15636E8;
|
||||
public const nint SteamClient006 = 0x1560E90;
|
||||
public const nint SteamClient007 = 0x1560E98;
|
||||
public const nint SteamClient008 = 0x1560EA0;
|
||||
public const nint SteamClient009 = 0x1560EA8;
|
||||
public const nint SteamClient010 = 0x1560EB0;
|
||||
public const nint SteamClient011 = 0x1560EB8;
|
||||
public const nint SteamClient012 = 0x1560EC0;
|
||||
public const nint SteamClient013 = 0x1560EC8;
|
||||
public const nint SteamClient014 = 0x1560ED0;
|
||||
public const nint SteamClient015 = 0x1560ED8;
|
||||
public const nint SteamClient016 = 0x1560EE0;
|
||||
public const nint SteamClient017 = 0x1560EE8;
|
||||
public const nint SteamClient018 = 0x1560EF0;
|
||||
public const nint SteamClient019 = 0x1560EF8;
|
||||
public const nint SteamClient020 = 0x1560F00;
|
||||
public const nint SteamClient021 = 0x1560F08;
|
||||
public const nint p2pvoice002 = 0x14E45DF;
|
||||
public const nint p2pvoicesingleton002 = 0x153C0E0;
|
||||
}
|
||||
// Module: tier0.dll
|
||||
public static class Tier0Dll {
|
||||
public const nint TestScriptMgr001 = 0x37BA50;
|
||||
public const nint VEngineCvar007 = 0x38A4B0;
|
||||
public const nint VProcessUtils002 = 0x37B960;
|
||||
public const nint VStringTokenSystem001 = 0x3A2F00;
|
||||
public const nint TestScriptMgr001 = 0x37DA50;
|
||||
public const nint VEngineCvar007 = 0x38C4B0;
|
||||
public const nint VProcessUtils002 = 0x37D960;
|
||||
public const nint VStringTokenSystem001 = 0x3A4F00;
|
||||
}
|
||||
// Module: v8system.dll
|
||||
public static class V8systemDll {
|
||||
public const nint Source2V8System001 = 0x2C470;
|
||||
public const nint Source2V8System001 = 0x2C480;
|
||||
}
|
||||
// Module: vphysics2.dll
|
||||
public static class Vphysics2Dll {
|
||||
public const nint VPhysics2_Handle_Interface_001 = 0x38BF40;
|
||||
public const nint VPhysics2_Interface_001 = 0x38BF80;
|
||||
public const nint VPhysics2_Handle_Interface_001 = 0x391F50;
|
||||
public const nint VPhysics2_Interface_001 = 0x391F90;
|
||||
}
|
||||
// Module: vscript.dll
|
||||
public static class VscriptDll {
|
||||
public const nint VScriptManager010 = 0x1285F0;
|
||||
public const nint VScriptManager010 = 0x128600;
|
||||
}
|
||||
// Module: vstdlib_s64.dll
|
||||
public static class VstdlibS64Dll {
|
||||
@ -229,6 +229,6 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: worldrenderer.dll
|
||||
public static class WorldrendererDll {
|
||||
public const nint WorldRendererMgr001 = 0x15F1B0;
|
||||
public const nint WorldRendererMgr001 = 0x161D80;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -9,19 +9,19 @@ namespace cs2_dumper {
|
||||
namespace interfaces {
|
||||
// Module: animationsystem.dll
|
||||
namespace animationsystem_dll {
|
||||
constexpr std::ptrdiff_t AnimationSystemUtils_001 = 0x600DC8;
|
||||
constexpr std::ptrdiff_t AnimationSystem_001 = 0x5F8CF0;
|
||||
constexpr std::ptrdiff_t AnimationSystemUtils_001 = 0x60EDC8;
|
||||
constexpr std::ptrdiff_t AnimationSystem_001 = 0x606CF0;
|
||||
}
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x185CAB0;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x1817E10;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x1859768;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x187A2E0;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x1A5D430;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19FD590;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x1864B60;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x18786C0;
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x1860AB0;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x181BE10;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x185D768;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x187E2E0;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x1A78E30;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x1A0F600;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x1868B60;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x187C6C0;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
@ -94,19 +94,19 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: materialsystem2.dll
|
||||
namespace materialsystem2_dll {
|
||||
constexpr std::ptrdiff_t FontManager_001 = 0x113330;
|
||||
constexpr std::ptrdiff_t MaterialUtils_001 = 0x10E4C0;
|
||||
constexpr std::ptrdiff_t PostProcessingSystem_001 = 0x10E3D0;
|
||||
constexpr std::ptrdiff_t TextLayout_001 = 0x10E450;
|
||||
constexpr std::ptrdiff_t VMaterialSystem2_001 = 0x112910;
|
||||
constexpr std::ptrdiff_t FontManager_001 = 0x114330;
|
||||
constexpr std::ptrdiff_t MaterialUtils_001 = 0x10F4C0;
|
||||
constexpr std::ptrdiff_t PostProcessingSystem_001 = 0x10F3D0;
|
||||
constexpr std::ptrdiff_t TextLayout_001 = 0x10F450;
|
||||
constexpr std::ptrdiff_t VMaterialSystem2_001 = 0x113910;
|
||||
}
|
||||
// Module: meshsystem.dll
|
||||
namespace meshsystem_dll {
|
||||
constexpr std::ptrdiff_t MeshSystem001 = 0x150C20;
|
||||
constexpr std::ptrdiff_t MeshSystem001 = 0x19D600;
|
||||
}
|
||||
// Module: navsystem.dll
|
||||
namespace navsystem_dll {
|
||||
constexpr std::ptrdiff_t NavSystem001 = 0xFA730;
|
||||
constexpr std::ptrdiff_t NavSystem001 = 0xFB730;
|
||||
}
|
||||
// Module: networksystem.dll
|
||||
namespace networksystem_dll {
|
||||
@ -117,7 +117,7 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: panorama.dll
|
||||
namespace panorama_dll {
|
||||
constexpr std::ptrdiff_t PanoramaUIEngine001 = 0x4E4260;
|
||||
constexpr std::ptrdiff_t PanoramaUIEngine001 = 0x4E5260;
|
||||
}
|
||||
// Module: panorama_text_pango.dll
|
||||
namespace panorama_text_pango_dll {
|
||||
@ -129,11 +129,11 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: particles.dll
|
||||
namespace particles_dll {
|
||||
constexpr std::ptrdiff_t ParticleSystemMgr003 = 0x5E2370;
|
||||
constexpr std::ptrdiff_t ParticleSystemMgr003 = 0x629CB0;
|
||||
}
|
||||
// Module: pulse_system.dll
|
||||
namespace pulse_system_dll {
|
||||
constexpr std::ptrdiff_t IPulseSystem_001 = 0x14A240;
|
||||
constexpr std::ptrdiff_t IPulseSystem_001 = 0x17D990;
|
||||
}
|
||||
// Module: rendersystemdx11.dll
|
||||
namespace rendersystemdx11_dll {
|
||||
@ -143,42 +143,42 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: resourcesystem.dll
|
||||
namespace resourcesystem_dll {
|
||||
constexpr std::ptrdiff_t ResourceSystem013 = 0x6AFF0;
|
||||
constexpr std::ptrdiff_t ResourceSystem013 = 0x72A40;
|
||||
}
|
||||
// Module: scenefilecache.dll
|
||||
namespace scenefilecache_dll {
|
||||
constexpr std::ptrdiff_t ResponseRulesCache001 = 0x710E0;
|
||||
constexpr std::ptrdiff_t SceneFileCache002 = 0x71250;
|
||||
constexpr std::ptrdiff_t ResponseRulesCache001 = 0x720F0;
|
||||
constexpr std::ptrdiff_t SceneFileCache002 = 0x72260;
|
||||
}
|
||||
// Module: scenesystem.dll
|
||||
namespace scenesystem_dll {
|
||||
constexpr std::ptrdiff_t RenderingPipelines_001 = 0x5CEB10;
|
||||
constexpr std::ptrdiff_t SceneSystem_002 = 0x7ADFE0;
|
||||
constexpr std::ptrdiff_t SceneSystem_002 = 0x7ADFF0;
|
||||
constexpr std::ptrdiff_t SceneUtils_001 = 0x5CF360;
|
||||
}
|
||||
// Module: schemasystem.dll
|
||||
namespace schemasystem_dll {
|
||||
constexpr std::ptrdiff_t SchemaSystem_001 = 0x5E790;
|
||||
constexpr std::ptrdiff_t SchemaSystem_001 = 0x616E0;
|
||||
}
|
||||
// Module: server.dll
|
||||
namespace server_dll {
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x1371B10;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x13223C0;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0x1411B78;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13C7498;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x13C1340;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14F5110;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13C73C0;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x13C7230;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x15B1DE8;
|
||||
constexpr std::ptrdiff_t customnavsystem001 = 0x1306B28;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x1376B20;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x13273E0;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0x1416B88;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13CC4A8;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x13C6350;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14FA100;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13CC3D0;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x13CC240;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x15C4F68;
|
||||
constexpr std::ptrdiff_t customnavsystem001 = 0x130BB38;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
namespace soundsystem_dll {
|
||||
constexpr std::ptrdiff_t SoundOpSystem001 = 0x39AC40;
|
||||
constexpr std::ptrdiff_t SoundOpSystemEdit001 = 0x39AB10;
|
||||
constexpr std::ptrdiff_t SoundSystem001 = 0x39A5E0;
|
||||
constexpr std::ptrdiff_t VMixEditTool001 = 0x48289BBA;
|
||||
constexpr std::ptrdiff_t SoundOpSystem001 = 0x39DC40;
|
||||
constexpr std::ptrdiff_t SoundOpSystemEdit001 = 0x39DB10;
|
||||
constexpr std::ptrdiff_t SoundSystem001 = 0x39D5E0;
|
||||
constexpr std::ptrdiff_t VMixEditTool001 = 0x48289C6A;
|
||||
}
|
||||
// Module: steamaudio.dll
|
||||
namespace steamaudio_dll {
|
||||
@ -186,46 +186,46 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: steamclient64.dll
|
||||
namespace steamclient64_dll {
|
||||
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0xFFFFFFFF8BAEC35A;
|
||||
constexpr std::ptrdiff_t IVALIDATE001 = 0x1494F18;
|
||||
constexpr std::ptrdiff_t SteamClient006 = 0x14926E0;
|
||||
constexpr std::ptrdiff_t SteamClient007 = 0x14926E8;
|
||||
constexpr std::ptrdiff_t SteamClient008 = 0x14926F0;
|
||||
constexpr std::ptrdiff_t SteamClient009 = 0x14926F8;
|
||||
constexpr std::ptrdiff_t SteamClient010 = 0x1492700;
|
||||
constexpr std::ptrdiff_t SteamClient011 = 0x1492708;
|
||||
constexpr std::ptrdiff_t SteamClient012 = 0x1492710;
|
||||
constexpr std::ptrdiff_t SteamClient013 = 0x1492718;
|
||||
constexpr std::ptrdiff_t SteamClient014 = 0x1492720;
|
||||
constexpr std::ptrdiff_t SteamClient015 = 0x1492728;
|
||||
constexpr std::ptrdiff_t SteamClient016 = 0x1492730;
|
||||
constexpr std::ptrdiff_t SteamClient017 = 0x1492738;
|
||||
constexpr std::ptrdiff_t SteamClient018 = 0x1492740;
|
||||
constexpr std::ptrdiff_t SteamClient019 = 0x1492748;
|
||||
constexpr std::ptrdiff_t SteamClient020 = 0x1492750;
|
||||
constexpr std::ptrdiff_t SteamClient021 = 0x1492758;
|
||||
constexpr std::ptrdiff_t p2pvoice002 = 0x14E24BF;
|
||||
constexpr std::ptrdiff_t p2pvoicesingleton002 = 0x14700E0;
|
||||
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0xFFFFFFFF8BB1ADBA;
|
||||
constexpr std::ptrdiff_t IVALIDATE001 = 0x15636E8;
|
||||
constexpr std::ptrdiff_t SteamClient006 = 0x1560E90;
|
||||
constexpr std::ptrdiff_t SteamClient007 = 0x1560E98;
|
||||
constexpr std::ptrdiff_t SteamClient008 = 0x1560EA0;
|
||||
constexpr std::ptrdiff_t SteamClient009 = 0x1560EA8;
|
||||
constexpr std::ptrdiff_t SteamClient010 = 0x1560EB0;
|
||||
constexpr std::ptrdiff_t SteamClient011 = 0x1560EB8;
|
||||
constexpr std::ptrdiff_t SteamClient012 = 0x1560EC0;
|
||||
constexpr std::ptrdiff_t SteamClient013 = 0x1560EC8;
|
||||
constexpr std::ptrdiff_t SteamClient014 = 0x1560ED0;
|
||||
constexpr std::ptrdiff_t SteamClient015 = 0x1560ED8;
|
||||
constexpr std::ptrdiff_t SteamClient016 = 0x1560EE0;
|
||||
constexpr std::ptrdiff_t SteamClient017 = 0x1560EE8;
|
||||
constexpr std::ptrdiff_t SteamClient018 = 0x1560EF0;
|
||||
constexpr std::ptrdiff_t SteamClient019 = 0x1560EF8;
|
||||
constexpr std::ptrdiff_t SteamClient020 = 0x1560F00;
|
||||
constexpr std::ptrdiff_t SteamClient021 = 0x1560F08;
|
||||
constexpr std::ptrdiff_t p2pvoice002 = 0x14E45DF;
|
||||
constexpr std::ptrdiff_t p2pvoicesingleton002 = 0x153C0E0;
|
||||
}
|
||||
// Module: tier0.dll
|
||||
namespace tier0_dll {
|
||||
constexpr std::ptrdiff_t TestScriptMgr001 = 0x37BA50;
|
||||
constexpr std::ptrdiff_t VEngineCvar007 = 0x38A4B0;
|
||||
constexpr std::ptrdiff_t VProcessUtils002 = 0x37B960;
|
||||
constexpr std::ptrdiff_t VStringTokenSystem001 = 0x3A2F00;
|
||||
constexpr std::ptrdiff_t TestScriptMgr001 = 0x37DA50;
|
||||
constexpr std::ptrdiff_t VEngineCvar007 = 0x38C4B0;
|
||||
constexpr std::ptrdiff_t VProcessUtils002 = 0x37D960;
|
||||
constexpr std::ptrdiff_t VStringTokenSystem001 = 0x3A4F00;
|
||||
}
|
||||
// Module: v8system.dll
|
||||
namespace v8system_dll {
|
||||
constexpr std::ptrdiff_t Source2V8System001 = 0x2C470;
|
||||
constexpr std::ptrdiff_t Source2V8System001 = 0x2C480;
|
||||
}
|
||||
// Module: vphysics2.dll
|
||||
namespace vphysics2_dll {
|
||||
constexpr std::ptrdiff_t VPhysics2_Handle_Interface_001 = 0x38BF40;
|
||||
constexpr std::ptrdiff_t VPhysics2_Interface_001 = 0x38BF80;
|
||||
constexpr std::ptrdiff_t VPhysics2_Handle_Interface_001 = 0x391F50;
|
||||
constexpr std::ptrdiff_t VPhysics2_Interface_001 = 0x391F90;
|
||||
}
|
||||
// Module: vscript.dll
|
||||
namespace vscript_dll {
|
||||
constexpr std::ptrdiff_t VScriptManager010 = 0x1285F0;
|
||||
constexpr std::ptrdiff_t VScriptManager010 = 0x128600;
|
||||
}
|
||||
// Module: vstdlib_s64.dll
|
||||
namespace vstdlib_s64_dll {
|
||||
@ -234,7 +234,7 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: worldrenderer.dll
|
||||
namespace worldrenderer_dll {
|
||||
constexpr std::ptrdiff_t WorldRendererMgr001 = 0x15F1B0;
|
||||
constexpr std::ptrdiff_t WorldRendererMgr001 = 0x161D80;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
"animationsystem.dll": {
|
||||
"AnimationSystemUtils_001": 6294984,
|
||||
"AnimationSystem_001": 6262000
|
||||
"AnimationSystemUtils_001": 6352328,
|
||||
"AnimationSystem_001": 6319344
|
||||
},
|
||||
"client.dll": {
|
||||
"ClientToolsInfo_001": 25545392,
|
||||
"EmptyWorldService001_Client": 25263632,
|
||||
"GameClientExports001": 25532264,
|
||||
"LegacyGameUI001": 25666272,
|
||||
"Source2Client002": 27644976,
|
||||
"Source2ClientConfig001": 27252112,
|
||||
"Source2ClientPrediction001": 25578336,
|
||||
"Source2ClientUI001": 25659072
|
||||
"ClientToolsInfo_001": 25561776,
|
||||
"EmptyWorldService001_Client": 25280016,
|
||||
"GameClientExports001": 25548648,
|
||||
"LegacyGameUI001": 25682656,
|
||||
"Source2Client002": 27758128,
|
||||
"Source2ClientConfig001": 27325952,
|
||||
"Source2ClientPrediction001": 25594720,
|
||||
"Source2ClientUI001": 25675456
|
||||
},
|
||||
"engine2.dll": {
|
||||
"BenchmarkService001": 5475248,
|
||||
@ -76,17 +76,17 @@
|
||||
"MATCHFRAMEWORK_001": 1753984
|
||||
},
|
||||
"materialsystem2.dll": {
|
||||
"FontManager_001": 1127216,
|
||||
"MaterialUtils_001": 1107136,
|
||||
"PostProcessingSystem_001": 1106896,
|
||||
"TextLayout_001": 1107024,
|
||||
"VMaterialSystem2_001": 1124624
|
||||
"FontManager_001": 1131312,
|
||||
"MaterialUtils_001": 1111232,
|
||||
"PostProcessingSystem_001": 1110992,
|
||||
"TextLayout_001": 1111120,
|
||||
"VMaterialSystem2_001": 1128720
|
||||
},
|
||||
"meshsystem.dll": {
|
||||
"MeshSystem001": 1379360
|
||||
"MeshSystem001": 1693184
|
||||
},
|
||||
"navsystem.dll": {
|
||||
"NavSystem001": 1025840
|
||||
"NavSystem001": 1029936
|
||||
},
|
||||
"networksystem.dll": {
|
||||
"FlattenedSerializersVersion001": 2356368,
|
||||
@ -95,7 +95,7 @@
|
||||
"SerializedEntitiesVersion001": 2528016
|
||||
},
|
||||
"panorama.dll": {
|
||||
"PanoramaUIEngine001": 5128800
|
||||
"PanoramaUIEngine001": 5132896
|
||||
},
|
||||
"panorama_text_pango.dll": {
|
||||
"PanoramaTextServices001": 2832608
|
||||
@ -104,10 +104,10 @@
|
||||
"PanoramaUIClient001": 2664528
|
||||
},
|
||||
"particles.dll": {
|
||||
"ParticleSystemMgr003": 6169456
|
||||
"ParticleSystemMgr003": 6462640
|
||||
},
|
||||
"pulse_system.dll": {
|
||||
"IPulseSystem_001": 1352256
|
||||
"IPulseSystem_001": 1563024
|
||||
},
|
||||
"rendersystemdx11.dll": {
|
||||
"RenderDeviceMgr001": 4121072,
|
||||
@ -115,84 +115,84 @@
|
||||
"VRenderDeviceMgrBackdoor001": 4121232
|
||||
},
|
||||
"resourcesystem.dll": {
|
||||
"ResourceSystem013": 438256
|
||||
"ResourceSystem013": 469568
|
||||
},
|
||||
"scenefilecache.dll": {
|
||||
"ResponseRulesCache001": 463072,
|
||||
"SceneFileCache002": 463440
|
||||
"ResponseRulesCache001": 467184,
|
||||
"SceneFileCache002": 467552
|
||||
},
|
||||
"scenesystem.dll": {
|
||||
"RenderingPipelines_001": 6089488,
|
||||
"SceneSystem_002": 8052704,
|
||||
"SceneSystem_002": 8052720,
|
||||
"SceneUtils_001": 6091616
|
||||
},
|
||||
"schemasystem.dll": {
|
||||
"SchemaSystem_001": 386960
|
||||
"SchemaSystem_001": 399072
|
||||
},
|
||||
"server.dll": {
|
||||
"EmptyWorldService001_Server": 20388624,
|
||||
"EntitySubclassUtilsV001": 20063168,
|
||||
"NavGameTest001": 21044088,
|
||||
"ServerToolsInfo_001": 20739224,
|
||||
"Source2GameClients001": 20714304,
|
||||
"Source2GameDirector001": 21975312,
|
||||
"Source2GameEntities001": 20739008,
|
||||
"Source2Server001": 20738608,
|
||||
"Source2ServerConfig001": 22748648,
|
||||
"customnavsystem001": 19950376
|
||||
"EmptyWorldService001_Server": 20409120,
|
||||
"EntitySubclassUtilsV001": 20083680,
|
||||
"NavGameTest001": 21064584,
|
||||
"ServerToolsInfo_001": 20759720,
|
||||
"Source2GameClients001": 20734800,
|
||||
"Source2GameDirector001": 21995776,
|
||||
"Source2GameEntities001": 20759504,
|
||||
"Source2Server001": 20759104,
|
||||
"Source2ServerConfig001": 22826856,
|
||||
"customnavsystem001": 19970872
|
||||
},
|
||||
"soundsystem.dll": {
|
||||
"SoundOpSystem001": 3779648,
|
||||
"SoundOpSystemEdit001": 3779344,
|
||||
"SoundSystem001": 3778016,
|
||||
"VMixEditTool001": 1210620858
|
||||
"SoundOpSystem001": 3791936,
|
||||
"SoundOpSystemEdit001": 3791632,
|
||||
"SoundSystem001": 3790304,
|
||||
"VMixEditTool001": 1210621034
|
||||
},
|
||||
"steamaudio.dll": {
|
||||
"SteamAudio001": 2177520
|
||||
},
|
||||
"steamclient64.dll": {
|
||||
"CLIENTENGINE_INTERFACE_VERSION005": 18446744071758070618,
|
||||
"IVALIDATE001": 21581592,
|
||||
"SteamClient006": 21571296,
|
||||
"SteamClient007": 21571304,
|
||||
"SteamClient008": 21571312,
|
||||
"SteamClient009": 21571320,
|
||||
"SteamClient010": 21571328,
|
||||
"SteamClient011": 21571336,
|
||||
"SteamClient012": 21571344,
|
||||
"SteamClient013": 21571352,
|
||||
"SteamClient014": 21571360,
|
||||
"SteamClient015": 21571368,
|
||||
"SteamClient016": 21571376,
|
||||
"SteamClient017": 21571384,
|
||||
"SteamClient018": 21571392,
|
||||
"SteamClient019": 21571400,
|
||||
"SteamClient020": 21571408,
|
||||
"SteamClient021": 21571416,
|
||||
"p2pvoice002": 21898431,
|
||||
"p2pvoicesingleton002": 21430496
|
||||
"CLIENTENGINE_INTERFACE_VERSION005": 18446744071758261690,
|
||||
"IVALIDATE001": 22427368,
|
||||
"SteamClient006": 22417040,
|
||||
"SteamClient007": 22417048,
|
||||
"SteamClient008": 22417056,
|
||||
"SteamClient009": 22417064,
|
||||
"SteamClient010": 22417072,
|
||||
"SteamClient011": 22417080,
|
||||
"SteamClient012": 22417088,
|
||||
"SteamClient013": 22417096,
|
||||
"SteamClient014": 22417104,
|
||||
"SteamClient015": 22417112,
|
||||
"SteamClient016": 22417120,
|
||||
"SteamClient017": 22417128,
|
||||
"SteamClient018": 22417136,
|
||||
"SteamClient019": 22417144,
|
||||
"SteamClient020": 22417152,
|
||||
"SteamClient021": 22417160,
|
||||
"p2pvoice002": 21906911,
|
||||
"p2pvoicesingleton002": 22266080
|
||||
},
|
||||
"tier0.dll": {
|
||||
"TestScriptMgr001": 3652176,
|
||||
"VEngineCvar007": 3712176,
|
||||
"VProcessUtils002": 3651936,
|
||||
"VStringTokenSystem001": 3813120
|
||||
"TestScriptMgr001": 3660368,
|
||||
"VEngineCvar007": 3720368,
|
||||
"VProcessUtils002": 3660128,
|
||||
"VStringTokenSystem001": 3821312
|
||||
},
|
||||
"v8system.dll": {
|
||||
"Source2V8System001": 181360
|
||||
"Source2V8System001": 181376
|
||||
},
|
||||
"vphysics2.dll": {
|
||||
"VPhysics2_Handle_Interface_001": 3718976,
|
||||
"VPhysics2_Interface_001": 3719040
|
||||
"VPhysics2_Handle_Interface_001": 3743568,
|
||||
"VPhysics2_Interface_001": 3743632
|
||||
},
|
||||
"vscript.dll": {
|
||||
"VScriptManager010": 1213936
|
||||
"VScriptManager010": 1213952
|
||||
},
|
||||
"vstdlib_s64.dll": {
|
||||
"IVALIDATE001": 703296,
|
||||
"VEngineCvar002": 430192
|
||||
},
|
||||
"worldrenderer.dll": {
|
||||
"WorldRendererMgr001": 1438128
|
||||
"WorldRendererMgr001": 1449344
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
@ -7,19 +7,19 @@ pub mod cs2_dumper {
|
||||
pub mod interfaces {
|
||||
// Module: animationsystem.dll
|
||||
pub mod animationsystem_dll {
|
||||
pub const AnimationSystemUtils_001: usize = 0x600DC8;
|
||||
pub const AnimationSystem_001: usize = 0x5F8CF0;
|
||||
pub const AnimationSystemUtils_001: usize = 0x60EDC8;
|
||||
pub const AnimationSystem_001: usize = 0x606CF0;
|
||||
}
|
||||
// Module: client.dll
|
||||
pub mod client_dll {
|
||||
pub const ClientToolsInfo_001: usize = 0x185CAB0;
|
||||
pub const EmptyWorldService001_Client: usize = 0x1817E10;
|
||||
pub const GameClientExports001: usize = 0x1859768;
|
||||
pub const LegacyGameUI001: usize = 0x187A2E0;
|
||||
pub const Source2Client002: usize = 0x1A5D430;
|
||||
pub const Source2ClientConfig001: usize = 0x19FD590;
|
||||
pub const Source2ClientPrediction001: usize = 0x1864B60;
|
||||
pub const Source2ClientUI001: usize = 0x18786C0;
|
||||
pub const ClientToolsInfo_001: usize = 0x1860AB0;
|
||||
pub const EmptyWorldService001_Client: usize = 0x181BE10;
|
||||
pub const GameClientExports001: usize = 0x185D768;
|
||||
pub const LegacyGameUI001: usize = 0x187E2E0;
|
||||
pub const Source2Client002: usize = 0x1A78E30;
|
||||
pub const Source2ClientConfig001: usize = 0x1A0F600;
|
||||
pub const Source2ClientPrediction001: usize = 0x1868B60;
|
||||
pub const Source2ClientUI001: usize = 0x187C6C0;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
@ -92,19 +92,19 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: materialsystem2.dll
|
||||
pub mod materialsystem2_dll {
|
||||
pub const FontManager_001: usize = 0x113330;
|
||||
pub const MaterialUtils_001: usize = 0x10E4C0;
|
||||
pub const PostProcessingSystem_001: usize = 0x10E3D0;
|
||||
pub const TextLayout_001: usize = 0x10E450;
|
||||
pub const VMaterialSystem2_001: usize = 0x112910;
|
||||
pub const FontManager_001: usize = 0x114330;
|
||||
pub const MaterialUtils_001: usize = 0x10F4C0;
|
||||
pub const PostProcessingSystem_001: usize = 0x10F3D0;
|
||||
pub const TextLayout_001: usize = 0x10F450;
|
||||
pub const VMaterialSystem2_001: usize = 0x113910;
|
||||
}
|
||||
// Module: meshsystem.dll
|
||||
pub mod meshsystem_dll {
|
||||
pub const MeshSystem001: usize = 0x150C20;
|
||||
pub const MeshSystem001: usize = 0x19D600;
|
||||
}
|
||||
// Module: navsystem.dll
|
||||
pub mod navsystem_dll {
|
||||
pub const NavSystem001: usize = 0xFA730;
|
||||
pub const NavSystem001: usize = 0xFB730;
|
||||
}
|
||||
// Module: networksystem.dll
|
||||
pub mod networksystem_dll {
|
||||
@ -115,7 +115,7 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: panorama.dll
|
||||
pub mod panorama_dll {
|
||||
pub const PanoramaUIEngine001: usize = 0x4E4260;
|
||||
pub const PanoramaUIEngine001: usize = 0x4E5260;
|
||||
}
|
||||
// Module: panorama_text_pango.dll
|
||||
pub mod panorama_text_pango_dll {
|
||||
@ -127,11 +127,11 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: particles.dll
|
||||
pub mod particles_dll {
|
||||
pub const ParticleSystemMgr003: usize = 0x5E2370;
|
||||
pub const ParticleSystemMgr003: usize = 0x629CB0;
|
||||
}
|
||||
// Module: pulse_system.dll
|
||||
pub mod pulse_system_dll {
|
||||
pub const IPulseSystem_001: usize = 0x14A240;
|
||||
pub const IPulseSystem_001: usize = 0x17D990;
|
||||
}
|
||||
// Module: rendersystemdx11.dll
|
||||
pub mod rendersystemdx11_dll {
|
||||
@ -141,42 +141,42 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: resourcesystem.dll
|
||||
pub mod resourcesystem_dll {
|
||||
pub const ResourceSystem013: usize = 0x6AFF0;
|
||||
pub const ResourceSystem013: usize = 0x72A40;
|
||||
}
|
||||
// Module: scenefilecache.dll
|
||||
pub mod scenefilecache_dll {
|
||||
pub const ResponseRulesCache001: usize = 0x710E0;
|
||||
pub const SceneFileCache002: usize = 0x71250;
|
||||
pub const ResponseRulesCache001: usize = 0x720F0;
|
||||
pub const SceneFileCache002: usize = 0x72260;
|
||||
}
|
||||
// Module: scenesystem.dll
|
||||
pub mod scenesystem_dll {
|
||||
pub const RenderingPipelines_001: usize = 0x5CEB10;
|
||||
pub const SceneSystem_002: usize = 0x7ADFE0;
|
||||
pub const SceneSystem_002: usize = 0x7ADFF0;
|
||||
pub const SceneUtils_001: usize = 0x5CF360;
|
||||
}
|
||||
// Module: schemasystem.dll
|
||||
pub mod schemasystem_dll {
|
||||
pub const SchemaSystem_001: usize = 0x5E790;
|
||||
pub const SchemaSystem_001: usize = 0x616E0;
|
||||
}
|
||||
// Module: server.dll
|
||||
pub mod server_dll {
|
||||
pub const EmptyWorldService001_Server: usize = 0x1371B10;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x13223C0;
|
||||
pub const NavGameTest001: usize = 0x1411B78;
|
||||
pub const ServerToolsInfo_001: usize = 0x13C7498;
|
||||
pub const Source2GameClients001: usize = 0x13C1340;
|
||||
pub const Source2GameDirector001: usize = 0x14F5110;
|
||||
pub const Source2GameEntities001: usize = 0x13C73C0;
|
||||
pub const Source2Server001: usize = 0x13C7230;
|
||||
pub const Source2ServerConfig001: usize = 0x15B1DE8;
|
||||
pub const customnavsystem001: usize = 0x1306B28;
|
||||
pub const EmptyWorldService001_Server: usize = 0x1376B20;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x13273E0;
|
||||
pub const NavGameTest001: usize = 0x1416B88;
|
||||
pub const ServerToolsInfo_001: usize = 0x13CC4A8;
|
||||
pub const Source2GameClients001: usize = 0x13C6350;
|
||||
pub const Source2GameDirector001: usize = 0x14FA100;
|
||||
pub const Source2GameEntities001: usize = 0x13CC3D0;
|
||||
pub const Source2Server001: usize = 0x13CC240;
|
||||
pub const Source2ServerConfig001: usize = 0x15C4F68;
|
||||
pub const customnavsystem001: usize = 0x130BB38;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
pub mod soundsystem_dll {
|
||||
pub const SoundOpSystem001: usize = 0x39AC40;
|
||||
pub const SoundOpSystemEdit001: usize = 0x39AB10;
|
||||
pub const SoundSystem001: usize = 0x39A5E0;
|
||||
pub const VMixEditTool001: usize = 0x48289BBA;
|
||||
pub const SoundOpSystem001: usize = 0x39DC40;
|
||||
pub const SoundOpSystemEdit001: usize = 0x39DB10;
|
||||
pub const SoundSystem001: usize = 0x39D5E0;
|
||||
pub const VMixEditTool001: usize = 0x48289C6A;
|
||||
}
|
||||
// Module: steamaudio.dll
|
||||
pub mod steamaudio_dll {
|
||||
@ -184,46 +184,46 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: steamclient64.dll
|
||||
pub mod steamclient64_dll {
|
||||
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0xFFFFFFFF8BAEC35A;
|
||||
pub const IVALIDATE001: usize = 0x1494F18;
|
||||
pub const SteamClient006: usize = 0x14926E0;
|
||||
pub const SteamClient007: usize = 0x14926E8;
|
||||
pub const SteamClient008: usize = 0x14926F0;
|
||||
pub const SteamClient009: usize = 0x14926F8;
|
||||
pub const SteamClient010: usize = 0x1492700;
|
||||
pub const SteamClient011: usize = 0x1492708;
|
||||
pub const SteamClient012: usize = 0x1492710;
|
||||
pub const SteamClient013: usize = 0x1492718;
|
||||
pub const SteamClient014: usize = 0x1492720;
|
||||
pub const SteamClient015: usize = 0x1492728;
|
||||
pub const SteamClient016: usize = 0x1492730;
|
||||
pub const SteamClient017: usize = 0x1492738;
|
||||
pub const SteamClient018: usize = 0x1492740;
|
||||
pub const SteamClient019: usize = 0x1492748;
|
||||
pub const SteamClient020: usize = 0x1492750;
|
||||
pub const SteamClient021: usize = 0x1492758;
|
||||
pub const p2pvoice002: usize = 0x14E24BF;
|
||||
pub const p2pvoicesingleton002: usize = 0x14700E0;
|
||||
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0xFFFFFFFF8BB1ADBA;
|
||||
pub const IVALIDATE001: usize = 0x15636E8;
|
||||
pub const SteamClient006: usize = 0x1560E90;
|
||||
pub const SteamClient007: usize = 0x1560E98;
|
||||
pub const SteamClient008: usize = 0x1560EA0;
|
||||
pub const SteamClient009: usize = 0x1560EA8;
|
||||
pub const SteamClient010: usize = 0x1560EB0;
|
||||
pub const SteamClient011: usize = 0x1560EB8;
|
||||
pub const SteamClient012: usize = 0x1560EC0;
|
||||
pub const SteamClient013: usize = 0x1560EC8;
|
||||
pub const SteamClient014: usize = 0x1560ED0;
|
||||
pub const SteamClient015: usize = 0x1560ED8;
|
||||
pub const SteamClient016: usize = 0x1560EE0;
|
||||
pub const SteamClient017: usize = 0x1560EE8;
|
||||
pub const SteamClient018: usize = 0x1560EF0;
|
||||
pub const SteamClient019: usize = 0x1560EF8;
|
||||
pub const SteamClient020: usize = 0x1560F00;
|
||||
pub const SteamClient021: usize = 0x1560F08;
|
||||
pub const p2pvoice002: usize = 0x14E45DF;
|
||||
pub const p2pvoicesingleton002: usize = 0x153C0E0;
|
||||
}
|
||||
// Module: tier0.dll
|
||||
pub mod tier0_dll {
|
||||
pub const TestScriptMgr001: usize = 0x37BA50;
|
||||
pub const VEngineCvar007: usize = 0x38A4B0;
|
||||
pub const VProcessUtils002: usize = 0x37B960;
|
||||
pub const VStringTokenSystem001: usize = 0x3A2F00;
|
||||
pub const TestScriptMgr001: usize = 0x37DA50;
|
||||
pub const VEngineCvar007: usize = 0x38C4B0;
|
||||
pub const VProcessUtils002: usize = 0x37D960;
|
||||
pub const VStringTokenSystem001: usize = 0x3A4F00;
|
||||
}
|
||||
// Module: v8system.dll
|
||||
pub mod v8system_dll {
|
||||
pub const Source2V8System001: usize = 0x2C470;
|
||||
pub const Source2V8System001: usize = 0x2C480;
|
||||
}
|
||||
// Module: vphysics2.dll
|
||||
pub mod vphysics2_dll {
|
||||
pub const VPhysics2_Handle_Interface_001: usize = 0x38BF40;
|
||||
pub const VPhysics2_Interface_001: usize = 0x38BF80;
|
||||
pub const VPhysics2_Handle_Interface_001: usize = 0x391F50;
|
||||
pub const VPhysics2_Interface_001: usize = 0x391F90;
|
||||
}
|
||||
// Module: vscript.dll
|
||||
pub mod vscript_dll {
|
||||
pub const VScriptManager010: usize = 0x1285F0;
|
||||
pub const VScriptManager010: usize = 0x128600;
|
||||
}
|
||||
// Module: vstdlib_s64.dll
|
||||
pub mod vstdlib_s64_dll {
|
||||
@ -232,7 +232,7 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: worldrenderer.dll
|
||||
pub mod worldrenderer_dll {
|
||||
pub const WorldRendererMgr001: usize = 0x15F1B0;
|
||||
pub const WorldRendererMgr001: usize = 0x161D80;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: materialsystem2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#![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
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: networksystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#![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
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
namespace CS2Dumper.Offsets {
|
||||
// Module: client.dll
|
||||
public static class ClientDll {
|
||||
public const nint dwCSGOInput = 0x1A6D940;
|
||||
public const nint dwEntityList = 0x1A01AA8;
|
||||
public const nint dwGameEntitySystem = 0x1B1C458;
|
||||
public const nint dwGameEntitySystem_highestEntityIndex = 0x1520;
|
||||
public const nint dwGameRules = 0x1A5F528;
|
||||
public const nint dwGlobalVars = 0x18589B0;
|
||||
public const nint dwGlowManager = 0x1A5EC68;
|
||||
public const nint dwLocalPlayerController = 0x1A51670;
|
||||
public const nint dwLocalPlayerPawn = 0x1864CC8;
|
||||
public const nint dwPlantedC4 = 0x1A69590;
|
||||
public const nint dwPrediction = 0x1864B60;
|
||||
public const nint dwSensitivity = 0x1A60248;
|
||||
public const nint dwCSGOInput = 0x1A89340;
|
||||
public const nint dwEntityList = 0x1A146E8;
|
||||
public const nint dwGameEntitySystem = 0x1B37E58;
|
||||
public const nint dwGameEntitySystem_highestEntityIndex = 0x20F0;
|
||||
public const nint dwGameRules = 0x1A7AF28;
|
||||
public const nint dwGlobalVars = 0x185C9B0;
|
||||
public const nint dwGlowManager = 0x1A7A668;
|
||||
public const nint dwLocalPlayerController = 0x1A64E80;
|
||||
public const nint dwLocalPlayerPawn = 0x1868CC8;
|
||||
public const nint dwPlantedC4 = 0x1A84F90;
|
||||
public const nint dwPrediction = 0x1868B60;
|
||||
public const nint dwSensitivity = 0x1A7BC48;
|
||||
public const nint dwSensitivity_sensitivity = 0x40;
|
||||
public const nint dwViewAngles = 0x1A6DD10;
|
||||
public const nint dwViewMatrix = 0x1A63C10;
|
||||
public const nint dwViewRender = 0x1A64420;
|
||||
public const nint dwWeaponC4 = 0x1A04CB0;
|
||||
public const nint dwViewAngles = 0x1A89710;
|
||||
public const nint dwViewMatrix = 0x1A7F610;
|
||||
public const nint dwViewRender = 0x1A7FE20;
|
||||
public const nint dwWeaponC4 = 0x1A17928;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
@ -47,7 +47,7 @@ namespace CS2Dumper.Offsets {
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
public static class SoundsystemDll {
|
||||
public const nint dwSoundSystem = 0x39A5E0;
|
||||
public const nint dwSoundSystem = 0x39D5E0;
|
||||
public const nint dwSoundSystem_engineViewData = 0x7C;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -9,23 +9,23 @@ namespace cs2_dumper {
|
||||
namespace offsets {
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1A6D940;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x1A01AA8;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1B1C458;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x1520;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1A5F528;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x18589B0;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x1A5EC68;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A51670;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x1864CC8;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A69590;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x1864B60;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1A60248;
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1A89340;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x1A146E8;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1B37E58;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x20F0;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1A7AF28;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x185C9B0;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x1A7A668;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A64E80;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x1868CC8;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A84F90;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x1868B60;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1A7BC48;
|
||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x1A6DD10;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1A63C10;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x1A64420;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x1A04CB0;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x1A89710;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1A7F610;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x1A7FE20;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x1A17928;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
@ -52,7 +52,7 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
namespace soundsystem_dll {
|
||||
constexpr std::ptrdiff_t dwSoundSystem = 0x39A5E0;
|
||||
constexpr std::ptrdiff_t dwSoundSystem = 0x39D5E0;
|
||||
constexpr std::ptrdiff_t dwSoundSystem_engineViewData = 0x7C;
|
||||
}
|
||||
}
|
||||
|
@ -1,22 +1,22 @@
|
||||
{
|
||||
"client.dll": {
|
||||
"dwCSGOInput": 27711808,
|
||||
"dwEntityList": 27269800,
|
||||
"dwGameEntitySystem": 28427352,
|
||||
"dwGameEntitySystem_highestEntityIndex": 5408,
|
||||
"dwGameRules": 27653416,
|
||||
"dwGlobalVars": 25528752,
|
||||
"dwGlowManager": 27651176,
|
||||
"dwLocalPlayerController": 27596400,
|
||||
"dwLocalPlayerPawn": 25578696,
|
||||
"dwPlantedC4": 27694480,
|
||||
"dwPrediction": 25578336,
|
||||
"dwSensitivity": 27656776,
|
||||
"dwCSGOInput": 27824960,
|
||||
"dwEntityList": 27346664,
|
||||
"dwGameEntitySystem": 28540504,
|
||||
"dwGameEntitySystem_highestEntityIndex": 8432,
|
||||
"dwGameRules": 27766568,
|
||||
"dwGlobalVars": 25545136,
|
||||
"dwGlowManager": 27764328,
|
||||
"dwLocalPlayerController": 27676288,
|
||||
"dwLocalPlayerPawn": 25595080,
|
||||
"dwPlantedC4": 27807632,
|
||||
"dwPrediction": 25594720,
|
||||
"dwSensitivity": 27769928,
|
||||
"dwSensitivity_sensitivity": 64,
|
||||
"dwViewAngles": 27712784,
|
||||
"dwViewMatrix": 27671568,
|
||||
"dwViewRender": 27673632,
|
||||
"dwWeaponC4": 27282608
|
||||
"dwViewAngles": 27825936,
|
||||
"dwViewMatrix": 27784720,
|
||||
"dwViewRender": 27786784,
|
||||
"dwWeaponC4": 27359528
|
||||
},
|
||||
"engine2.dll": {
|
||||
"dwBuildNumber": 5450724,
|
||||
@ -39,7 +39,7 @@
|
||||
"dwGameTypes_mapName": 288
|
||||
},
|
||||
"soundsystem.dll": {
|
||||
"dwSoundSystem": 3778016,
|
||||
"dwSoundSystem": 3790304,
|
||||
"dwSoundSystem_engineViewData": 124
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
@ -7,23 +7,23 @@ pub mod cs2_dumper {
|
||||
pub mod offsets {
|
||||
// Module: client.dll
|
||||
pub mod client_dll {
|
||||
pub const dwCSGOInput: usize = 0x1A6D940;
|
||||
pub const dwEntityList: usize = 0x1A01AA8;
|
||||
pub const dwGameEntitySystem: usize = 0x1B1C458;
|
||||
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x1520;
|
||||
pub const dwGameRules: usize = 0x1A5F528;
|
||||
pub const dwGlobalVars: usize = 0x18589B0;
|
||||
pub const dwGlowManager: usize = 0x1A5EC68;
|
||||
pub const dwLocalPlayerController: usize = 0x1A51670;
|
||||
pub const dwLocalPlayerPawn: usize = 0x1864CC8;
|
||||
pub const dwPlantedC4: usize = 0x1A69590;
|
||||
pub const dwPrediction: usize = 0x1864B60;
|
||||
pub const dwSensitivity: usize = 0x1A60248;
|
||||
pub const dwCSGOInput: usize = 0x1A89340;
|
||||
pub const dwEntityList: usize = 0x1A146E8;
|
||||
pub const dwGameEntitySystem: usize = 0x1B37E58;
|
||||
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x20F0;
|
||||
pub const dwGameRules: usize = 0x1A7AF28;
|
||||
pub const dwGlobalVars: usize = 0x185C9B0;
|
||||
pub const dwGlowManager: usize = 0x1A7A668;
|
||||
pub const dwLocalPlayerController: usize = 0x1A64E80;
|
||||
pub const dwLocalPlayerPawn: usize = 0x1868CC8;
|
||||
pub const dwPlantedC4: usize = 0x1A84F90;
|
||||
pub const dwPrediction: usize = 0x1868B60;
|
||||
pub const dwSensitivity: usize = 0x1A7BC48;
|
||||
pub const dwSensitivity_sensitivity: usize = 0x40;
|
||||
pub const dwViewAngles: usize = 0x1A6DD10;
|
||||
pub const dwViewMatrix: usize = 0x1A63C10;
|
||||
pub const dwViewRender: usize = 0x1A64420;
|
||||
pub const dwWeaponC4: usize = 0x1A04CB0;
|
||||
pub const dwViewAngles: usize = 0x1A89710;
|
||||
pub const dwViewMatrix: usize = 0x1A7F610;
|
||||
pub const dwViewRender: usize = 0x1A7FE20;
|
||||
pub const dwWeaponC4: usize = 0x1A17928;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
@ -50,7 +50,7 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
pub mod soundsystem_dll {
|
||||
pub const dwSoundSystem: usize = 0x39A5E0;
|
||||
pub const dwSoundSystem: usize = 0x39D5E0;
|
||||
pub const dwSoundSystem_engineViewData: usize = 0x7C;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: panorama.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#![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
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: particles.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#![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
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: pulse_system.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#![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
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: rendersystemdx11.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#![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
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: resourcesystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#![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
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: scenesystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#![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
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: schemasystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#![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
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: server.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#![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
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: soundsystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#![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
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: vphysics2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#![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
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: worldrenderer.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-12-19 01:46:52.610571900 UTC
|
||||
// 2024-12-20 00:28:49.506012100 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user