mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-01-07 02:52:54 +08:00
Game update (14047)
Game update (14047)
This commit is contained in:
parent
301dce6703
commit
b4dba0ddbc
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: animationsystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 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-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
namespace CS2Dumper {
|
||||
// Module: client.dll
|
||||
public static class Buttons {
|
||||
public const nint attack = 0x183A5E0;
|
||||
public const nint attack2 = 0x183A670;
|
||||
public const nint back = 0x183A8B0;
|
||||
public const nint duck = 0x183AB80;
|
||||
public const nint forward = 0x183A820;
|
||||
public const nint jump = 0x183AAF0;
|
||||
public const nint left = 0x183A940;
|
||||
public const nint lookatweapon = 0x1A494B0;
|
||||
public const nint reload = 0x183A550;
|
||||
public const nint right = 0x183A9D0;
|
||||
public const nint showscores = 0x1A49390;
|
||||
public const nint sprint = 0x183A4C0;
|
||||
public const nint turnleft = 0x183A700;
|
||||
public const nint turnright = 0x183A790;
|
||||
public const nint use = 0x183AA60;
|
||||
public const nint zoom = 0x1A49420;
|
||||
public const nint attack = 0x183B5E0;
|
||||
public const nint attack2 = 0x183B670;
|
||||
public const nint back = 0x183B8B0;
|
||||
public const nint duck = 0x183BB80;
|
||||
public const nint forward = 0x183B820;
|
||||
public const nint jump = 0x183BAF0;
|
||||
public const nint left = 0x183B940;
|
||||
public const nint lookatweapon = 0x1A4A4D0;
|
||||
public const nint reload = 0x183B550;
|
||||
public const nint right = 0x183B9D0;
|
||||
public const nint showscores = 0x1A4A3B0;
|
||||
public const nint sprint = 0x183B4C0;
|
||||
public const nint turnleft = 0x183B700;
|
||||
public const nint turnright = 0x183B790;
|
||||
public const nint use = 0x183BA60;
|
||||
public const nint zoom = 0x1A4A440;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -8,21 +8,21 @@
|
||||
namespace cs2_dumper {
|
||||
// Module: client.dll
|
||||
namespace buttons {
|
||||
constexpr std::ptrdiff_t attack = 0x183A5E0;
|
||||
constexpr std::ptrdiff_t attack2 = 0x183A670;
|
||||
constexpr std::ptrdiff_t back = 0x183A8B0;
|
||||
constexpr std::ptrdiff_t duck = 0x183AB80;
|
||||
constexpr std::ptrdiff_t forward = 0x183A820;
|
||||
constexpr std::ptrdiff_t jump = 0x183AAF0;
|
||||
constexpr std::ptrdiff_t left = 0x183A940;
|
||||
constexpr std::ptrdiff_t lookatweapon = 0x1A494B0;
|
||||
constexpr std::ptrdiff_t reload = 0x183A550;
|
||||
constexpr std::ptrdiff_t right = 0x183A9D0;
|
||||
constexpr std::ptrdiff_t showscores = 0x1A49390;
|
||||
constexpr std::ptrdiff_t sprint = 0x183A4C0;
|
||||
constexpr std::ptrdiff_t turnleft = 0x183A700;
|
||||
constexpr std::ptrdiff_t turnright = 0x183A790;
|
||||
constexpr std::ptrdiff_t use = 0x183AA60;
|
||||
constexpr std::ptrdiff_t zoom = 0x1A49420;
|
||||
constexpr std::ptrdiff_t attack = 0x183B5E0;
|
||||
constexpr std::ptrdiff_t attack2 = 0x183B670;
|
||||
constexpr std::ptrdiff_t back = 0x183B8B0;
|
||||
constexpr std::ptrdiff_t duck = 0x183BB80;
|
||||
constexpr std::ptrdiff_t forward = 0x183B820;
|
||||
constexpr std::ptrdiff_t jump = 0x183BAF0;
|
||||
constexpr std::ptrdiff_t left = 0x183B940;
|
||||
constexpr std::ptrdiff_t lookatweapon = 0x1A4A4D0;
|
||||
constexpr std::ptrdiff_t reload = 0x183B550;
|
||||
constexpr std::ptrdiff_t right = 0x183B9D0;
|
||||
constexpr std::ptrdiff_t showscores = 0x1A4A3B0;
|
||||
constexpr std::ptrdiff_t sprint = 0x183B4C0;
|
||||
constexpr std::ptrdiff_t turnleft = 0x183B700;
|
||||
constexpr std::ptrdiff_t turnright = 0x183B790;
|
||||
constexpr std::ptrdiff_t use = 0x183BA60;
|
||||
constexpr std::ptrdiff_t zoom = 0x1A4A440;
|
||||
}
|
||||
}
|
||||
|
@ -1,20 +1,20 @@
|
||||
{
|
||||
"client.dll": {
|
||||
"attack": 25404896,
|
||||
"attack2": 25405040,
|
||||
"back": 25405616,
|
||||
"duck": 25406336,
|
||||
"forward": 25405472,
|
||||
"jump": 25406192,
|
||||
"left": 25405760,
|
||||
"lookatweapon": 27563184,
|
||||
"reload": 25404752,
|
||||
"right": 25405904,
|
||||
"showscores": 27562896,
|
||||
"sprint": 25404608,
|
||||
"turnleft": 25405184,
|
||||
"turnright": 25405328,
|
||||
"use": 25406048,
|
||||
"zoom": 27563040
|
||||
"attack": 25408992,
|
||||
"attack2": 25409136,
|
||||
"back": 25409712,
|
||||
"duck": 25410432,
|
||||
"forward": 25409568,
|
||||
"jump": 25410288,
|
||||
"left": 25409856,
|
||||
"lookatweapon": 27567312,
|
||||
"reload": 25408848,
|
||||
"right": 25410000,
|
||||
"showscores": 27567024,
|
||||
"sprint": 25408704,
|
||||
"turnleft": 25409280,
|
||||
"turnright": 25409424,
|
||||
"use": 25410144,
|
||||
"zoom": 27567168
|
||||
}
|
||||
}
|
@ -1,26 +1,26 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
// Module: client.dll
|
||||
pub mod buttons {
|
||||
pub const attack: usize = 0x183A5E0;
|
||||
pub const attack2: usize = 0x183A670;
|
||||
pub const back: usize = 0x183A8B0;
|
||||
pub const duck: usize = 0x183AB80;
|
||||
pub const forward: usize = 0x183A820;
|
||||
pub const jump: usize = 0x183AAF0;
|
||||
pub const left: usize = 0x183A940;
|
||||
pub const lookatweapon: usize = 0x1A494B0;
|
||||
pub const reload: usize = 0x183A550;
|
||||
pub const right: usize = 0x183A9D0;
|
||||
pub const showscores: usize = 0x1A49390;
|
||||
pub const sprint: usize = 0x183A4C0;
|
||||
pub const turnleft: usize = 0x183A700;
|
||||
pub const turnright: usize = 0x183A790;
|
||||
pub const r#use: usize = 0x183AA60;
|
||||
pub const zoom: usize = 0x1A49420;
|
||||
pub const attack: usize = 0x183B5E0;
|
||||
pub const attack2: usize = 0x183B670;
|
||||
pub const back: usize = 0x183B8B0;
|
||||
pub const duck: usize = 0x183BB80;
|
||||
pub const forward: usize = 0x183B820;
|
||||
pub const jump: usize = 0x183BAF0;
|
||||
pub const left: usize = 0x183B940;
|
||||
pub const lookatweapon: usize = 0x1A4A4D0;
|
||||
pub const reload: usize = 0x183B550;
|
||||
pub const right: usize = 0x183B9D0;
|
||||
pub const showscores: usize = 0x1A4A3B0;
|
||||
pub const sprint: usize = 0x183B4C0;
|
||||
pub const turnleft: usize = 0x183B700;
|
||||
pub const turnright: usize = 0x183B790;
|
||||
pub const r#use: usize = 0x183BA60;
|
||||
pub const zoom: usize = 0x1A4A440;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: client.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 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-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: engine2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 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-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: host.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"build_number": 14046,
|
||||
"timestamp": "2024-11-07T04:35:49.847800300+00:00"
|
||||
"build_number": 14048,
|
||||
"timestamp": "2024-11-13T04:17:13.134762200+00:00"
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
namespace CS2Dumper.Interfaces {
|
||||
// Module: animationsystem.dll
|
||||
@ -9,49 +9,49 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: client.dll
|
||||
public static class ClientDll {
|
||||
public const nint ClientToolsInfo_001 = 0x1839BD0;
|
||||
public const nint EmptyWorldService001_Client = 0x17F4E60;
|
||||
public const nint GameClientExports001 = 0x1836888;
|
||||
public const nint LegacyGameUI001 = 0x18569C0;
|
||||
public const nint Source2Client002 = 0x1A39340;
|
||||
public const nint Source2ClientConfig001 = 0x19D95E0;
|
||||
public const nint Source2ClientPrediction001 = 0x1841980;
|
||||
public const nint Source2ClientUI001 = 0x1855360;
|
||||
public const nint ClientToolsInfo_001 = 0x183ABD0;
|
||||
public const nint EmptyWorldService001_Client = 0x17F5E60;
|
||||
public const nint GameClientExports001 = 0x1837888;
|
||||
public const nint LegacyGameUI001 = 0x18579C0;
|
||||
public const nint Source2Client002 = 0x1A3A360;
|
||||
public const nint Source2ClientConfig001 = 0x19DA600;
|
||||
public const nint Source2ClientPrediction001 = 0x1842980;
|
||||
public const nint Source2ClientUI001 = 0x1856360;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
public const nint BenchmarkService001 = 0x534B40;
|
||||
public const nint BugService001 = 0x5CD7E0;
|
||||
public const nint ClientServerEngineLoopService_001 = 0x535860;
|
||||
public const nint EngineGameUI001 = 0x532AD0;
|
||||
public const nint EngineServiceMgr001 = 0x60E650;
|
||||
public const nint GameEventSystemClientV001 = 0x60E950;
|
||||
public const nint GameEventSystemServerV001 = 0x60EA90;
|
||||
public const nint GameResourceServiceClientV001 = 0x534C40;
|
||||
public const nint GameResourceServiceServerV001 = 0x534CA0;
|
||||
public const nint GameUIService_001 = 0x5CDAE0;
|
||||
public const nint HostStateMgr001 = 0x535750;
|
||||
public const nint INETSUPPORT_001 = 0x52E060;
|
||||
public const nint InputService_001 = 0x5CDDF0;
|
||||
public const nint KeyValueCache001 = 0x535800;
|
||||
public const nint MapListService_001 = 0x60CDF0;
|
||||
public const nint NetworkClientService_001 = 0x60CF80;
|
||||
public const nint NetworkP2PService_001 = 0x534F50;
|
||||
public const nint NetworkServerService_001 = 0x60D310;
|
||||
public const nint NetworkService_001 = 0x5350A0;
|
||||
public const nint RenderService_001 = 0x60D570;
|
||||
public const nint ScreenshotService001 = 0x60D810;
|
||||
public const nint SimpleEngineLoopService_001 = 0x535970;
|
||||
public const nint SoundService_001 = 0x5350E0;
|
||||
public const nint Source2EngineToClient001 = 0x532170;
|
||||
public const nint Source2EngineToClientStringTable001 = 0x5321D0;
|
||||
public const nint Source2EngineToServer001 = 0x532268;
|
||||
public const nint Source2EngineToServerStringTable001 = 0x532290;
|
||||
public const nint SplitScreenService_001 = 0x5353C0;
|
||||
public const nint StatsService_001 = 0x60DC40;
|
||||
public const nint ToolService_001 = 0x535580;
|
||||
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x532B60;
|
||||
public const nint VProfService_001 = 0x5355C0;
|
||||
public const nint BenchmarkService001 = 0x535B50;
|
||||
public const nint BugService001 = 0x5CE870;
|
||||
public const nint ClientServerEngineLoopService_001 = 0x536870;
|
||||
public const nint EngineGameUI001 = 0x533AE0;
|
||||
public const nint EngineServiceMgr001 = 0x60F6E0;
|
||||
public const nint GameEventSystemClientV001 = 0x60F9E0;
|
||||
public const nint GameEventSystemServerV001 = 0x60FB20;
|
||||
public const nint GameResourceServiceClientV001 = 0x535C50;
|
||||
public const nint GameResourceServiceServerV001 = 0x535CB0;
|
||||
public const nint GameUIService_001 = 0x5CEB70;
|
||||
public const nint HostStateMgr001 = 0x536760;
|
||||
public const nint INETSUPPORT_001 = 0x52F060;
|
||||
public const nint InputService_001 = 0x5CEE80;
|
||||
public const nint KeyValueCache001 = 0x536810;
|
||||
public const nint MapListService_001 = 0x60DE80;
|
||||
public const nint NetworkClientService_001 = 0x60E010;
|
||||
public const nint NetworkP2PService_001 = 0x535F60;
|
||||
public const nint NetworkServerService_001 = 0x60E3A0;
|
||||
public const nint NetworkService_001 = 0x5360B0;
|
||||
public const nint RenderService_001 = 0x60E600;
|
||||
public const nint ScreenshotService001 = 0x60E8A0;
|
||||
public const nint SimpleEngineLoopService_001 = 0x536980;
|
||||
public const nint SoundService_001 = 0x5360F0;
|
||||
public const nint Source2EngineToClient001 = 0x533180;
|
||||
public const nint Source2EngineToClientStringTable001 = 0x5331E0;
|
||||
public const nint Source2EngineToServer001 = 0x533278;
|
||||
public const nint Source2EngineToServerStringTable001 = 0x5332A0;
|
||||
public const nint SplitScreenService_001 = 0x5363D0;
|
||||
public const nint StatsService_001 = 0x60ECD0;
|
||||
public const nint ToolService_001 = 0x536590;
|
||||
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x533B70;
|
||||
public const nint VProfService_001 = 0x5365D0;
|
||||
}
|
||||
// Module: filesystem_stdio.dll
|
||||
public static class FilesystemStdioDll {
|
||||
@ -105,10 +105,10 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: networksystem.dll
|
||||
public static class NetworksystemDll {
|
||||
public const nint FlattenedSerializersVersion001 = 0x23E490;
|
||||
public const nint NetworkMessagesVersion001 = 0x2704D0;
|
||||
public const nint NetworkSystemVersion001 = 0x268220;
|
||||
public const nint SerializedEntitiesVersion001 = 0x268310;
|
||||
public const nint FlattenedSerializersVersion001 = 0x23F490;
|
||||
public const nint NetworkMessagesVersion001 = 0x2714D0;
|
||||
public const nint NetworkSystemVersion001 = 0x269220;
|
||||
public const nint SerializedEntitiesVersion001 = 0x269310;
|
||||
}
|
||||
// Module: panorama.dll
|
||||
public static class PanoramaDll {
|
||||
@ -157,15 +157,15 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: server.dll
|
||||
public static class ServerDll {
|
||||
public const nint EmptyWorldService001_Server = 0x136EA90;
|
||||
public const nint EmptyWorldService001_Server = 0x136EAA0;
|
||||
public const nint EntitySubclassUtilsV001 = 0x131F330;
|
||||
public const nint NavGameTest001 = 0x140E7E8;
|
||||
public const nint ServerToolsInfo_001 = 0x13C43E8;
|
||||
public const nint Source2GameClients001 = 0x13BE290;
|
||||
public const nint Source2GameDirector001 = 0x14F1DA0;
|
||||
public const nint Source2GameEntities001 = 0x13C4310;
|
||||
public const nint Source2Server001 = 0x13C4180;
|
||||
public const nint Source2ServerConfig001 = 0x15AE608;
|
||||
public const nint NavGameTest001 = 0x140E808;
|
||||
public const nint ServerToolsInfo_001 = 0x13C4408;
|
||||
public const nint Source2GameClients001 = 0x13BE2B0;
|
||||
public const nint Source2GameDirector001 = 0x14F1DC0;
|
||||
public const nint Source2GameEntities001 = 0x13C4330;
|
||||
public const nint Source2Server001 = 0x13C41A0;
|
||||
public const nint Source2ServerConfig001 = 0x15AE638;
|
||||
public const nint customnavsystem001 = 0x1303A98;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
@ -181,26 +181,26 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: steamclient64.dll
|
||||
public static class Steamclient64Dll {
|
||||
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;
|
||||
public const nint CLIENTENGINE_INTERFACE_VERSION005 = 0xFFFFFFFF8BAEB66A;
|
||||
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;
|
||||
}
|
||||
// Module: tier0.dll
|
||||
public static class Tier0Dll {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -14,49 +14,49 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x1839BD0;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x17F4E60;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x1836888;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x18569C0;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x1A39340;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19D95E0;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x1841980;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x1855360;
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x183ABD0;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x17F5E60;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x1837888;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x18579C0;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x1A3A360;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19DA600;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x1842980;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x1856360;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
constexpr std::ptrdiff_t BenchmarkService001 = 0x534B40;
|
||||
constexpr std::ptrdiff_t BugService001 = 0x5CD7E0;
|
||||
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x535860;
|
||||
constexpr std::ptrdiff_t EngineGameUI001 = 0x532AD0;
|
||||
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x60E650;
|
||||
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x60E950;
|
||||
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x60EA90;
|
||||
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x534C40;
|
||||
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x534CA0;
|
||||
constexpr std::ptrdiff_t GameUIService_001 = 0x5CDAE0;
|
||||
constexpr std::ptrdiff_t HostStateMgr001 = 0x535750;
|
||||
constexpr std::ptrdiff_t INETSUPPORT_001 = 0x52E060;
|
||||
constexpr std::ptrdiff_t InputService_001 = 0x5CDDF0;
|
||||
constexpr std::ptrdiff_t KeyValueCache001 = 0x535800;
|
||||
constexpr std::ptrdiff_t MapListService_001 = 0x60CDF0;
|
||||
constexpr std::ptrdiff_t NetworkClientService_001 = 0x60CF80;
|
||||
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x534F50;
|
||||
constexpr std::ptrdiff_t NetworkServerService_001 = 0x60D310;
|
||||
constexpr std::ptrdiff_t NetworkService_001 = 0x5350A0;
|
||||
constexpr std::ptrdiff_t RenderService_001 = 0x60D570;
|
||||
constexpr std::ptrdiff_t ScreenshotService001 = 0x60D810;
|
||||
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x535970;
|
||||
constexpr std::ptrdiff_t SoundService_001 = 0x5350E0;
|
||||
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x532170;
|
||||
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x5321D0;
|
||||
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x532268;
|
||||
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0x532290;
|
||||
constexpr std::ptrdiff_t SplitScreenService_001 = 0x5353C0;
|
||||
constexpr std::ptrdiff_t StatsService_001 = 0x60DC40;
|
||||
constexpr std::ptrdiff_t ToolService_001 = 0x535580;
|
||||
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x532B60;
|
||||
constexpr std::ptrdiff_t VProfService_001 = 0x5355C0;
|
||||
constexpr std::ptrdiff_t BenchmarkService001 = 0x535B50;
|
||||
constexpr std::ptrdiff_t BugService001 = 0x5CE870;
|
||||
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x536870;
|
||||
constexpr std::ptrdiff_t EngineGameUI001 = 0x533AE0;
|
||||
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x60F6E0;
|
||||
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x60F9E0;
|
||||
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x60FB20;
|
||||
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x535C50;
|
||||
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x535CB0;
|
||||
constexpr std::ptrdiff_t GameUIService_001 = 0x5CEB70;
|
||||
constexpr std::ptrdiff_t HostStateMgr001 = 0x536760;
|
||||
constexpr std::ptrdiff_t INETSUPPORT_001 = 0x52F060;
|
||||
constexpr std::ptrdiff_t InputService_001 = 0x5CEE80;
|
||||
constexpr std::ptrdiff_t KeyValueCache001 = 0x536810;
|
||||
constexpr std::ptrdiff_t MapListService_001 = 0x60DE80;
|
||||
constexpr std::ptrdiff_t NetworkClientService_001 = 0x60E010;
|
||||
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x535F60;
|
||||
constexpr std::ptrdiff_t NetworkServerService_001 = 0x60E3A0;
|
||||
constexpr std::ptrdiff_t NetworkService_001 = 0x5360B0;
|
||||
constexpr std::ptrdiff_t RenderService_001 = 0x60E600;
|
||||
constexpr std::ptrdiff_t ScreenshotService001 = 0x60E8A0;
|
||||
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x536980;
|
||||
constexpr std::ptrdiff_t SoundService_001 = 0x5360F0;
|
||||
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x533180;
|
||||
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x5331E0;
|
||||
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x533278;
|
||||
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0x5332A0;
|
||||
constexpr std::ptrdiff_t SplitScreenService_001 = 0x5363D0;
|
||||
constexpr std::ptrdiff_t StatsService_001 = 0x60ECD0;
|
||||
constexpr std::ptrdiff_t ToolService_001 = 0x536590;
|
||||
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x533B70;
|
||||
constexpr std::ptrdiff_t VProfService_001 = 0x5365D0;
|
||||
}
|
||||
// Module: filesystem_stdio.dll
|
||||
namespace filesystem_stdio_dll {
|
||||
@ -110,10 +110,10 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: networksystem.dll
|
||||
namespace networksystem_dll {
|
||||
constexpr std::ptrdiff_t FlattenedSerializersVersion001 = 0x23E490;
|
||||
constexpr std::ptrdiff_t NetworkMessagesVersion001 = 0x2704D0;
|
||||
constexpr std::ptrdiff_t NetworkSystemVersion001 = 0x268220;
|
||||
constexpr std::ptrdiff_t SerializedEntitiesVersion001 = 0x268310;
|
||||
constexpr std::ptrdiff_t FlattenedSerializersVersion001 = 0x23F490;
|
||||
constexpr std::ptrdiff_t NetworkMessagesVersion001 = 0x2714D0;
|
||||
constexpr std::ptrdiff_t NetworkSystemVersion001 = 0x269220;
|
||||
constexpr std::ptrdiff_t SerializedEntitiesVersion001 = 0x269310;
|
||||
}
|
||||
// Module: panorama.dll
|
||||
namespace panorama_dll {
|
||||
@ -162,15 +162,15 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: server.dll
|
||||
namespace server_dll {
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x136EA90;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x136EAA0;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x131F330;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0x140E7E8;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13C43E8;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x13BE290;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14F1DA0;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13C4310;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x13C4180;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x15AE608;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0x140E808;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13C4408;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x13BE2B0;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14F1DC0;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13C4330;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x13C41A0;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x15AE638;
|
||||
constexpr std::ptrdiff_t customnavsystem001 = 0x1303A98;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
@ -186,26 +186,26 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: steamclient64.dll
|
||||
namespace steamclient64_dll {
|
||||
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;
|
||||
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0xFFFFFFFF8BAEB66A;
|
||||
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;
|
||||
}
|
||||
// Module: tier0.dll
|
||||
namespace tier0_dll {
|
||||
|
@ -4,48 +4,48 @@
|
||||
"AnimationSystem_001": 6257584
|
||||
},
|
||||
"client.dll": {
|
||||
"ClientToolsInfo_001": 25402320,
|
||||
"EmptyWorldService001_Client": 25120352,
|
||||
"GameClientExports001": 25389192,
|
||||
"LegacyGameUI001": 25520576,
|
||||
"Source2Client002": 27497280,
|
||||
"Source2ClientConfig001": 27104736,
|
||||
"Source2ClientPrediction001": 25434496,
|
||||
"Source2ClientUI001": 25514848
|
||||
"ClientToolsInfo_001": 25406416,
|
||||
"EmptyWorldService001_Client": 25124448,
|
||||
"GameClientExports001": 25393288,
|
||||
"LegacyGameUI001": 25524672,
|
||||
"Source2Client002": 27501408,
|
||||
"Source2ClientConfig001": 27108864,
|
||||
"Source2ClientPrediction001": 25438592,
|
||||
"Source2ClientUI001": 25518944
|
||||
},
|
||||
"engine2.dll": {
|
||||
"BenchmarkService001": 5458752,
|
||||
"BugService001": 6084576,
|
||||
"ClientServerEngineLoopService_001": 5462112,
|
||||
"EngineGameUI001": 5450448,
|
||||
"EngineServiceMgr001": 6350416,
|
||||
"GameEventSystemClientV001": 6351184,
|
||||
"GameEventSystemServerV001": 6351504,
|
||||
"GameResourceServiceClientV001": 5459008,
|
||||
"GameResourceServiceServerV001": 5459104,
|
||||
"GameUIService_001": 6085344,
|
||||
"HostStateMgr001": 5461840,
|
||||
"INETSUPPORT_001": 5431392,
|
||||
"InputService_001": 6086128,
|
||||
"KeyValueCache001": 5462016,
|
||||
"MapListService_001": 6344176,
|
||||
"NetworkClientService_001": 6344576,
|
||||
"NetworkP2PService_001": 5459792,
|
||||
"NetworkServerService_001": 6345488,
|
||||
"NetworkService_001": 5460128,
|
||||
"RenderService_001": 6346096,
|
||||
"ScreenshotService001": 6346768,
|
||||
"SimpleEngineLoopService_001": 5462384,
|
||||
"SoundService_001": 5460192,
|
||||
"Source2EngineToClient001": 5448048,
|
||||
"Source2EngineToClientStringTable001": 5448144,
|
||||
"Source2EngineToServer001": 5448296,
|
||||
"Source2EngineToServerStringTable001": 5448336,
|
||||
"SplitScreenService_001": 5460928,
|
||||
"StatsService_001": 6347840,
|
||||
"ToolService_001": 5461376,
|
||||
"VENGINE_GAMEUIFUNCS_VERSION005": 5450592,
|
||||
"VProfService_001": 5461440
|
||||
"BenchmarkService001": 5462864,
|
||||
"BugService001": 6088816,
|
||||
"ClientServerEngineLoopService_001": 5466224,
|
||||
"EngineGameUI001": 5454560,
|
||||
"EngineServiceMgr001": 6354656,
|
||||
"GameEventSystemClientV001": 6355424,
|
||||
"GameEventSystemServerV001": 6355744,
|
||||
"GameResourceServiceClientV001": 5463120,
|
||||
"GameResourceServiceServerV001": 5463216,
|
||||
"GameUIService_001": 6089584,
|
||||
"HostStateMgr001": 5465952,
|
||||
"INETSUPPORT_001": 5435488,
|
||||
"InputService_001": 6090368,
|
||||
"KeyValueCache001": 5466128,
|
||||
"MapListService_001": 6348416,
|
||||
"NetworkClientService_001": 6348816,
|
||||
"NetworkP2PService_001": 5463904,
|
||||
"NetworkServerService_001": 6349728,
|
||||
"NetworkService_001": 5464240,
|
||||
"RenderService_001": 6350336,
|
||||
"ScreenshotService001": 6351008,
|
||||
"SimpleEngineLoopService_001": 5466496,
|
||||
"SoundService_001": 5464304,
|
||||
"Source2EngineToClient001": 5452160,
|
||||
"Source2EngineToClientStringTable001": 5452256,
|
||||
"Source2EngineToServer001": 5452408,
|
||||
"Source2EngineToServerStringTable001": 5452448,
|
||||
"SplitScreenService_001": 5465040,
|
||||
"StatsService_001": 6352080,
|
||||
"ToolService_001": 5465488,
|
||||
"VENGINE_GAMEUIFUNCS_VERSION005": 5454704,
|
||||
"VProfService_001": 5465552
|
||||
},
|
||||
"filesystem_stdio.dll": {
|
||||
"VAsyncFileSystem2_001": 2147728,
|
||||
@ -89,10 +89,10 @@
|
||||
"NavSystem001": 1025840
|
||||
},
|
||||
"networksystem.dll": {
|
||||
"FlattenedSerializersVersion001": 2352272,
|
||||
"NetworkMessagesVersion001": 2557136,
|
||||
"NetworkSystemVersion001": 2523680,
|
||||
"SerializedEntitiesVersion001": 2523920
|
||||
"FlattenedSerializersVersion001": 2356368,
|
||||
"NetworkMessagesVersion001": 2561232,
|
||||
"NetworkSystemVersion001": 2527776,
|
||||
"SerializedEntitiesVersion001": 2528016
|
||||
},
|
||||
"panorama.dll": {
|
||||
"PanoramaUIEngine001": 5128800
|
||||
@ -130,15 +130,15 @@
|
||||
"SchemaSystem_001": 386960
|
||||
},
|
||||
"server.dll": {
|
||||
"EmptyWorldService001_Server": 20376208,
|
||||
"EmptyWorldService001_Server": 20376224,
|
||||
"EntitySubclassUtilsV001": 20050736,
|
||||
"NavGameTest001": 21030888,
|
||||
"ServerToolsInfo_001": 20726760,
|
||||
"Source2GameClients001": 20701840,
|
||||
"Source2GameDirector001": 21962144,
|
||||
"Source2GameEntities001": 20726544,
|
||||
"Source2Server001": 20726144,
|
||||
"Source2ServerConfig001": 22734344,
|
||||
"NavGameTest001": 21030920,
|
||||
"ServerToolsInfo_001": 20726792,
|
||||
"Source2GameClients001": 20701872,
|
||||
"Source2GameDirector001": 21962176,
|
||||
"Source2GameEntities001": 20726576,
|
||||
"Source2Server001": 20726176,
|
||||
"Source2ServerConfig001": 22734392,
|
||||
"customnavsystem001": 19937944
|
||||
},
|
||||
"soundsystem.dll": {
|
||||
@ -151,26 +151,26 @@
|
||||
"SteamAudio001": 2177520
|
||||
},
|
||||
"steamclient64.dll": {
|
||||
"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
|
||||
"CLIENTENGINE_INTERFACE_VERSION005": 18446744071758067306,
|
||||
"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
|
||||
},
|
||||
"tier0.dll": {
|
||||
"TestScriptMgr001": 3652080,
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
@ -12,49 +12,49 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: client.dll
|
||||
pub mod client_dll {
|
||||
pub const ClientToolsInfo_001: usize = 0x1839BD0;
|
||||
pub const EmptyWorldService001_Client: usize = 0x17F4E60;
|
||||
pub const GameClientExports001: usize = 0x1836888;
|
||||
pub const LegacyGameUI001: usize = 0x18569C0;
|
||||
pub const Source2Client002: usize = 0x1A39340;
|
||||
pub const Source2ClientConfig001: usize = 0x19D95E0;
|
||||
pub const Source2ClientPrediction001: usize = 0x1841980;
|
||||
pub const Source2ClientUI001: usize = 0x1855360;
|
||||
pub const ClientToolsInfo_001: usize = 0x183ABD0;
|
||||
pub const EmptyWorldService001_Client: usize = 0x17F5E60;
|
||||
pub const GameClientExports001: usize = 0x1837888;
|
||||
pub const LegacyGameUI001: usize = 0x18579C0;
|
||||
pub const Source2Client002: usize = 0x1A3A360;
|
||||
pub const Source2ClientConfig001: usize = 0x19DA600;
|
||||
pub const Source2ClientPrediction001: usize = 0x1842980;
|
||||
pub const Source2ClientUI001: usize = 0x1856360;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
pub const BenchmarkService001: usize = 0x534B40;
|
||||
pub const BugService001: usize = 0x5CD7E0;
|
||||
pub const ClientServerEngineLoopService_001: usize = 0x535860;
|
||||
pub const EngineGameUI001: usize = 0x532AD0;
|
||||
pub const EngineServiceMgr001: usize = 0x60E650;
|
||||
pub const GameEventSystemClientV001: usize = 0x60E950;
|
||||
pub const GameEventSystemServerV001: usize = 0x60EA90;
|
||||
pub const GameResourceServiceClientV001: usize = 0x534C40;
|
||||
pub const GameResourceServiceServerV001: usize = 0x534CA0;
|
||||
pub const GameUIService_001: usize = 0x5CDAE0;
|
||||
pub const HostStateMgr001: usize = 0x535750;
|
||||
pub const INETSUPPORT_001: usize = 0x52E060;
|
||||
pub const InputService_001: usize = 0x5CDDF0;
|
||||
pub const KeyValueCache001: usize = 0x535800;
|
||||
pub const MapListService_001: usize = 0x60CDF0;
|
||||
pub const NetworkClientService_001: usize = 0x60CF80;
|
||||
pub const NetworkP2PService_001: usize = 0x534F50;
|
||||
pub const NetworkServerService_001: usize = 0x60D310;
|
||||
pub const NetworkService_001: usize = 0x5350A0;
|
||||
pub const RenderService_001: usize = 0x60D570;
|
||||
pub const ScreenshotService001: usize = 0x60D810;
|
||||
pub const SimpleEngineLoopService_001: usize = 0x535970;
|
||||
pub const SoundService_001: usize = 0x5350E0;
|
||||
pub const Source2EngineToClient001: usize = 0x532170;
|
||||
pub const Source2EngineToClientStringTable001: usize = 0x5321D0;
|
||||
pub const Source2EngineToServer001: usize = 0x532268;
|
||||
pub const Source2EngineToServerStringTable001: usize = 0x532290;
|
||||
pub const SplitScreenService_001: usize = 0x5353C0;
|
||||
pub const StatsService_001: usize = 0x60DC40;
|
||||
pub const ToolService_001: usize = 0x535580;
|
||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x532B60;
|
||||
pub const VProfService_001: usize = 0x5355C0;
|
||||
pub const BenchmarkService001: usize = 0x535B50;
|
||||
pub const BugService001: usize = 0x5CE870;
|
||||
pub const ClientServerEngineLoopService_001: usize = 0x536870;
|
||||
pub const EngineGameUI001: usize = 0x533AE0;
|
||||
pub const EngineServiceMgr001: usize = 0x60F6E0;
|
||||
pub const GameEventSystemClientV001: usize = 0x60F9E0;
|
||||
pub const GameEventSystemServerV001: usize = 0x60FB20;
|
||||
pub const GameResourceServiceClientV001: usize = 0x535C50;
|
||||
pub const GameResourceServiceServerV001: usize = 0x535CB0;
|
||||
pub const GameUIService_001: usize = 0x5CEB70;
|
||||
pub const HostStateMgr001: usize = 0x536760;
|
||||
pub const INETSUPPORT_001: usize = 0x52F060;
|
||||
pub const InputService_001: usize = 0x5CEE80;
|
||||
pub const KeyValueCache001: usize = 0x536810;
|
||||
pub const MapListService_001: usize = 0x60DE80;
|
||||
pub const NetworkClientService_001: usize = 0x60E010;
|
||||
pub const NetworkP2PService_001: usize = 0x535F60;
|
||||
pub const NetworkServerService_001: usize = 0x60E3A0;
|
||||
pub const NetworkService_001: usize = 0x5360B0;
|
||||
pub const RenderService_001: usize = 0x60E600;
|
||||
pub const ScreenshotService001: usize = 0x60E8A0;
|
||||
pub const SimpleEngineLoopService_001: usize = 0x536980;
|
||||
pub const SoundService_001: usize = 0x5360F0;
|
||||
pub const Source2EngineToClient001: usize = 0x533180;
|
||||
pub const Source2EngineToClientStringTable001: usize = 0x5331E0;
|
||||
pub const Source2EngineToServer001: usize = 0x533278;
|
||||
pub const Source2EngineToServerStringTable001: usize = 0x5332A0;
|
||||
pub const SplitScreenService_001: usize = 0x5363D0;
|
||||
pub const StatsService_001: usize = 0x60ECD0;
|
||||
pub const ToolService_001: usize = 0x536590;
|
||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x533B70;
|
||||
pub const VProfService_001: usize = 0x5365D0;
|
||||
}
|
||||
// Module: filesystem_stdio.dll
|
||||
pub mod filesystem_stdio_dll {
|
||||
@ -108,10 +108,10 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: networksystem.dll
|
||||
pub mod networksystem_dll {
|
||||
pub const FlattenedSerializersVersion001: usize = 0x23E490;
|
||||
pub const NetworkMessagesVersion001: usize = 0x2704D0;
|
||||
pub const NetworkSystemVersion001: usize = 0x268220;
|
||||
pub const SerializedEntitiesVersion001: usize = 0x268310;
|
||||
pub const FlattenedSerializersVersion001: usize = 0x23F490;
|
||||
pub const NetworkMessagesVersion001: usize = 0x2714D0;
|
||||
pub const NetworkSystemVersion001: usize = 0x269220;
|
||||
pub const SerializedEntitiesVersion001: usize = 0x269310;
|
||||
}
|
||||
// Module: panorama.dll
|
||||
pub mod panorama_dll {
|
||||
@ -160,15 +160,15 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: server.dll
|
||||
pub mod server_dll {
|
||||
pub const EmptyWorldService001_Server: usize = 0x136EA90;
|
||||
pub const EmptyWorldService001_Server: usize = 0x136EAA0;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x131F330;
|
||||
pub const NavGameTest001: usize = 0x140E7E8;
|
||||
pub const ServerToolsInfo_001: usize = 0x13C43E8;
|
||||
pub const Source2GameClients001: usize = 0x13BE290;
|
||||
pub const Source2GameDirector001: usize = 0x14F1DA0;
|
||||
pub const Source2GameEntities001: usize = 0x13C4310;
|
||||
pub const Source2Server001: usize = 0x13C4180;
|
||||
pub const Source2ServerConfig001: usize = 0x15AE608;
|
||||
pub const NavGameTest001: usize = 0x140E808;
|
||||
pub const ServerToolsInfo_001: usize = 0x13C4408;
|
||||
pub const Source2GameClients001: usize = 0x13BE2B0;
|
||||
pub const Source2GameDirector001: usize = 0x14F1DC0;
|
||||
pub const Source2GameEntities001: usize = 0x13C4330;
|
||||
pub const Source2Server001: usize = 0x13C41A0;
|
||||
pub const Source2ServerConfig001: usize = 0x15AE638;
|
||||
pub const customnavsystem001: usize = 0x1303A98;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
@ -184,26 +184,26 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: steamclient64.dll
|
||||
pub mod steamclient64_dll {
|
||||
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;
|
||||
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0xFFFFFFFF8BAEB66A;
|
||||
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;
|
||||
}
|
||||
// Module: tier0.dll
|
||||
pub mod tier0_dll {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: materialsystem2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 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-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: networksystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,31 +1,31 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
namespace CS2Dumper.Offsets {
|
||||
// Module: client.dll
|
||||
public static class ClientDll {
|
||||
public const nint dwCSGOInput = 0x1A49590;
|
||||
public const nint dwEntityList = 0x19DD958;
|
||||
public const nint dwGameEntitySystem = 0x1AF7DC8;
|
||||
public const nint dwCSGOInput = 0x1A4A5B0;
|
||||
public const nint dwEntityList = 0x19DE978;
|
||||
public const nint dwGameEntitySystem = 0x1AF8DF8;
|
||||
public const nint dwGameEntitySystem_highestEntityIndex = 0x1520;
|
||||
public const nint dwGameRules = 0x1A3B418;
|
||||
public const nint dwGlobalVars = 0x1835CC0;
|
||||
public const nint dwGlowManager = 0x1A3AB58;
|
||||
public const nint dwLocalPlayerController = 0x1A2D590;
|
||||
public const nint dwLocalPlayerPawn = 0x1841AE8;
|
||||
public const nint dwPlantedC4 = 0x1A45050;
|
||||
public const nint dwPrediction = 0x1841980;
|
||||
public const nint dwSensitivity = 0x1A3C138;
|
||||
public const nint dwGameRules = 0x1A3C438;
|
||||
public const nint dwGlobalVars = 0x1836CC0;
|
||||
public const nint dwGlowManager = 0x1A3BB78;
|
||||
public const nint dwLocalPlayerController = 0x1A2E5B0;
|
||||
public const nint dwLocalPlayerPawn = 0x1842AE8;
|
||||
public const nint dwPlantedC4 = 0x1A46070;
|
||||
public const nint dwPrediction = 0x1842980;
|
||||
public const nint dwSensitivity = 0x1A3D158;
|
||||
public const nint dwSensitivity_sensitivity = 0x40;
|
||||
public const nint dwViewAngles = 0x1A49960;
|
||||
public const nint dwViewMatrix = 0x1A3FAE0;
|
||||
public const nint dwViewRender = 0x1A402F0;
|
||||
public const nint dwWeaponC4 = 0x19E0BE0;
|
||||
public const nint dwViewAngles = 0x1A4A980;
|
||||
public const nint dwViewMatrix = 0x1A40B00;
|
||||
public const nint dwViewRender = 0x1A41310;
|
||||
public const nint dwWeaponC4 = 0x19E1C00;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
public const nint dwBuildNumber = 0x52EBD4;
|
||||
public const nint dwNetworkGameClient = 0x52DCE0;
|
||||
public const nint dwBuildNumber = 0x52FBE4;
|
||||
public const nint dwNetworkGameClient = 0x52ECE0;
|
||||
public const nint dwNetworkGameClient_clientTickCount = 0x368;
|
||||
public const nint dwNetworkGameClient_deltaTick = 0x27C;
|
||||
public const nint dwNetworkGameClient_isBackgroundMap = 0x281447;
|
||||
@ -33,8 +33,8 @@ namespace CS2Dumper.Offsets {
|
||||
public const nint dwNetworkGameClient_maxClients = 0x238;
|
||||
public const nint dwNetworkGameClient_serverTickCount = 0x36C;
|
||||
public const nint dwNetworkGameClient_signOnState = 0x228;
|
||||
public const nint dwWindowHeight = 0x610FF4;
|
||||
public const nint dwWindowWidth = 0x610FF0;
|
||||
public const nint dwWindowHeight = 0x612084;
|
||||
public const nint dwWindowWidth = 0x612080;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
public static class InputsystemDll {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -9,28 +9,28 @@ namespace cs2_dumper {
|
||||
namespace offsets {
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1A49590;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x19DD958;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1AF7DC8;
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1A4A5B0;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x19DE978;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1AF8DF8;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x1520;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1A3B418;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x1835CC0;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x1A3AB58;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A2D590;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x1841AE8;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A45050;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x1841980;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1A3C138;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1A3C438;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x1836CC0;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x1A3BB78;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A2E5B0;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x1842AE8;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A46070;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x1842980;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1A3D158;
|
||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x1A49960;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1A3FAE0;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x1A402F0;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x19E0BE0;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x1A4A980;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1A40B00;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x1A41310;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x19E1C00;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
constexpr std::ptrdiff_t dwBuildNumber = 0x52EBD4;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient = 0x52DCE0;
|
||||
constexpr std::ptrdiff_t dwBuildNumber = 0x52FBE4;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient = 0x52ECE0;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_clientTickCount = 0x368;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x27C;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_isBackgroundMap = 0x281447;
|
||||
@ -38,8 +38,8 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_maxClients = 0x238;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_serverTickCount = 0x36C;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x228;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x610FF4;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x610FF0;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x612084;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x612080;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
namespace inputsystem_dll {
|
||||
|
@ -1,26 +1,26 @@
|
||||
{
|
||||
"client.dll": {
|
||||
"dwCSGOInput": 27563408,
|
||||
"dwEntityList": 27122008,
|
||||
"dwGameEntitySystem": 28278216,
|
||||
"dwCSGOInput": 27567536,
|
||||
"dwEntityList": 27126136,
|
||||
"dwGameEntitySystem": 28282360,
|
||||
"dwGameEntitySystem_highestEntityIndex": 5408,
|
||||
"dwGameRules": 27505688,
|
||||
"dwGlobalVars": 25386176,
|
||||
"dwGlowManager": 27503448,
|
||||
"dwLocalPlayerController": 27448720,
|
||||
"dwLocalPlayerPawn": 25434856,
|
||||
"dwPlantedC4": 27545680,
|
||||
"dwPrediction": 25434496,
|
||||
"dwSensitivity": 27509048,
|
||||
"dwGameRules": 27509816,
|
||||
"dwGlobalVars": 25390272,
|
||||
"dwGlowManager": 27507576,
|
||||
"dwLocalPlayerController": 27452848,
|
||||
"dwLocalPlayerPawn": 25438952,
|
||||
"dwPlantedC4": 27549808,
|
||||
"dwPrediction": 25438592,
|
||||
"dwSensitivity": 27513176,
|
||||
"dwSensitivity_sensitivity": 64,
|
||||
"dwViewAngles": 27564384,
|
||||
"dwViewMatrix": 27523808,
|
||||
"dwViewRender": 27525872,
|
||||
"dwWeaponC4": 27134944
|
||||
"dwViewAngles": 27568512,
|
||||
"dwViewMatrix": 27527936,
|
||||
"dwViewRender": 27530000,
|
||||
"dwWeaponC4": 27139072
|
||||
},
|
||||
"engine2.dll": {
|
||||
"dwBuildNumber": 5434324,
|
||||
"dwNetworkGameClient": 5430496,
|
||||
"dwBuildNumber": 5438436,
|
||||
"dwNetworkGameClient": 5434592,
|
||||
"dwNetworkGameClient_clientTickCount": 872,
|
||||
"dwNetworkGameClient_deltaTick": 636,
|
||||
"dwNetworkGameClient_isBackgroundMap": 2626631,
|
||||
@ -28,8 +28,8 @@
|
||||
"dwNetworkGameClient_maxClients": 568,
|
||||
"dwNetworkGameClient_serverTickCount": 876,
|
||||
"dwNetworkGameClient_signOnState": 552,
|
||||
"dwWindowHeight": 6361076,
|
||||
"dwWindowWidth": 6361072
|
||||
"dwWindowHeight": 6365316,
|
||||
"dwWindowWidth": 6365312
|
||||
},
|
||||
"inputsystem.dll": {
|
||||
"dwInputSystem": 231392
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
@ -7,28 +7,28 @@ pub mod cs2_dumper {
|
||||
pub mod offsets {
|
||||
// Module: client.dll
|
||||
pub mod client_dll {
|
||||
pub const dwCSGOInput: usize = 0x1A49590;
|
||||
pub const dwEntityList: usize = 0x19DD958;
|
||||
pub const dwGameEntitySystem: usize = 0x1AF7DC8;
|
||||
pub const dwCSGOInput: usize = 0x1A4A5B0;
|
||||
pub const dwEntityList: usize = 0x19DE978;
|
||||
pub const dwGameEntitySystem: usize = 0x1AF8DF8;
|
||||
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x1520;
|
||||
pub const dwGameRules: usize = 0x1A3B418;
|
||||
pub const dwGlobalVars: usize = 0x1835CC0;
|
||||
pub const dwGlowManager: usize = 0x1A3AB58;
|
||||
pub const dwLocalPlayerController: usize = 0x1A2D590;
|
||||
pub const dwLocalPlayerPawn: usize = 0x1841AE8;
|
||||
pub const dwPlantedC4: usize = 0x1A45050;
|
||||
pub const dwPrediction: usize = 0x1841980;
|
||||
pub const dwSensitivity: usize = 0x1A3C138;
|
||||
pub const dwGameRules: usize = 0x1A3C438;
|
||||
pub const dwGlobalVars: usize = 0x1836CC0;
|
||||
pub const dwGlowManager: usize = 0x1A3BB78;
|
||||
pub const dwLocalPlayerController: usize = 0x1A2E5B0;
|
||||
pub const dwLocalPlayerPawn: usize = 0x1842AE8;
|
||||
pub const dwPlantedC4: usize = 0x1A46070;
|
||||
pub const dwPrediction: usize = 0x1842980;
|
||||
pub const dwSensitivity: usize = 0x1A3D158;
|
||||
pub const dwSensitivity_sensitivity: usize = 0x40;
|
||||
pub const dwViewAngles: usize = 0x1A49960;
|
||||
pub const dwViewMatrix: usize = 0x1A3FAE0;
|
||||
pub const dwViewRender: usize = 0x1A402F0;
|
||||
pub const dwWeaponC4: usize = 0x19E0BE0;
|
||||
pub const dwViewAngles: usize = 0x1A4A980;
|
||||
pub const dwViewMatrix: usize = 0x1A40B00;
|
||||
pub const dwViewRender: usize = 0x1A41310;
|
||||
pub const dwWeaponC4: usize = 0x19E1C00;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
pub const dwBuildNumber: usize = 0x52EBD4;
|
||||
pub const dwNetworkGameClient: usize = 0x52DCE0;
|
||||
pub const dwBuildNumber: usize = 0x52FBE4;
|
||||
pub const dwNetworkGameClient: usize = 0x52ECE0;
|
||||
pub const dwNetworkGameClient_clientTickCount: usize = 0x368;
|
||||
pub const dwNetworkGameClient_deltaTick: usize = 0x27C;
|
||||
pub const dwNetworkGameClient_isBackgroundMap: usize = 0x281447;
|
||||
@ -36,8 +36,8 @@ pub mod cs2_dumper {
|
||||
pub const dwNetworkGameClient_maxClients: usize = 0x238;
|
||||
pub const dwNetworkGameClient_serverTickCount: usize = 0x36C;
|
||||
pub const dwNetworkGameClient_signOnState: usize = 0x228;
|
||||
pub const dwWindowHeight: usize = 0x610FF4;
|
||||
pub const dwWindowWidth: usize = 0x610FF0;
|
||||
pub const dwWindowHeight: usize = 0x612084;
|
||||
pub const dwWindowWidth: usize = 0x612080;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
pub mod inputsystem_dll {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: panorama.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 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-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: particles.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 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-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: pulse_system.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 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-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: rendersystemdx11.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 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-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: resourcesystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 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-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: scenesystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 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-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: schemasystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 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-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: server.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 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-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: soundsystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 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-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: vphysics2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 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-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: worldrenderer.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-11-07 04:35:49.847800300 UTC
|
||||
// 2024-11-13 04:17:13.134762200 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user