mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-04 05:25:37 +08:00
Game update (14019)
This commit is contained in:
parent
dee1e041d9
commit
f3eef1fa5d
output
animationsystem.dll.csanimationsystem.dll.hppanimationsystem.dll.rsbuttons.csbuttons.hppbuttons.jsonbuttons.rsclient.dll.csclient.dll.hppclient.dll.rsengine2.dll.csengine2.dll.hppengine2.dll.rshost.dll.cshost.dll.hpphost.dll.rsinfo.jsoninterfaces.csinterfaces.hppinterfaces.jsoninterfaces.rsmaterialsystem2.dll.csmaterialsystem2.dll.hppmaterialsystem2.dll.rsnetworksystem.dll.csnetworksystem.dll.hppnetworksystem.dll.rsoffsets.csoffsets.hppoffsets.jsonoffsets.rspanorama.dll.cspanorama.dll.hpppanorama.dll.rsparticles.dll.csparticles.dll.hppparticles.dll.rspulse_system.dll.cspulse_system.dll.hpppulse_system.dll.rsrendersystemdx11.dll.csrendersystemdx11.dll.hpprendersystemdx11.dll.rsresourcesystem.dll.csresourcesystem.dll.hppresourcesystem.dll.rsscenesystem.dll.csscenesystem.dll.hppscenesystem.dll.rsschemasystem.dll.csschemasystem.dll.hppschemasystem.dll.rsserver.dll.csserver.dll.hppserver.dll.rssoundsystem.dll.cssoundsystem.dll.hppsoundsystem.dll.rsvphysics2.dll.csvphysics2.dll.hppvphysics2.dll.rsworldrenderer.dll.csworldrenderer.dll.hppworldrenderer.dll.rs
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: animationsystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 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-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
namespace CS2Dumper {
|
||||
// Module: client.dll
|
||||
public static class Buttons {
|
||||
public const nint attack = 0x181D160;
|
||||
public const nint attack2 = 0x181D1F0;
|
||||
public const nint back = 0x181D430;
|
||||
public const nint duck = 0x181D700;
|
||||
public const nint forward = 0x181D3A0;
|
||||
public const nint jump = 0x181D670;
|
||||
public const nint left = 0x181D4C0;
|
||||
public const nint lookatweapon = 0x1A28DF0;
|
||||
public const nint reload = 0x181D0D0;
|
||||
public const nint right = 0x181D550;
|
||||
public const nint showscores = 0x1A28CD0;
|
||||
public const nint sprint = 0x181D040;
|
||||
public const nint turnleft = 0x181D280;
|
||||
public const nint turnright = 0x181D310;
|
||||
public const nint use = 0x181D5E0;
|
||||
public const nint zoom = 0x1A28D60;
|
||||
public const nint attack = 0x181C160;
|
||||
public const nint attack2 = 0x181C1F0;
|
||||
public const nint back = 0x181C430;
|
||||
public const nint duck = 0x181C700;
|
||||
public const nint forward = 0x181C3A0;
|
||||
public const nint jump = 0x181C670;
|
||||
public const nint left = 0x181C4C0;
|
||||
public const nint lookatweapon = 0x1A27E30;
|
||||
public const nint reload = 0x181C0D0;
|
||||
public const nint right = 0x181C550;
|
||||
public const nint showscores = 0x1A27D10;
|
||||
public const nint sprint = 0x181C040;
|
||||
public const nint turnleft = 0x181C280;
|
||||
public const nint turnright = 0x181C310;
|
||||
public const nint use = 0x181C5E0;
|
||||
public const nint zoom = 0x1A27DA0;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -8,21 +8,21 @@
|
||||
namespace cs2_dumper {
|
||||
// Module: client.dll
|
||||
namespace buttons {
|
||||
constexpr std::ptrdiff_t attack = 0x181D160;
|
||||
constexpr std::ptrdiff_t attack2 = 0x181D1F0;
|
||||
constexpr std::ptrdiff_t back = 0x181D430;
|
||||
constexpr std::ptrdiff_t duck = 0x181D700;
|
||||
constexpr std::ptrdiff_t forward = 0x181D3A0;
|
||||
constexpr std::ptrdiff_t jump = 0x181D670;
|
||||
constexpr std::ptrdiff_t left = 0x181D4C0;
|
||||
constexpr std::ptrdiff_t lookatweapon = 0x1A28DF0;
|
||||
constexpr std::ptrdiff_t reload = 0x181D0D0;
|
||||
constexpr std::ptrdiff_t right = 0x181D550;
|
||||
constexpr std::ptrdiff_t showscores = 0x1A28CD0;
|
||||
constexpr std::ptrdiff_t sprint = 0x181D040;
|
||||
constexpr std::ptrdiff_t turnleft = 0x181D280;
|
||||
constexpr std::ptrdiff_t turnright = 0x181D310;
|
||||
constexpr std::ptrdiff_t use = 0x181D5E0;
|
||||
constexpr std::ptrdiff_t zoom = 0x1A28D60;
|
||||
constexpr std::ptrdiff_t attack = 0x181C160;
|
||||
constexpr std::ptrdiff_t attack2 = 0x181C1F0;
|
||||
constexpr std::ptrdiff_t back = 0x181C430;
|
||||
constexpr std::ptrdiff_t duck = 0x181C700;
|
||||
constexpr std::ptrdiff_t forward = 0x181C3A0;
|
||||
constexpr std::ptrdiff_t jump = 0x181C670;
|
||||
constexpr std::ptrdiff_t left = 0x181C4C0;
|
||||
constexpr std::ptrdiff_t lookatweapon = 0x1A27E30;
|
||||
constexpr std::ptrdiff_t reload = 0x181C0D0;
|
||||
constexpr std::ptrdiff_t right = 0x181C550;
|
||||
constexpr std::ptrdiff_t showscores = 0x1A27D10;
|
||||
constexpr std::ptrdiff_t sprint = 0x181C040;
|
||||
constexpr std::ptrdiff_t turnleft = 0x181C280;
|
||||
constexpr std::ptrdiff_t turnright = 0x181C310;
|
||||
constexpr std::ptrdiff_t use = 0x181C5E0;
|
||||
constexpr std::ptrdiff_t zoom = 0x1A27DA0;
|
||||
}
|
||||
}
|
||||
|
@ -1,20 +1,20 @@
|
||||
{
|
||||
"client.dll": {
|
||||
"attack": 25284960,
|
||||
"attack2": 25285104,
|
||||
"back": 25285680,
|
||||
"duck": 25286400,
|
||||
"forward": 25285536,
|
||||
"jump": 25286256,
|
||||
"left": 25285824,
|
||||
"lookatweapon": 27430384,
|
||||
"reload": 25284816,
|
||||
"right": 25285968,
|
||||
"showscores": 27430096,
|
||||
"sprint": 25284672,
|
||||
"turnleft": 25285248,
|
||||
"turnright": 25285392,
|
||||
"use": 25286112,
|
||||
"zoom": 27430240
|
||||
"attack": 25280864,
|
||||
"attack2": 25281008,
|
||||
"back": 25281584,
|
||||
"duck": 25282304,
|
||||
"forward": 25281440,
|
||||
"jump": 25282160,
|
||||
"left": 25281728,
|
||||
"lookatweapon": 27426352,
|
||||
"reload": 25280720,
|
||||
"right": 25281872,
|
||||
"showscores": 27426064,
|
||||
"sprint": 25280576,
|
||||
"turnleft": 25281152,
|
||||
"turnright": 25281296,
|
||||
"use": 25282016,
|
||||
"zoom": 27426208
|
||||
}
|
||||
}
|
@ -1,26 +1,26 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
// Module: client.dll
|
||||
pub mod buttons {
|
||||
pub const attack: usize = 0x181D160;
|
||||
pub const attack2: usize = 0x181D1F0;
|
||||
pub const back: usize = 0x181D430;
|
||||
pub const duck: usize = 0x181D700;
|
||||
pub const forward: usize = 0x181D3A0;
|
||||
pub const jump: usize = 0x181D670;
|
||||
pub const left: usize = 0x181D4C0;
|
||||
pub const lookatweapon: usize = 0x1A28DF0;
|
||||
pub const reload: usize = 0x181D0D0;
|
||||
pub const right: usize = 0x181D550;
|
||||
pub const showscores: usize = 0x1A28CD0;
|
||||
pub const sprint: usize = 0x181D040;
|
||||
pub const turnleft: usize = 0x181D280;
|
||||
pub const turnright: usize = 0x181D310;
|
||||
pub const r#use: usize = 0x181D5E0;
|
||||
pub const zoom: usize = 0x1A28D60;
|
||||
pub const attack: usize = 0x181C160;
|
||||
pub const attack2: usize = 0x181C1F0;
|
||||
pub const back: usize = 0x181C430;
|
||||
pub const duck: usize = 0x181C700;
|
||||
pub const forward: usize = 0x181C3A0;
|
||||
pub const jump: usize = 0x181C670;
|
||||
pub const left: usize = 0x181C4C0;
|
||||
pub const lookatweapon: usize = 0x1A27E30;
|
||||
pub const reload: usize = 0x181C0D0;
|
||||
pub const right: usize = 0x181C550;
|
||||
pub const showscores: usize = 0x1A27D10;
|
||||
pub const sprint: usize = 0x181C040;
|
||||
pub const turnleft: usize = 0x181C280;
|
||||
pub const turnright: usize = 0x181C310;
|
||||
pub const r#use: usize = 0x181C5E0;
|
||||
pub const zoom: usize = 0x1A27DA0;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: client.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 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-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: engine2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 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-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: host.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"build_number": 14018,
|
||||
"timestamp": "2024-06-26T22:15:06.896317800+00:00"
|
||||
"build_number": 14019,
|
||||
"timestamp": "2024-06-27T14:27:03.514757+00:00"
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 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 = 0x181C770;
|
||||
public const nint EmptyWorldService001_Client = 0x17D9660;
|
||||
public const nint GameClientExports001 = 0x1819428;
|
||||
public const nint LegacyGameUI001 = 0x18392E0;
|
||||
public const nint Source2Client002 = 0x1A1A570;
|
||||
public const nint Source2ClientConfig001 = 0x19BB2A0;
|
||||
public const nint Source2ClientPrediction001 = 0x18248C0;
|
||||
public const nint Source2ClientUI001 = 0x1837D30;
|
||||
public const nint ClientToolsInfo_001 = 0x181B770;
|
||||
public const nint EmptyWorldService001_Client = 0x17D8660;
|
||||
public const nint GameClientExports001 = 0x1818428;
|
||||
public const nint LegacyGameUI001 = 0x18382E0;
|
||||
public const nint Source2Client002 = 0x1A196D0;
|
||||
public const nint Source2ClientConfig001 = 0x19BA2B0;
|
||||
public const nint Source2ClientPrediction001 = 0x18238C0;
|
||||
public const nint Source2ClientUI001 = 0x1836D30;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
public const nint BenchmarkService001 = 0x5356D0;
|
||||
public const nint BugService001 = 0x5AC9D0;
|
||||
public const nint ClientServerEngineLoopService_001 = 0x536380;
|
||||
public const nint EngineGameUI001 = 0x533630;
|
||||
public const nint EngineServiceMgr001 = 0x5EDA80;
|
||||
public const nint GameEventSystemClientV001 = 0x5EDDA0;
|
||||
public const nint GameEventSystemServerV001 = 0x5EDEF0;
|
||||
public const nint GameResourceServiceClientV001 = 0x5357D0;
|
||||
public const nint GameResourceServiceServerV001 = 0x535830;
|
||||
public const nint GameUIService_001 = 0x5ACCD0;
|
||||
public const nint HostStateMgr001 = 0x536270;
|
||||
public const nint BenchmarkService001 = 0x5356C0;
|
||||
public const nint BugService001 = 0x5AC9A0;
|
||||
public const nint ClientServerEngineLoopService_001 = 0x536370;
|
||||
public const nint EngineGameUI001 = 0x533620;
|
||||
public const nint EngineServiceMgr001 = 0x5EDA50;
|
||||
public const nint GameEventSystemClientV001 = 0x5EDD70;
|
||||
public const nint GameEventSystemServerV001 = 0x5EDEC0;
|
||||
public const nint GameResourceServiceClientV001 = 0x5357C0;
|
||||
public const nint GameResourceServiceServerV001 = 0x535820;
|
||||
public const nint GameUIService_001 = 0x5ACCA0;
|
||||
public const nint HostStateMgr001 = 0x536260;
|
||||
public const nint INETSUPPORT_001 = 0x52EF00;
|
||||
public const nint InputService_001 = 0x5ACFE0;
|
||||
public const nint KeyValueCache001 = 0x536320;
|
||||
public const nint MapListService_001 = 0x5EBF80;
|
||||
public const nint NetworkClientService_001 = 0x5EC110;
|
||||
public const nint NetworkP2PService_001 = 0x535AC0;
|
||||
public const nint NetworkServerService_001 = 0x5EC4A0;
|
||||
public const nint NetworkService_001 = 0x535C10;
|
||||
public const nint RenderService_001 = 0x5EC700;
|
||||
public const nint ScreenshotService001 = 0x5EC9C0;
|
||||
public const nint SimpleEngineLoopService_001 = 0x536490;
|
||||
public const nint SoundService_001 = 0x5ECBA0;
|
||||
public const nint Source2EngineToClient001 = 0x532CD0;
|
||||
public const nint Source2EngineToClientStringTable001 = 0x532D70;
|
||||
public const nint Source2EngineToServer001 = 0x532E08;
|
||||
public const nint Source2EngineToServerStringTable001 = 0x532E30;
|
||||
public const nint SplitScreenService_001 = 0x535E50;
|
||||
public const nint StatsService_001 = 0x5ED070;
|
||||
public const nint ToolService_001 = 0x536060;
|
||||
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x5336C0;
|
||||
public const nint VProfService_001 = 0x5360A0;
|
||||
public const nint InputService_001 = 0x5ACFB0;
|
||||
public const nint KeyValueCache001 = 0x536310;
|
||||
public const nint MapListService_001 = 0x5EBF50;
|
||||
public const nint NetworkClientService_001 = 0x5EC0E0;
|
||||
public const nint NetworkP2PService_001 = 0x535AB0;
|
||||
public const nint NetworkServerService_001 = 0x5EC470;
|
||||
public const nint NetworkService_001 = 0x535C00;
|
||||
public const nint RenderService_001 = 0x5EC6D0;
|
||||
public const nint ScreenshotService001 = 0x5EC990;
|
||||
public const nint SimpleEngineLoopService_001 = 0x536480;
|
||||
public const nint SoundService_001 = 0x5ECB70;
|
||||
public const nint Source2EngineToClient001 = 0x532CC0;
|
||||
public const nint Source2EngineToClientStringTable001 = 0x532D60;
|
||||
public const nint Source2EngineToServer001 = 0x532DF8;
|
||||
public const nint Source2EngineToServerStringTable001 = 0x532E20;
|
||||
public const nint SplitScreenService_001 = 0x535E40;
|
||||
public const nint StatsService_001 = 0x5ED040;
|
||||
public const nint ToolService_001 = 0x536050;
|
||||
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x5336B0;
|
||||
public const nint VProfService_001 = 0x536090;
|
||||
}
|
||||
// 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 = 0x23E500;
|
||||
public const nint NetworkMessagesVersion001 = 0x2705E0;
|
||||
public const nint NetworkSystemVersion001 = 0x268290;
|
||||
public const nint SerializedEntitiesVersion001 = 0x268380;
|
||||
public const nint FlattenedSerializersVersion001 = 0x240510;
|
||||
public const nint NetworkMessagesVersion001 = 0x272600;
|
||||
public const nint NetworkSystemVersion001 = 0x26A2A0;
|
||||
public const nint SerializedEntitiesVersion001 = 0x26A390;
|
||||
}
|
||||
// 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 = 0x13610B0;
|
||||
public const nint EmptyWorldService001_Server = 0x13610A0;
|
||||
public const nint EntitySubclassUtilsV001 = 0x13135B0;
|
||||
public const nint NavGameTest001 = 0x13FF8B8;
|
||||
public const nint ServerToolsInfo_001 = 0x13B4FC8;
|
||||
public const nint Source2GameClients001 = 0x13B0430;
|
||||
public const nint Source2GameDirector001 = 0x14E46A0;
|
||||
public const nint Source2GameEntities001 = 0x13B4F90;
|
||||
public const nint Source2Server001 = 0x13B4E00;
|
||||
public const nint Source2ServerConfig001 = 0x159F6D8;
|
||||
public const nint NavGameTest001 = 0x13FF8A8;
|
||||
public const nint ServerToolsInfo_001 = 0x13B4FB8;
|
||||
public const nint Source2GameClients001 = 0x13B0420;
|
||||
public const nint Source2GameDirector001 = 0x14E47C0;
|
||||
public const nint Source2GameEntities001 = 0x13B4F80;
|
||||
public const nint Source2Server001 = 0x13B4DF0;
|
||||
public const nint Source2ServerConfig001 = 0x159F6E8;
|
||||
public const nint customnavsystem001 = 0x12F8E38;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -14,49 +14,49 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x181C770;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x17D9660;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x1819428;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x18392E0;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x1A1A570;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19BB2A0;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x18248C0;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x1837D30;
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x181B770;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x17D8660;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x1818428;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x18382E0;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x1A196D0;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19BA2B0;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x18238C0;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x1836D30;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
constexpr std::ptrdiff_t BenchmarkService001 = 0x5356D0;
|
||||
constexpr std::ptrdiff_t BugService001 = 0x5AC9D0;
|
||||
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x536380;
|
||||
constexpr std::ptrdiff_t EngineGameUI001 = 0x533630;
|
||||
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x5EDA80;
|
||||
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x5EDDA0;
|
||||
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x5EDEF0;
|
||||
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x5357D0;
|
||||
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x535830;
|
||||
constexpr std::ptrdiff_t GameUIService_001 = 0x5ACCD0;
|
||||
constexpr std::ptrdiff_t HostStateMgr001 = 0x536270;
|
||||
constexpr std::ptrdiff_t BenchmarkService001 = 0x5356C0;
|
||||
constexpr std::ptrdiff_t BugService001 = 0x5AC9A0;
|
||||
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x536370;
|
||||
constexpr std::ptrdiff_t EngineGameUI001 = 0x533620;
|
||||
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x5EDA50;
|
||||
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x5EDD70;
|
||||
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x5EDEC0;
|
||||
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x5357C0;
|
||||
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x535820;
|
||||
constexpr std::ptrdiff_t GameUIService_001 = 0x5ACCA0;
|
||||
constexpr std::ptrdiff_t HostStateMgr001 = 0x536260;
|
||||
constexpr std::ptrdiff_t INETSUPPORT_001 = 0x52EF00;
|
||||
constexpr std::ptrdiff_t InputService_001 = 0x5ACFE0;
|
||||
constexpr std::ptrdiff_t KeyValueCache001 = 0x536320;
|
||||
constexpr std::ptrdiff_t MapListService_001 = 0x5EBF80;
|
||||
constexpr std::ptrdiff_t NetworkClientService_001 = 0x5EC110;
|
||||
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x535AC0;
|
||||
constexpr std::ptrdiff_t NetworkServerService_001 = 0x5EC4A0;
|
||||
constexpr std::ptrdiff_t NetworkService_001 = 0x535C10;
|
||||
constexpr std::ptrdiff_t RenderService_001 = 0x5EC700;
|
||||
constexpr std::ptrdiff_t ScreenshotService001 = 0x5EC9C0;
|
||||
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x536490;
|
||||
constexpr std::ptrdiff_t SoundService_001 = 0x5ECBA0;
|
||||
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x532CD0;
|
||||
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x532D70;
|
||||
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x532E08;
|
||||
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0x532E30;
|
||||
constexpr std::ptrdiff_t SplitScreenService_001 = 0x535E50;
|
||||
constexpr std::ptrdiff_t StatsService_001 = 0x5ED070;
|
||||
constexpr std::ptrdiff_t ToolService_001 = 0x536060;
|
||||
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x5336C0;
|
||||
constexpr std::ptrdiff_t VProfService_001 = 0x5360A0;
|
||||
constexpr std::ptrdiff_t InputService_001 = 0x5ACFB0;
|
||||
constexpr std::ptrdiff_t KeyValueCache001 = 0x536310;
|
||||
constexpr std::ptrdiff_t MapListService_001 = 0x5EBF50;
|
||||
constexpr std::ptrdiff_t NetworkClientService_001 = 0x5EC0E0;
|
||||
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x535AB0;
|
||||
constexpr std::ptrdiff_t NetworkServerService_001 = 0x5EC470;
|
||||
constexpr std::ptrdiff_t NetworkService_001 = 0x535C00;
|
||||
constexpr std::ptrdiff_t RenderService_001 = 0x5EC6D0;
|
||||
constexpr std::ptrdiff_t ScreenshotService001 = 0x5EC990;
|
||||
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x536480;
|
||||
constexpr std::ptrdiff_t SoundService_001 = 0x5ECB70;
|
||||
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x532CC0;
|
||||
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x532D60;
|
||||
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x532DF8;
|
||||
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0x532E20;
|
||||
constexpr std::ptrdiff_t SplitScreenService_001 = 0x535E40;
|
||||
constexpr std::ptrdiff_t StatsService_001 = 0x5ED040;
|
||||
constexpr std::ptrdiff_t ToolService_001 = 0x536050;
|
||||
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x5336B0;
|
||||
constexpr std::ptrdiff_t VProfService_001 = 0x536090;
|
||||
}
|
||||
// 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 = 0x23E500;
|
||||
constexpr std::ptrdiff_t NetworkMessagesVersion001 = 0x2705E0;
|
||||
constexpr std::ptrdiff_t NetworkSystemVersion001 = 0x268290;
|
||||
constexpr std::ptrdiff_t SerializedEntitiesVersion001 = 0x268380;
|
||||
constexpr std::ptrdiff_t FlattenedSerializersVersion001 = 0x240510;
|
||||
constexpr std::ptrdiff_t NetworkMessagesVersion001 = 0x272600;
|
||||
constexpr std::ptrdiff_t NetworkSystemVersion001 = 0x26A2A0;
|
||||
constexpr std::ptrdiff_t SerializedEntitiesVersion001 = 0x26A390;
|
||||
}
|
||||
// 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 = 0x13610B0;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x13610A0;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x13135B0;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0x13FF8B8;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13B4FC8;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x13B0430;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14E46A0;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13B4F90;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x13B4E00;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x159F6D8;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0x13FF8A8;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13B4FB8;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x13B0420;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14E47C0;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13B4F80;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x13B4DF0;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x159F6E8;
|
||||
constexpr std::ptrdiff_t customnavsystem001 = 0x12F8E38;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
|
@ -4,48 +4,48 @@
|
||||
"AnimationSystem_001": 5799648
|
||||
},
|
||||
"client.dll": {
|
||||
"ClientToolsInfo_001": 25282416,
|
||||
"EmptyWorldService001_Client": 25007712,
|
||||
"GameClientExports001": 25269288,
|
||||
"LegacyGameUI001": 25400032,
|
||||
"Source2Client002": 27370864,
|
||||
"Source2ClientConfig001": 26981024,
|
||||
"Source2ClientPrediction001": 25315520,
|
||||
"Source2ClientUI001": 25394480
|
||||
"ClientToolsInfo_001": 25278320,
|
||||
"EmptyWorldService001_Client": 25003616,
|
||||
"GameClientExports001": 25265192,
|
||||
"LegacyGameUI001": 25395936,
|
||||
"Source2Client002": 27367120,
|
||||
"Source2ClientConfig001": 26976944,
|
||||
"Source2ClientPrediction001": 25311424,
|
||||
"Source2ClientUI001": 25390384
|
||||
},
|
||||
"engine2.dll": {
|
||||
"BenchmarkService001": 5461712,
|
||||
"BugService001": 5949904,
|
||||
"ClientServerEngineLoopService_001": 5464960,
|
||||
"EngineGameUI001": 5453360,
|
||||
"EngineServiceMgr001": 6216320,
|
||||
"GameEventSystemClientV001": 6217120,
|
||||
"GameEventSystemServerV001": 6217456,
|
||||
"GameResourceServiceClientV001": 5461968,
|
||||
"GameResourceServiceServerV001": 5462064,
|
||||
"GameUIService_001": 5950672,
|
||||
"HostStateMgr001": 5464688,
|
||||
"BenchmarkService001": 5461696,
|
||||
"BugService001": 5949856,
|
||||
"ClientServerEngineLoopService_001": 5464944,
|
||||
"EngineGameUI001": 5453344,
|
||||
"EngineServiceMgr001": 6216272,
|
||||
"GameEventSystemClientV001": 6217072,
|
||||
"GameEventSystemServerV001": 6217408,
|
||||
"GameResourceServiceClientV001": 5461952,
|
||||
"GameResourceServiceServerV001": 5462048,
|
||||
"GameUIService_001": 5950624,
|
||||
"HostStateMgr001": 5464672,
|
||||
"INETSUPPORT_001": 5435136,
|
||||
"InputService_001": 5951456,
|
||||
"KeyValueCache001": 5464864,
|
||||
"MapListService_001": 6209408,
|
||||
"NetworkClientService_001": 6209808,
|
||||
"NetworkP2PService_001": 5462720,
|
||||
"NetworkServerService_001": 6210720,
|
||||
"NetworkService_001": 5463056,
|
||||
"RenderService_001": 6211328,
|
||||
"ScreenshotService001": 6212032,
|
||||
"SimpleEngineLoopService_001": 5465232,
|
||||
"SoundService_001": 6212512,
|
||||
"Source2EngineToClient001": 5450960,
|
||||
"Source2EngineToClientStringTable001": 5451120,
|
||||
"Source2EngineToServer001": 5451272,
|
||||
"Source2EngineToServerStringTable001": 5451312,
|
||||
"SplitScreenService_001": 5463632,
|
||||
"StatsService_001": 6213744,
|
||||
"ToolService_001": 5464160,
|
||||
"VENGINE_GAMEUIFUNCS_VERSION005": 5453504,
|
||||
"VProfService_001": 5464224
|
||||
"InputService_001": 5951408,
|
||||
"KeyValueCache001": 5464848,
|
||||
"MapListService_001": 6209360,
|
||||
"NetworkClientService_001": 6209760,
|
||||
"NetworkP2PService_001": 5462704,
|
||||
"NetworkServerService_001": 6210672,
|
||||
"NetworkService_001": 5463040,
|
||||
"RenderService_001": 6211280,
|
||||
"ScreenshotService001": 6211984,
|
||||
"SimpleEngineLoopService_001": 5465216,
|
||||
"SoundService_001": 6212464,
|
||||
"Source2EngineToClient001": 5450944,
|
||||
"Source2EngineToClientStringTable001": 5451104,
|
||||
"Source2EngineToServer001": 5451256,
|
||||
"Source2EngineToServerStringTable001": 5451296,
|
||||
"SplitScreenService_001": 5463616,
|
||||
"StatsService_001": 6213696,
|
||||
"ToolService_001": 5464144,
|
||||
"VENGINE_GAMEUIFUNCS_VERSION005": 5453488,
|
||||
"VProfService_001": 5464208
|
||||
},
|
||||
"filesystem_stdio.dll": {
|
||||
"VAsyncFileSystem2_001": 2151840,
|
||||
@ -89,10 +89,10 @@
|
||||
"NavSystem001": 787680
|
||||
},
|
||||
"networksystem.dll": {
|
||||
"FlattenedSerializersVersion001": 2352384,
|
||||
"NetworkMessagesVersion001": 2557408,
|
||||
"NetworkSystemVersion001": 2523792,
|
||||
"SerializedEntitiesVersion001": 2524032
|
||||
"FlattenedSerializersVersion001": 2360592,
|
||||
"NetworkMessagesVersion001": 2565632,
|
||||
"NetworkSystemVersion001": 2532000,
|
||||
"SerializedEntitiesVersion001": 2532240
|
||||
},
|
||||
"panorama.dll": {
|
||||
"PanoramaUIEngine001": 5120608
|
||||
@ -130,15 +130,15 @@
|
||||
"SchemaSystem_001": 378640
|
||||
},
|
||||
"server.dll": {
|
||||
"EmptyWorldService001_Server": 20320432,
|
||||
"EmptyWorldService001_Server": 20320416,
|
||||
"EntitySubclassUtilsV001": 20002224,
|
||||
"NavGameTest001": 20969656,
|
||||
"ServerToolsInfo_001": 20664264,
|
||||
"Source2GameClients001": 20644912,
|
||||
"Source2GameDirector001": 21907104,
|
||||
"Source2GameEntities001": 20664208,
|
||||
"Source2Server001": 20663808,
|
||||
"Source2ServerConfig001": 22673112,
|
||||
"NavGameTest001": 20969640,
|
||||
"ServerToolsInfo_001": 20664248,
|
||||
"Source2GameClients001": 20644896,
|
||||
"Source2GameDirector001": 21907392,
|
||||
"Source2GameEntities001": 20664192,
|
||||
"Source2Server001": 20663792,
|
||||
"Source2ServerConfig001": 22673128,
|
||||
"customnavsystem001": 19893816
|
||||
},
|
||||
"soundsystem.dll": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 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 = 0x181C770;
|
||||
pub const EmptyWorldService001_Client: usize = 0x17D9660;
|
||||
pub const GameClientExports001: usize = 0x1819428;
|
||||
pub const LegacyGameUI001: usize = 0x18392E0;
|
||||
pub const Source2Client002: usize = 0x1A1A570;
|
||||
pub const Source2ClientConfig001: usize = 0x19BB2A0;
|
||||
pub const Source2ClientPrediction001: usize = 0x18248C0;
|
||||
pub const Source2ClientUI001: usize = 0x1837D30;
|
||||
pub const ClientToolsInfo_001: usize = 0x181B770;
|
||||
pub const EmptyWorldService001_Client: usize = 0x17D8660;
|
||||
pub const GameClientExports001: usize = 0x1818428;
|
||||
pub const LegacyGameUI001: usize = 0x18382E0;
|
||||
pub const Source2Client002: usize = 0x1A196D0;
|
||||
pub const Source2ClientConfig001: usize = 0x19BA2B0;
|
||||
pub const Source2ClientPrediction001: usize = 0x18238C0;
|
||||
pub const Source2ClientUI001: usize = 0x1836D30;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
pub const BenchmarkService001: usize = 0x5356D0;
|
||||
pub const BugService001: usize = 0x5AC9D0;
|
||||
pub const ClientServerEngineLoopService_001: usize = 0x536380;
|
||||
pub const EngineGameUI001: usize = 0x533630;
|
||||
pub const EngineServiceMgr001: usize = 0x5EDA80;
|
||||
pub const GameEventSystemClientV001: usize = 0x5EDDA0;
|
||||
pub const GameEventSystemServerV001: usize = 0x5EDEF0;
|
||||
pub const GameResourceServiceClientV001: usize = 0x5357D0;
|
||||
pub const GameResourceServiceServerV001: usize = 0x535830;
|
||||
pub const GameUIService_001: usize = 0x5ACCD0;
|
||||
pub const HostStateMgr001: usize = 0x536270;
|
||||
pub const BenchmarkService001: usize = 0x5356C0;
|
||||
pub const BugService001: usize = 0x5AC9A0;
|
||||
pub const ClientServerEngineLoopService_001: usize = 0x536370;
|
||||
pub const EngineGameUI001: usize = 0x533620;
|
||||
pub const EngineServiceMgr001: usize = 0x5EDA50;
|
||||
pub const GameEventSystemClientV001: usize = 0x5EDD70;
|
||||
pub const GameEventSystemServerV001: usize = 0x5EDEC0;
|
||||
pub const GameResourceServiceClientV001: usize = 0x5357C0;
|
||||
pub const GameResourceServiceServerV001: usize = 0x535820;
|
||||
pub const GameUIService_001: usize = 0x5ACCA0;
|
||||
pub const HostStateMgr001: usize = 0x536260;
|
||||
pub const INETSUPPORT_001: usize = 0x52EF00;
|
||||
pub const InputService_001: usize = 0x5ACFE0;
|
||||
pub const KeyValueCache001: usize = 0x536320;
|
||||
pub const MapListService_001: usize = 0x5EBF80;
|
||||
pub const NetworkClientService_001: usize = 0x5EC110;
|
||||
pub const NetworkP2PService_001: usize = 0x535AC0;
|
||||
pub const NetworkServerService_001: usize = 0x5EC4A0;
|
||||
pub const NetworkService_001: usize = 0x535C10;
|
||||
pub const RenderService_001: usize = 0x5EC700;
|
||||
pub const ScreenshotService001: usize = 0x5EC9C0;
|
||||
pub const SimpleEngineLoopService_001: usize = 0x536490;
|
||||
pub const SoundService_001: usize = 0x5ECBA0;
|
||||
pub const Source2EngineToClient001: usize = 0x532CD0;
|
||||
pub const Source2EngineToClientStringTable001: usize = 0x532D70;
|
||||
pub const Source2EngineToServer001: usize = 0x532E08;
|
||||
pub const Source2EngineToServerStringTable001: usize = 0x532E30;
|
||||
pub const SplitScreenService_001: usize = 0x535E50;
|
||||
pub const StatsService_001: usize = 0x5ED070;
|
||||
pub const ToolService_001: usize = 0x536060;
|
||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x5336C0;
|
||||
pub const VProfService_001: usize = 0x5360A0;
|
||||
pub const InputService_001: usize = 0x5ACFB0;
|
||||
pub const KeyValueCache001: usize = 0x536310;
|
||||
pub const MapListService_001: usize = 0x5EBF50;
|
||||
pub const NetworkClientService_001: usize = 0x5EC0E0;
|
||||
pub const NetworkP2PService_001: usize = 0x535AB0;
|
||||
pub const NetworkServerService_001: usize = 0x5EC470;
|
||||
pub const NetworkService_001: usize = 0x535C00;
|
||||
pub const RenderService_001: usize = 0x5EC6D0;
|
||||
pub const ScreenshotService001: usize = 0x5EC990;
|
||||
pub const SimpleEngineLoopService_001: usize = 0x536480;
|
||||
pub const SoundService_001: usize = 0x5ECB70;
|
||||
pub const Source2EngineToClient001: usize = 0x532CC0;
|
||||
pub const Source2EngineToClientStringTable001: usize = 0x532D60;
|
||||
pub const Source2EngineToServer001: usize = 0x532DF8;
|
||||
pub const Source2EngineToServerStringTable001: usize = 0x532E20;
|
||||
pub const SplitScreenService_001: usize = 0x535E40;
|
||||
pub const StatsService_001: usize = 0x5ED040;
|
||||
pub const ToolService_001: usize = 0x536050;
|
||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x5336B0;
|
||||
pub const VProfService_001: usize = 0x536090;
|
||||
}
|
||||
// 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 = 0x23E500;
|
||||
pub const NetworkMessagesVersion001: usize = 0x2705E0;
|
||||
pub const NetworkSystemVersion001: usize = 0x268290;
|
||||
pub const SerializedEntitiesVersion001: usize = 0x268380;
|
||||
pub const FlattenedSerializersVersion001: usize = 0x240510;
|
||||
pub const NetworkMessagesVersion001: usize = 0x272600;
|
||||
pub const NetworkSystemVersion001: usize = 0x26A2A0;
|
||||
pub const SerializedEntitiesVersion001: usize = 0x26A390;
|
||||
}
|
||||
// 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 = 0x13610B0;
|
||||
pub const EmptyWorldService001_Server: usize = 0x13610A0;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x13135B0;
|
||||
pub const NavGameTest001: usize = 0x13FF8B8;
|
||||
pub const ServerToolsInfo_001: usize = 0x13B4FC8;
|
||||
pub const Source2GameClients001: usize = 0x13B0430;
|
||||
pub const Source2GameDirector001: usize = 0x14E46A0;
|
||||
pub const Source2GameEntities001: usize = 0x13B4F90;
|
||||
pub const Source2Server001: usize = 0x13B4E00;
|
||||
pub const Source2ServerConfig001: usize = 0x159F6D8;
|
||||
pub const NavGameTest001: usize = 0x13FF8A8;
|
||||
pub const ServerToolsInfo_001: usize = 0x13B4FB8;
|
||||
pub const Source2GameClients001: usize = 0x13B0420;
|
||||
pub const Source2GameDirector001: usize = 0x14E47C0;
|
||||
pub const Source2GameEntities001: usize = 0x13B4F80;
|
||||
pub const Source2Server001: usize = 0x13B4DF0;
|
||||
pub const Source2ServerConfig001: usize = 0x159F6E8;
|
||||
pub const customnavsystem001: usize = 0x12F8E38;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: materialsystem2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 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-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: networksystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 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-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
namespace CS2Dumper.Offsets {
|
||||
// Module: client.dll
|
||||
public static class ClientDll {
|
||||
public const nint dwCSGOInput = 0x1A28ED0;
|
||||
public const nint dwEntityList = 0x19BEDF8;
|
||||
public const nint dwGameEntitySystem = 0x1ADDCA8;
|
||||
public const nint dwCSGOInput = 0x1A27F10;
|
||||
public const nint dwEntityList = 0x19BDE58;
|
||||
public const nint dwGameEntitySystem = 0x1ADCCA8;
|
||||
public const nint dwGameEntitySystem_highestEntityIndex = 0x1510;
|
||||
public const nint dwGameRules = 0x1A1C758;
|
||||
public const nint dwGlobalVars = 0x1818638;
|
||||
public const nint dwGlowManager = 0x1A1BE40;
|
||||
public const nint dwLocalPlayerController = 0x1A0EA98;
|
||||
public const nint dwLocalPlayerPawn = 0x1824A08;
|
||||
public const nint dwPlantedC4 = 0x1A26248;
|
||||
public const nint dwPrediction = 0x18248C0;
|
||||
public const nint dwSensitivity = 0x1A1D428;
|
||||
public const nint dwGameRules = 0x1A1B748;
|
||||
public const nint dwGlobalVars = 0x1817638;
|
||||
public const nint dwGlowManager = 0x1A1AE30;
|
||||
public const nint dwLocalPlayerController = 0x1A0DA88;
|
||||
public const nint dwLocalPlayerPawn = 0x1823A08;
|
||||
public const nint dwPlantedC4 = 0x1A25288;
|
||||
public const nint dwPrediction = 0x18238C0;
|
||||
public const nint dwSensitivity = 0x1A1C418;
|
||||
public const nint dwSensitivity_sensitivity = 0x40;
|
||||
public const nint dwViewAngles = 0x1A2E2E8;
|
||||
public const nint dwViewMatrix = 0x1A20DC0;
|
||||
public const nint dwViewRender = 0x1A21558;
|
||||
public const nint dwWeaponC4 = 0x19C2A10;
|
||||
public const nint dwViewAngles = 0x1A2D328;
|
||||
public const nint dwViewMatrix = 0x1A1FDB0;
|
||||
public const nint dwViewRender = 0x1A20548;
|
||||
public const nint dwWeaponC4 = 0x19C1A20;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
public const nint dwBuildNumber = 0x52F844;
|
||||
public const nint dwEngineViewData = 0x5ECC3C;
|
||||
public const nint dwBuildNumber = 0x52F834;
|
||||
public const nint dwEngineViewData = 0x5ECC0C;
|
||||
public const nint dwNetworkGameClient = 0x52EBA0;
|
||||
public const nint dwNetworkGameClient_clientTickCount = 0x178;
|
||||
public const nint dwNetworkGameClient_deltaTick = 0x278;
|
||||
@ -34,9 +34,9 @@ namespace CS2Dumper.Offsets {
|
||||
public const nint dwNetworkGameClient_maxClients = 0x270;
|
||||
public const nint dwNetworkGameClient_serverTickCount = 0x174;
|
||||
public const nint dwNetworkGameClient_signOnState = 0x260;
|
||||
public const nint dwSoundService = 0x5ECBA0;
|
||||
public const nint dwWindowHeight = 0x5F0454;
|
||||
public const nint dwWindowWidth = 0x5F0450;
|
||||
public const nint dwSoundService = 0x5ECB70;
|
||||
public const nint dwWindowHeight = 0x5F0424;
|
||||
public const nint dwWindowWidth = 0x5F0420;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
public static class InputsystemDll {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -9,28 +9,28 @@ namespace cs2_dumper {
|
||||
namespace offsets {
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1A28ED0;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x19BEDF8;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1ADDCA8;
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1A27F10;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x19BDE58;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1ADCCA8;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x1510;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1A1C758;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x1818638;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x1A1BE40;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A0EA98;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x1824A08;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A26248;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x18248C0;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1A1D428;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1A1B748;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x1817638;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x1A1AE30;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A0DA88;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x1823A08;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A25288;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x18238C0;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1A1C418;
|
||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x1A2E2E8;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1A20DC0;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x1A21558;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x19C2A10;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x1A2D328;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1A1FDB0;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x1A20548;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x19C1A20;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
constexpr std::ptrdiff_t dwBuildNumber = 0x52F844;
|
||||
constexpr std::ptrdiff_t dwEngineViewData = 0x5ECC3C;
|
||||
constexpr std::ptrdiff_t dwBuildNumber = 0x52F834;
|
||||
constexpr std::ptrdiff_t dwEngineViewData = 0x5ECC0C;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient = 0x52EBA0;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_clientTickCount = 0x178;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x278;
|
||||
@ -39,9 +39,9 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_maxClients = 0x270;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_serverTickCount = 0x174;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x260;
|
||||
constexpr std::ptrdiff_t dwSoundService = 0x5ECBA0;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x5F0454;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x5F0450;
|
||||
constexpr std::ptrdiff_t dwSoundService = 0x5ECB70;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x5F0424;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x5F0420;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
namespace inputsystem_dll {
|
||||
|
@ -1,26 +1,26 @@
|
||||
{
|
||||
"client.dll": {
|
||||
"dwCSGOInput": 27430608,
|
||||
"dwEntityList": 26996216,
|
||||
"dwGameEntitySystem": 28171432,
|
||||
"dwCSGOInput": 27426576,
|
||||
"dwEntityList": 26992216,
|
||||
"dwGameEntitySystem": 28167336,
|
||||
"dwGameEntitySystem_highestEntityIndex": 5392,
|
||||
"dwGameRules": 27379544,
|
||||
"dwGlobalVars": 25265720,
|
||||
"dwGlowManager": 27377216,
|
||||
"dwLocalPlayerController": 27323032,
|
||||
"dwLocalPlayerPawn": 25315848,
|
||||
"dwPlantedC4": 27419208,
|
||||
"dwPrediction": 25315520,
|
||||
"dwSensitivity": 27382824,
|
||||
"dwGameRules": 27375432,
|
||||
"dwGlobalVars": 25261624,
|
||||
"dwGlowManager": 27373104,
|
||||
"dwLocalPlayerController": 27318920,
|
||||
"dwLocalPlayerPawn": 25311752,
|
||||
"dwPlantedC4": 27415176,
|
||||
"dwPrediction": 25311424,
|
||||
"dwSensitivity": 27378712,
|
||||
"dwSensitivity_sensitivity": 64,
|
||||
"dwViewAngles": 27452136,
|
||||
"dwViewMatrix": 27397568,
|
||||
"dwViewRender": 27399512,
|
||||
"dwWeaponC4": 27011600
|
||||
"dwViewAngles": 27448104,
|
||||
"dwViewMatrix": 27393456,
|
||||
"dwViewRender": 27395400,
|
||||
"dwWeaponC4": 27007520
|
||||
},
|
||||
"engine2.dll": {
|
||||
"dwBuildNumber": 5437508,
|
||||
"dwEngineViewData": 6212668,
|
||||
"dwBuildNumber": 5437492,
|
||||
"dwEngineViewData": 6212620,
|
||||
"dwNetworkGameClient": 5434272,
|
||||
"dwNetworkGameClient_clientTickCount": 376,
|
||||
"dwNetworkGameClient_deltaTick": 632,
|
||||
@ -29,9 +29,9 @@
|
||||
"dwNetworkGameClient_maxClients": 624,
|
||||
"dwNetworkGameClient_serverTickCount": 372,
|
||||
"dwNetworkGameClient_signOnState": 608,
|
||||
"dwSoundService": 6212512,
|
||||
"dwWindowHeight": 6227028,
|
||||
"dwWindowWidth": 6227024
|
||||
"dwSoundService": 6212464,
|
||||
"dwWindowHeight": 6226980,
|
||||
"dwWindowWidth": 6226976
|
||||
},
|
||||
"inputsystem.dll": {
|
||||
"dwInputSystem": 231408
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 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 = 0x1A28ED0;
|
||||
pub const dwEntityList: usize = 0x19BEDF8;
|
||||
pub const dwGameEntitySystem: usize = 0x1ADDCA8;
|
||||
pub const dwCSGOInput: usize = 0x1A27F10;
|
||||
pub const dwEntityList: usize = 0x19BDE58;
|
||||
pub const dwGameEntitySystem: usize = 0x1ADCCA8;
|
||||
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x1510;
|
||||
pub const dwGameRules: usize = 0x1A1C758;
|
||||
pub const dwGlobalVars: usize = 0x1818638;
|
||||
pub const dwGlowManager: usize = 0x1A1BE40;
|
||||
pub const dwLocalPlayerController: usize = 0x1A0EA98;
|
||||
pub const dwLocalPlayerPawn: usize = 0x1824A08;
|
||||
pub const dwPlantedC4: usize = 0x1A26248;
|
||||
pub const dwPrediction: usize = 0x18248C0;
|
||||
pub const dwSensitivity: usize = 0x1A1D428;
|
||||
pub const dwGameRules: usize = 0x1A1B748;
|
||||
pub const dwGlobalVars: usize = 0x1817638;
|
||||
pub const dwGlowManager: usize = 0x1A1AE30;
|
||||
pub const dwLocalPlayerController: usize = 0x1A0DA88;
|
||||
pub const dwLocalPlayerPawn: usize = 0x1823A08;
|
||||
pub const dwPlantedC4: usize = 0x1A25288;
|
||||
pub const dwPrediction: usize = 0x18238C0;
|
||||
pub const dwSensitivity: usize = 0x1A1C418;
|
||||
pub const dwSensitivity_sensitivity: usize = 0x40;
|
||||
pub const dwViewAngles: usize = 0x1A2E2E8;
|
||||
pub const dwViewMatrix: usize = 0x1A20DC0;
|
||||
pub const dwViewRender: usize = 0x1A21558;
|
||||
pub const dwWeaponC4: usize = 0x19C2A10;
|
||||
pub const dwViewAngles: usize = 0x1A2D328;
|
||||
pub const dwViewMatrix: usize = 0x1A1FDB0;
|
||||
pub const dwViewRender: usize = 0x1A20548;
|
||||
pub const dwWeaponC4: usize = 0x19C1A20;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
pub const dwBuildNumber: usize = 0x52F844;
|
||||
pub const dwEngineViewData: usize = 0x5ECC3C;
|
||||
pub const dwBuildNumber: usize = 0x52F834;
|
||||
pub const dwEngineViewData: usize = 0x5ECC0C;
|
||||
pub const dwNetworkGameClient: usize = 0x52EBA0;
|
||||
pub const dwNetworkGameClient_clientTickCount: usize = 0x178;
|
||||
pub const dwNetworkGameClient_deltaTick: usize = 0x278;
|
||||
@ -37,9 +37,9 @@ pub mod cs2_dumper {
|
||||
pub const dwNetworkGameClient_maxClients: usize = 0x270;
|
||||
pub const dwNetworkGameClient_serverTickCount: usize = 0x174;
|
||||
pub const dwNetworkGameClient_signOnState: usize = 0x260;
|
||||
pub const dwSoundService: usize = 0x5ECBA0;
|
||||
pub const dwWindowHeight: usize = 0x5F0454;
|
||||
pub const dwWindowWidth: usize = 0x5F0450;
|
||||
pub const dwSoundService: usize = 0x5ECB70;
|
||||
pub const dwWindowHeight: usize = 0x5F0424;
|
||||
pub const dwWindowWidth: usize = 0x5F0420;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
pub mod inputsystem_dll {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: panorama.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 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-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: particles.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 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-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: pulse_system.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 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-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: rendersystemdx11.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 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-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: resourcesystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 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-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: scenesystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 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-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: schemasystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 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-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: server.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 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-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: soundsystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 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-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: vphysics2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 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-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: worldrenderer.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-26 22:15:06.896317800 UTC
|
||||
// 2024-06-27 14:27:03.514757 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user