mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-05-30 20:05:34 +08:00
Game update (14079)
This commit is contained in:
parent
a4329c2ab4
commit
795c3c8ca7
@ -1,5 +1,5 @@
|
||||
23:54:53 [INFO] found 16 buttons
|
||||
23:54:53 [INFO] found 131 interfaces across 33 modules
|
||||
23:54:54 [INFO] found 33 offsets across 5 modules
|
||||
23:54:54 [INFO] found 2442 classes and 368 enums across 17 modules
|
||||
23:54:54 [INFO] analysis completed in 1.44s
|
||||
03:33:21 [INFO] found 16 buttons
|
||||
03:33:21 [INFO] found 131 interfaces across 33 modules
|
||||
03:33:22 [INFO] found 33 offsets across 5 modules
|
||||
03:33:22 [INFO] found 2442 classes and 368 enums across 17 modules
|
||||
03:33:22 [INFO] analysis completed in 759.88ms
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: animationsystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 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
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
namespace CS2Dumper {
|
||||
// Module: client.dll
|
||||
@ -11,14 +11,14 @@ namespace CS2Dumper {
|
||||
public const nint forward = 0x1844B30;
|
||||
public const nint jump = 0x1844E00;
|
||||
public const nint left = 0x1844C50;
|
||||
public const nint lookatweapon = 0x1A6AE30;
|
||||
public const nint lookatweapon = 0x1A6AE20;
|
||||
public const nint reload = 0x1844860;
|
||||
public const nint right = 0x1844CE0;
|
||||
public const nint showscores = 0x1A6AD10;
|
||||
public const nint showscores = 0x1A6AD00;
|
||||
public const nint sprint = 0x18447D0;
|
||||
public const nint turnleft = 0x1844A10;
|
||||
public const nint turnright = 0x1844AA0;
|
||||
public const nint use = 0x1844D70;
|
||||
public const nint zoom = 0x1A6ADA0;
|
||||
public const nint zoom = 0x1A6AD90;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -15,14 +15,14 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t forward = 0x1844B30;
|
||||
constexpr std::ptrdiff_t jump = 0x1844E00;
|
||||
constexpr std::ptrdiff_t left = 0x1844C50;
|
||||
constexpr std::ptrdiff_t lookatweapon = 0x1A6AE30;
|
||||
constexpr std::ptrdiff_t lookatweapon = 0x1A6AE20;
|
||||
constexpr std::ptrdiff_t reload = 0x1844860;
|
||||
constexpr std::ptrdiff_t right = 0x1844CE0;
|
||||
constexpr std::ptrdiff_t showscores = 0x1A6AD10;
|
||||
constexpr std::ptrdiff_t showscores = 0x1A6AD00;
|
||||
constexpr std::ptrdiff_t sprint = 0x18447D0;
|
||||
constexpr std::ptrdiff_t turnleft = 0x1844A10;
|
||||
constexpr std::ptrdiff_t turnright = 0x1844AA0;
|
||||
constexpr std::ptrdiff_t use = 0x1844D70;
|
||||
constexpr std::ptrdiff_t zoom = 0x1A6ADA0;
|
||||
constexpr std::ptrdiff_t zoom = 0x1A6AD90;
|
||||
}
|
||||
}
|
||||
|
@ -7,14 +7,14 @@
|
||||
"forward": 25447216,
|
||||
"jump": 25447936,
|
||||
"left": 25447504,
|
||||
"lookatweapon": 27700784,
|
||||
"lookatweapon": 27700768,
|
||||
"reload": 25446496,
|
||||
"right": 25447648,
|
||||
"showscores": 27700496,
|
||||
"showscores": 27700480,
|
||||
"sprint": 25446352,
|
||||
"turnleft": 25446928,
|
||||
"turnright": 25447072,
|
||||
"use": 25447792,
|
||||
"zoom": 27700640
|
||||
"zoom": 27700624
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
@ -13,14 +13,14 @@ pub mod cs2_dumper {
|
||||
pub const forward: usize = 0x1844B30;
|
||||
pub const jump: usize = 0x1844E00;
|
||||
pub const left: usize = 0x1844C50;
|
||||
pub const lookatweapon: usize = 0x1A6AE30;
|
||||
pub const lookatweapon: usize = 0x1A6AE20;
|
||||
pub const reload: usize = 0x1844860;
|
||||
pub const right: usize = 0x1844CE0;
|
||||
pub const showscores: usize = 0x1A6AD10;
|
||||
pub const showscores: usize = 0x1A6AD00;
|
||||
pub const sprint: usize = 0x18447D0;
|
||||
pub const turnleft: usize = 0x1844A10;
|
||||
pub const turnright: usize = 0x1844AA0;
|
||||
pub const r#use: usize = 0x1844D70;
|
||||
pub const zoom: usize = 0x1A6ADA0;
|
||||
pub const zoom: usize = 0x1A6AD90;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: client.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 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
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: engine2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 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
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: host.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"build_number": 14078,
|
||||
"timestamp": "2025-05-13T23:54:54.425036700+00:00"
|
||||
"build_number": 14079,
|
||||
"timestamp": "2025-05-16T03:33:22.466198100+00:00"
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
namespace CS2Dumper.Interfaces {
|
||||
// Module: animationsystem.dll
|
||||
@ -13,45 +13,45 @@ namespace CS2Dumper.Interfaces {
|
||||
public const nint EmptyWorldService001_Client = 0x1800070;
|
||||
public const nint GameClientExports001 = 0x1840B98;
|
||||
public const nint LegacyGameUI001 = 0x18611D0;
|
||||
public const nint Source2Client002 = 0x1A5A580;
|
||||
public const nint Source2ClientConfig001 = 0x19F2FC0;
|
||||
public const nint Source2Client002 = 0x1A5A570;
|
||||
public const nint Source2ClientConfig001 = 0x19F2FA0;
|
||||
public const nint Source2ClientPrediction001 = 0x184BF50;
|
||||
public const nint Source2ClientUI001 = 0x185F700;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
public const nint BenchmarkService001 = 0x547D30;
|
||||
public const nint BugService001 = 0x5E0CE0;
|
||||
public const nint ClientServerEngineLoopService_001 = 0x548A50;
|
||||
public const nint EngineGameUI001 = 0x545B90;
|
||||
public const nint EngineServiceMgr001 = 0x621BC0;
|
||||
public const nint GameEventSystemClientV001 = 0x621EE0;
|
||||
public const nint GameEventSystemServerV001 = 0x622020;
|
||||
public const nint GameResourceServiceClientV001 = 0x547E30;
|
||||
public const nint GameResourceServiceServerV001 = 0x547E90;
|
||||
public const nint GameUIService_001 = 0x5E0FE0;
|
||||
public const nint HostStateMgr001 = 0x548940;
|
||||
public const nint BenchmarkService001 = 0x547D20;
|
||||
public const nint BugService001 = 0x5E0CC0;
|
||||
public const nint ClientServerEngineLoopService_001 = 0x548A40;
|
||||
public const nint EngineGameUI001 = 0x545B80;
|
||||
public const nint EngineServiceMgr001 = 0x621BA0;
|
||||
public const nint GameEventSystemClientV001 = 0x621EC0;
|
||||
public const nint GameEventSystemServerV001 = 0x622000;
|
||||
public const nint GameResourceServiceClientV001 = 0x547E20;
|
||||
public const nint GameResourceServiceServerV001 = 0x547E80;
|
||||
public const nint GameUIService_001 = 0x5E0FC0;
|
||||
public const nint HostStateMgr001 = 0x548930;
|
||||
public const nint INETSUPPORT_001 = 0x541060;
|
||||
public const nint InputService_001 = 0x5E12F0;
|
||||
public const nint KeyValueCache001 = 0x5489F0;
|
||||
public const nint MapListService_001 = 0x620340;
|
||||
public const nint NetworkClientService_001 = 0x6204D0;
|
||||
public const nint NetworkP2PService_001 = 0x548140;
|
||||
public const nint NetworkServerService_001 = 0x620860;
|
||||
public const nint NetworkService_001 = 0x548290;
|
||||
public const nint RenderService_001 = 0x620AC0;
|
||||
public const nint ScreenshotService001 = 0x620D60;
|
||||
public const nint SimpleEngineLoopService_001 = 0x548B60;
|
||||
public const nint SoundService_001 = 0x5482D0;
|
||||
public const nint Source2EngineToClient001 = 0x545210;
|
||||
public const nint Source2EngineToClientStringTable001 = 0x545270;
|
||||
public const nint Source2EngineToServer001 = 0x545308;
|
||||
public const nint Source2EngineToServerStringTable001 = 0x545330;
|
||||
public const nint SplitScreenService_001 = 0x5485B0;
|
||||
public const nint StatsService_001 = 0x621190;
|
||||
public const nint ToolService_001 = 0x548770;
|
||||
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x545C20;
|
||||
public const nint VProfService_001 = 0x5487B0;
|
||||
public const nint InputService_001 = 0x5E12D0;
|
||||
public const nint KeyValueCache001 = 0x5489E0;
|
||||
public const nint MapListService_001 = 0x620320;
|
||||
public const nint NetworkClientService_001 = 0x6204B0;
|
||||
public const nint NetworkP2PService_001 = 0x548130;
|
||||
public const nint NetworkServerService_001 = 0x620840;
|
||||
public const nint NetworkService_001 = 0x548280;
|
||||
public const nint RenderService_001 = 0x620AA0;
|
||||
public const nint ScreenshotService001 = 0x620D40;
|
||||
public const nint SimpleEngineLoopService_001 = 0x548B50;
|
||||
public const nint SoundService_001 = 0x5482C0;
|
||||
public const nint Source2EngineToClient001 = 0x545200;
|
||||
public const nint Source2EngineToClientStringTable001 = 0x545260;
|
||||
public const nint Source2EngineToServer001 = 0x5452F8;
|
||||
public const nint Source2EngineToServerStringTable001 = 0x545320;
|
||||
public const nint SplitScreenService_001 = 0x5485A0;
|
||||
public const nint StatsService_001 = 0x621170;
|
||||
public const nint ToolService_001 = 0x548760;
|
||||
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x545C10;
|
||||
public const nint VProfService_001 = 0x5487A0;
|
||||
}
|
||||
// Module: filesystem_stdio.dll
|
||||
public static class FilesystemStdioDll {
|
||||
@ -157,16 +157,16 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: server.dll
|
||||
public static class ServerDll {
|
||||
public const nint EmptyWorldService001_Server = 0x1369D70;
|
||||
public const nint EntitySubclassUtilsV001 = 0x131A3D0;
|
||||
public const nint NavGameTest001 = 0x1408E48;
|
||||
public const nint ServerToolsInfo_001 = 0x13BE7B8;
|
||||
public const nint Source2GameClients001 = 0x13B8680;
|
||||
public const nint Source2GameDirector001 = 0x14EC6A0;
|
||||
public const nint Source2GameEntities001 = 0x13BE6E0;
|
||||
public const nint Source2Server001 = 0x13BE550;
|
||||
public const nint Source2ServerConfig001 = 0x15B7178;
|
||||
public const nint customnavsystem001 = 0x12FEB48;
|
||||
public const nint EmptyWorldService001_Server = 0x136BD70;
|
||||
public const nint EntitySubclassUtilsV001 = 0x131C3D0;
|
||||
public const nint NavGameTest001 = 0x140AE48;
|
||||
public const nint ServerToolsInfo_001 = 0x13C07B8;
|
||||
public const nint Source2GameClients001 = 0x13BA680;
|
||||
public const nint Source2GameDirector001 = 0x14EE6A0;
|
||||
public const nint Source2GameEntities001 = 0x13C06E0;
|
||||
public const nint Source2Server001 = 0x13C0550;
|
||||
public const nint Source2ServerConfig001 = 0x15B9178;
|
||||
public const nint customnavsystem001 = 0x1300B48;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
public static class SoundsystemDll {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -18,45 +18,45 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x1800070;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x1840B98;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x18611D0;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x1A5A580;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19F2FC0;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x1A5A570;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19F2FA0;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x184BF50;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x185F700;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
constexpr std::ptrdiff_t BenchmarkService001 = 0x547D30;
|
||||
constexpr std::ptrdiff_t BugService001 = 0x5E0CE0;
|
||||
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x548A50;
|
||||
constexpr std::ptrdiff_t EngineGameUI001 = 0x545B90;
|
||||
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x621BC0;
|
||||
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x621EE0;
|
||||
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x622020;
|
||||
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x547E30;
|
||||
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x547E90;
|
||||
constexpr std::ptrdiff_t GameUIService_001 = 0x5E0FE0;
|
||||
constexpr std::ptrdiff_t HostStateMgr001 = 0x548940;
|
||||
constexpr std::ptrdiff_t BenchmarkService001 = 0x547D20;
|
||||
constexpr std::ptrdiff_t BugService001 = 0x5E0CC0;
|
||||
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x548A40;
|
||||
constexpr std::ptrdiff_t EngineGameUI001 = 0x545B80;
|
||||
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x621BA0;
|
||||
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x621EC0;
|
||||
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x622000;
|
||||
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x547E20;
|
||||
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x547E80;
|
||||
constexpr std::ptrdiff_t GameUIService_001 = 0x5E0FC0;
|
||||
constexpr std::ptrdiff_t HostStateMgr001 = 0x548930;
|
||||
constexpr std::ptrdiff_t INETSUPPORT_001 = 0x541060;
|
||||
constexpr std::ptrdiff_t InputService_001 = 0x5E12F0;
|
||||
constexpr std::ptrdiff_t KeyValueCache001 = 0x5489F0;
|
||||
constexpr std::ptrdiff_t MapListService_001 = 0x620340;
|
||||
constexpr std::ptrdiff_t NetworkClientService_001 = 0x6204D0;
|
||||
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x548140;
|
||||
constexpr std::ptrdiff_t NetworkServerService_001 = 0x620860;
|
||||
constexpr std::ptrdiff_t NetworkService_001 = 0x548290;
|
||||
constexpr std::ptrdiff_t RenderService_001 = 0x620AC0;
|
||||
constexpr std::ptrdiff_t ScreenshotService001 = 0x620D60;
|
||||
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x548B60;
|
||||
constexpr std::ptrdiff_t SoundService_001 = 0x5482D0;
|
||||
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x545210;
|
||||
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x545270;
|
||||
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x545308;
|
||||
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0x545330;
|
||||
constexpr std::ptrdiff_t SplitScreenService_001 = 0x5485B0;
|
||||
constexpr std::ptrdiff_t StatsService_001 = 0x621190;
|
||||
constexpr std::ptrdiff_t ToolService_001 = 0x548770;
|
||||
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x545C20;
|
||||
constexpr std::ptrdiff_t VProfService_001 = 0x5487B0;
|
||||
constexpr std::ptrdiff_t InputService_001 = 0x5E12D0;
|
||||
constexpr std::ptrdiff_t KeyValueCache001 = 0x5489E0;
|
||||
constexpr std::ptrdiff_t MapListService_001 = 0x620320;
|
||||
constexpr std::ptrdiff_t NetworkClientService_001 = 0x6204B0;
|
||||
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x548130;
|
||||
constexpr std::ptrdiff_t NetworkServerService_001 = 0x620840;
|
||||
constexpr std::ptrdiff_t NetworkService_001 = 0x548280;
|
||||
constexpr std::ptrdiff_t RenderService_001 = 0x620AA0;
|
||||
constexpr std::ptrdiff_t ScreenshotService001 = 0x620D40;
|
||||
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x548B50;
|
||||
constexpr std::ptrdiff_t SoundService_001 = 0x5482C0;
|
||||
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x545200;
|
||||
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x545260;
|
||||
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x5452F8;
|
||||
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0x545320;
|
||||
constexpr std::ptrdiff_t SplitScreenService_001 = 0x5485A0;
|
||||
constexpr std::ptrdiff_t StatsService_001 = 0x621170;
|
||||
constexpr std::ptrdiff_t ToolService_001 = 0x548760;
|
||||
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x545C10;
|
||||
constexpr std::ptrdiff_t VProfService_001 = 0x5487A0;
|
||||
}
|
||||
// Module: filesystem_stdio.dll
|
||||
namespace filesystem_stdio_dll {
|
||||
@ -162,16 +162,16 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: server.dll
|
||||
namespace server_dll {
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x1369D70;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x131A3D0;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0x1408E48;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13BE7B8;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x13B8680;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14EC6A0;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13BE6E0;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x13BE550;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x15B7178;
|
||||
constexpr std::ptrdiff_t customnavsystem001 = 0x12FEB48;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x136BD70;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x131C3D0;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0x140AE48;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13C07B8;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x13BA680;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14EE6A0;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13C06E0;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x13C0550;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x15B9178;
|
||||
constexpr std::ptrdiff_t customnavsystem001 = 0x1300B48;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
namespace soundsystem_dll {
|
||||
|
@ -8,44 +8,44 @@
|
||||
"EmptyWorldService001_Client": 25165936,
|
||||
"GameClientExports001": 25430936,
|
||||
"LegacyGameUI001": 25563600,
|
||||
"Source2Client002": 27633024,
|
||||
"Source2ClientConfig001": 27209664,
|
||||
"Source2Client002": 27633008,
|
||||
"Source2ClientConfig001": 27209632,
|
||||
"Source2ClientPrediction001": 25476944,
|
||||
"Source2ClientUI001": 25556736
|
||||
},
|
||||
"engine2.dll": {
|
||||
"BenchmarkService001": 5537072,
|
||||
"BugService001": 6163680,
|
||||
"ClientServerEngineLoopService_001": 5540432,
|
||||
"EngineGameUI001": 5528464,
|
||||
"EngineServiceMgr001": 6429632,
|
||||
"GameEventSystemClientV001": 6430432,
|
||||
"GameEventSystemServerV001": 6430752,
|
||||
"GameResourceServiceClientV001": 5537328,
|
||||
"GameResourceServiceServerV001": 5537424,
|
||||
"GameUIService_001": 6164448,
|
||||
"HostStateMgr001": 5540160,
|
||||
"BenchmarkService001": 5537056,
|
||||
"BugService001": 6163648,
|
||||
"ClientServerEngineLoopService_001": 5540416,
|
||||
"EngineGameUI001": 5528448,
|
||||
"EngineServiceMgr001": 6429600,
|
||||
"GameEventSystemClientV001": 6430400,
|
||||
"GameEventSystemServerV001": 6430720,
|
||||
"GameResourceServiceClientV001": 5537312,
|
||||
"GameResourceServiceServerV001": 5537408,
|
||||
"GameUIService_001": 6164416,
|
||||
"HostStateMgr001": 5540144,
|
||||
"INETSUPPORT_001": 5509216,
|
||||
"InputService_001": 6165232,
|
||||
"KeyValueCache001": 5540336,
|
||||
"MapListService_001": 6423360,
|
||||
"NetworkClientService_001": 6423760,
|
||||
"NetworkP2PService_001": 5538112,
|
||||
"NetworkServerService_001": 6424672,
|
||||
"NetworkService_001": 5538448,
|
||||
"RenderService_001": 6425280,
|
||||
"ScreenshotService001": 6425952,
|
||||
"SimpleEngineLoopService_001": 5540704,
|
||||
"SoundService_001": 5538512,
|
||||
"Source2EngineToClient001": 5526032,
|
||||
"Source2EngineToClientStringTable001": 5526128,
|
||||
"Source2EngineToServer001": 5526280,
|
||||
"Source2EngineToServerStringTable001": 5526320,
|
||||
"SplitScreenService_001": 5539248,
|
||||
"StatsService_001": 6427024,
|
||||
"ToolService_001": 5539696,
|
||||
"VENGINE_GAMEUIFUNCS_VERSION005": 5528608,
|
||||
"VProfService_001": 5539760
|
||||
"InputService_001": 6165200,
|
||||
"KeyValueCache001": 5540320,
|
||||
"MapListService_001": 6423328,
|
||||
"NetworkClientService_001": 6423728,
|
||||
"NetworkP2PService_001": 5538096,
|
||||
"NetworkServerService_001": 6424640,
|
||||
"NetworkService_001": 5538432,
|
||||
"RenderService_001": 6425248,
|
||||
"ScreenshotService001": 6425920,
|
||||
"SimpleEngineLoopService_001": 5540688,
|
||||
"SoundService_001": 5538496,
|
||||
"Source2EngineToClient001": 5526016,
|
||||
"Source2EngineToClientStringTable001": 5526112,
|
||||
"Source2EngineToServer001": 5526264,
|
||||
"Source2EngineToServerStringTable001": 5526304,
|
||||
"SplitScreenService_001": 5539232,
|
||||
"StatsService_001": 6426992,
|
||||
"ToolService_001": 5539680,
|
||||
"VENGINE_GAMEUIFUNCS_VERSION005": 5528592,
|
||||
"VProfService_001": 5539744
|
||||
},
|
||||
"filesystem_stdio.dll": {
|
||||
"VAsyncFileSystem2_001": 2147728,
|
||||
@ -130,16 +130,16 @@
|
||||
"SchemaSystem_001": 399072
|
||||
},
|
||||
"server.dll": {
|
||||
"EmptyWorldService001_Server": 20356464,
|
||||
"EntitySubclassUtilsV001": 20030416,
|
||||
"NavGameTest001": 21007944,
|
||||
"ServerToolsInfo_001": 20703160,
|
||||
"Source2GameClients001": 20678272,
|
||||
"Source2GameDirector001": 21939872,
|
||||
"Source2GameEntities001": 20702944,
|
||||
"Source2Server001": 20702544,
|
||||
"Source2ServerConfig001": 22770040,
|
||||
"customnavsystem001": 19917640
|
||||
"EmptyWorldService001_Server": 20364656,
|
||||
"EntitySubclassUtilsV001": 20038608,
|
||||
"NavGameTest001": 21016136,
|
||||
"ServerToolsInfo_001": 20711352,
|
||||
"Source2GameClients001": 20686464,
|
||||
"Source2GameDirector001": 21948064,
|
||||
"Source2GameEntities001": 20711136,
|
||||
"Source2Server001": 20710736,
|
||||
"Source2ServerConfig001": 22778232,
|
||||
"customnavsystem001": 19925832
|
||||
},
|
||||
"soundsystem.dll": {
|
||||
"SoundOpSystem001": 3808336,
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
@ -16,45 +16,45 @@ pub mod cs2_dumper {
|
||||
pub const EmptyWorldService001_Client: usize = 0x1800070;
|
||||
pub const GameClientExports001: usize = 0x1840B98;
|
||||
pub const LegacyGameUI001: usize = 0x18611D0;
|
||||
pub const Source2Client002: usize = 0x1A5A580;
|
||||
pub const Source2ClientConfig001: usize = 0x19F2FC0;
|
||||
pub const Source2Client002: usize = 0x1A5A570;
|
||||
pub const Source2ClientConfig001: usize = 0x19F2FA0;
|
||||
pub const Source2ClientPrediction001: usize = 0x184BF50;
|
||||
pub const Source2ClientUI001: usize = 0x185F700;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
pub const BenchmarkService001: usize = 0x547D30;
|
||||
pub const BugService001: usize = 0x5E0CE0;
|
||||
pub const ClientServerEngineLoopService_001: usize = 0x548A50;
|
||||
pub const EngineGameUI001: usize = 0x545B90;
|
||||
pub const EngineServiceMgr001: usize = 0x621BC0;
|
||||
pub const GameEventSystemClientV001: usize = 0x621EE0;
|
||||
pub const GameEventSystemServerV001: usize = 0x622020;
|
||||
pub const GameResourceServiceClientV001: usize = 0x547E30;
|
||||
pub const GameResourceServiceServerV001: usize = 0x547E90;
|
||||
pub const GameUIService_001: usize = 0x5E0FE0;
|
||||
pub const HostStateMgr001: usize = 0x548940;
|
||||
pub const BenchmarkService001: usize = 0x547D20;
|
||||
pub const BugService001: usize = 0x5E0CC0;
|
||||
pub const ClientServerEngineLoopService_001: usize = 0x548A40;
|
||||
pub const EngineGameUI001: usize = 0x545B80;
|
||||
pub const EngineServiceMgr001: usize = 0x621BA0;
|
||||
pub const GameEventSystemClientV001: usize = 0x621EC0;
|
||||
pub const GameEventSystemServerV001: usize = 0x622000;
|
||||
pub const GameResourceServiceClientV001: usize = 0x547E20;
|
||||
pub const GameResourceServiceServerV001: usize = 0x547E80;
|
||||
pub const GameUIService_001: usize = 0x5E0FC0;
|
||||
pub const HostStateMgr001: usize = 0x548930;
|
||||
pub const INETSUPPORT_001: usize = 0x541060;
|
||||
pub const InputService_001: usize = 0x5E12F0;
|
||||
pub const KeyValueCache001: usize = 0x5489F0;
|
||||
pub const MapListService_001: usize = 0x620340;
|
||||
pub const NetworkClientService_001: usize = 0x6204D0;
|
||||
pub const NetworkP2PService_001: usize = 0x548140;
|
||||
pub const NetworkServerService_001: usize = 0x620860;
|
||||
pub const NetworkService_001: usize = 0x548290;
|
||||
pub const RenderService_001: usize = 0x620AC0;
|
||||
pub const ScreenshotService001: usize = 0x620D60;
|
||||
pub const SimpleEngineLoopService_001: usize = 0x548B60;
|
||||
pub const SoundService_001: usize = 0x5482D0;
|
||||
pub const Source2EngineToClient001: usize = 0x545210;
|
||||
pub const Source2EngineToClientStringTable001: usize = 0x545270;
|
||||
pub const Source2EngineToServer001: usize = 0x545308;
|
||||
pub const Source2EngineToServerStringTable001: usize = 0x545330;
|
||||
pub const SplitScreenService_001: usize = 0x5485B0;
|
||||
pub const StatsService_001: usize = 0x621190;
|
||||
pub const ToolService_001: usize = 0x548770;
|
||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x545C20;
|
||||
pub const VProfService_001: usize = 0x5487B0;
|
||||
pub const InputService_001: usize = 0x5E12D0;
|
||||
pub const KeyValueCache001: usize = 0x5489E0;
|
||||
pub const MapListService_001: usize = 0x620320;
|
||||
pub const NetworkClientService_001: usize = 0x6204B0;
|
||||
pub const NetworkP2PService_001: usize = 0x548130;
|
||||
pub const NetworkServerService_001: usize = 0x620840;
|
||||
pub const NetworkService_001: usize = 0x548280;
|
||||
pub const RenderService_001: usize = 0x620AA0;
|
||||
pub const ScreenshotService001: usize = 0x620D40;
|
||||
pub const SimpleEngineLoopService_001: usize = 0x548B50;
|
||||
pub const SoundService_001: usize = 0x5482C0;
|
||||
pub const Source2EngineToClient001: usize = 0x545200;
|
||||
pub const Source2EngineToClientStringTable001: usize = 0x545260;
|
||||
pub const Source2EngineToServer001: usize = 0x5452F8;
|
||||
pub const Source2EngineToServerStringTable001: usize = 0x545320;
|
||||
pub const SplitScreenService_001: usize = 0x5485A0;
|
||||
pub const StatsService_001: usize = 0x621170;
|
||||
pub const ToolService_001: usize = 0x548760;
|
||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x545C10;
|
||||
pub const VProfService_001: usize = 0x5487A0;
|
||||
}
|
||||
// Module: filesystem_stdio.dll
|
||||
pub mod filesystem_stdio_dll {
|
||||
@ -160,16 +160,16 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: server.dll
|
||||
pub mod server_dll {
|
||||
pub const EmptyWorldService001_Server: usize = 0x1369D70;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x131A3D0;
|
||||
pub const NavGameTest001: usize = 0x1408E48;
|
||||
pub const ServerToolsInfo_001: usize = 0x13BE7B8;
|
||||
pub const Source2GameClients001: usize = 0x13B8680;
|
||||
pub const Source2GameDirector001: usize = 0x14EC6A0;
|
||||
pub const Source2GameEntities001: usize = 0x13BE6E0;
|
||||
pub const Source2Server001: usize = 0x13BE550;
|
||||
pub const Source2ServerConfig001: usize = 0x15B7178;
|
||||
pub const customnavsystem001: usize = 0x12FEB48;
|
||||
pub const EmptyWorldService001_Server: usize = 0x136BD70;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x131C3D0;
|
||||
pub const NavGameTest001: usize = 0x140AE48;
|
||||
pub const ServerToolsInfo_001: usize = 0x13C07B8;
|
||||
pub const Source2GameClients001: usize = 0x13BA680;
|
||||
pub const Source2GameDirector001: usize = 0x14EE6A0;
|
||||
pub const Source2GameEntities001: usize = 0x13C06E0;
|
||||
pub const Source2Server001: usize = 0x13C0550;
|
||||
pub const Source2ServerConfig001: usize = 0x15B9178;
|
||||
pub const customnavsystem001: usize = 0x1300B48;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
pub mod soundsystem_dll {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: materialsystem2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 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
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: networksystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,40 +1,40 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
namespace CS2Dumper.Offsets {
|
||||
// Module: client.dll
|
||||
public static class ClientDll {
|
||||
public const nint dwCSGOInput = 0x1A6AF10;
|
||||
public const nint dwEntityList = 0x19F7F20;
|
||||
public const nint dwGameEntitySystem = 0x1B1B748;
|
||||
public const nint dwCSGOInput = 0x1A6AF00;
|
||||
public const nint dwEntityList = 0x19F7F00;
|
||||
public const nint dwGameEntitySystem = 0x1B1B738;
|
||||
public const nint dwGameEntitySystem_highestEntityIndex = 0x20F0;
|
||||
public const nint dwGameRules = 0x1A5C7F8;
|
||||
public const nint dwGameRules = 0x1A5C7E8;
|
||||
public const nint dwGlobalVars = 0x1840148;
|
||||
public const nint dwGlowManager = 0x1A5BF40;
|
||||
public const nint dwLocalPlayerController = 0x1A46A00;
|
||||
public const nint dwGlowManager = 0x1A5BF30;
|
||||
public const nint dwLocalPlayerController = 0x1A469E0;
|
||||
public const nint dwLocalPlayerPawn = 0x184C0D0;
|
||||
public const nint dwPlantedC4 = 0x1A670D8;
|
||||
public const nint dwPlantedC4 = 0x1A670C8;
|
||||
public const nint dwPrediction = 0x184BF50;
|
||||
public const nint dwSensitivity = 0x1A5D518;
|
||||
public const nint dwSensitivity = 0x1A5D508;
|
||||
public const nint dwSensitivity_sensitivity = 0x40;
|
||||
public const nint dwViewAngles = 0x1A6B2E0;
|
||||
public const nint dwViewMatrix = 0x1A60EF0;
|
||||
public const nint dwViewRender = 0x1A619A8;
|
||||
public const nint dwWeaponC4 = 0x19FA280;
|
||||
public const nint dwViewAngles = 0x1A6B2D0;
|
||||
public const nint dwViewMatrix = 0x1A60EE0;
|
||||
public const nint dwViewRender = 0x1A61998;
|
||||
public const nint dwWeaponC4 = 0x19FA260;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
public const nint dwBuildNumber = 0x541BE4;
|
||||
public const nint dwBuildNumber = 0x541BD4;
|
||||
public const nint dwNetworkGameClient = 0x540CE0;
|
||||
public const nint dwNetworkGameClient_clientTickCount = 0x368;
|
||||
public const nint dwNetworkGameClient_deltaTick = 0x27C;
|
||||
public const nint dwNetworkGameClient_deltaTick = 0x244;
|
||||
public const nint dwNetworkGameClient_isBackgroundMap = 0x281447;
|
||||
public const nint dwNetworkGameClient_localPlayer = 0xF0;
|
||||
public const nint dwNetworkGameClient_maxClients = 0x238;
|
||||
public const nint dwNetworkGameClient_serverTickCount = 0x36C;
|
||||
public const nint dwNetworkGameClient_signOnState = 0x228;
|
||||
public const nint dwWindowHeight = 0x62456C;
|
||||
public const nint dwWindowWidth = 0x624568;
|
||||
public const nint dwWindowHeight = 0x62454C;
|
||||
public const nint dwWindowWidth = 0x624548;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
public static class InputsystemDll {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -9,37 +9,37 @@ namespace cs2_dumper {
|
||||
namespace offsets {
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1A6AF10;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x19F7F20;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1B1B748;
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1A6AF00;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x19F7F00;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1B1B738;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x20F0;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1A5C7F8;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1A5C7E8;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x1840148;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x1A5BF40;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A46A00;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x1A5BF30;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A469E0;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x184C0D0;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A670D8;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A670C8;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x184BF50;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1A5D518;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1A5D508;
|
||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x1A6B2E0;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1A60EF0;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x1A619A8;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x19FA280;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x1A6B2D0;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1A60EE0;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x1A61998;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x19FA260;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
constexpr std::ptrdiff_t dwBuildNumber = 0x541BE4;
|
||||
constexpr std::ptrdiff_t dwBuildNumber = 0x541BD4;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient = 0x540CE0;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_clientTickCount = 0x368;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x27C;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x244;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_isBackgroundMap = 0x281447;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_localPlayer = 0xF0;
|
||||
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 = 0x62456C;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x624568;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x62454C;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x624548;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
namespace inputsystem_dll {
|
||||
|
@ -1,35 +1,35 @@
|
||||
{
|
||||
"client.dll": {
|
||||
"dwCSGOInput": 27701008,
|
||||
"dwEntityList": 27229984,
|
||||
"dwGameEntitySystem": 28424008,
|
||||
"dwCSGOInput": 27700992,
|
||||
"dwEntityList": 27229952,
|
||||
"dwGameEntitySystem": 28423992,
|
||||
"dwGameEntitySystem_highestEntityIndex": 8432,
|
||||
"dwGameRules": 27641848,
|
||||
"dwGameRules": 27641832,
|
||||
"dwGlobalVars": 25428296,
|
||||
"dwGlowManager": 27639616,
|
||||
"dwLocalPlayerController": 27552256,
|
||||
"dwGlowManager": 27639600,
|
||||
"dwLocalPlayerController": 27552224,
|
||||
"dwLocalPlayerPawn": 25477328,
|
||||
"dwPlantedC4": 27685080,
|
||||
"dwPlantedC4": 27685064,
|
||||
"dwPrediction": 25476944,
|
||||
"dwSensitivity": 27645208,
|
||||
"dwSensitivity": 27645192,
|
||||
"dwSensitivity_sensitivity": 64,
|
||||
"dwViewAngles": 27701984,
|
||||
"dwViewMatrix": 27660016,
|
||||
"dwViewRender": 27662760,
|
||||
"dwWeaponC4": 27239040
|
||||
"dwViewAngles": 27701968,
|
||||
"dwViewMatrix": 27660000,
|
||||
"dwViewRender": 27662744,
|
||||
"dwWeaponC4": 27239008
|
||||
},
|
||||
"engine2.dll": {
|
||||
"dwBuildNumber": 5512164,
|
||||
"dwBuildNumber": 5512148,
|
||||
"dwNetworkGameClient": 5508320,
|
||||
"dwNetworkGameClient_clientTickCount": 872,
|
||||
"dwNetworkGameClient_deltaTick": 636,
|
||||
"dwNetworkGameClient_deltaTick": 580,
|
||||
"dwNetworkGameClient_isBackgroundMap": 2626631,
|
||||
"dwNetworkGameClient_localPlayer": 240,
|
||||
"dwNetworkGameClient_maxClients": 568,
|
||||
"dwNetworkGameClient_serverTickCount": 876,
|
||||
"dwNetworkGameClient_signOnState": 552,
|
||||
"dwWindowHeight": 6440300,
|
||||
"dwWindowWidth": 6440296
|
||||
"dwWindowHeight": 6440268,
|
||||
"dwWindowWidth": 6440264
|
||||
},
|
||||
"inputsystem.dll": {
|
||||
"dwInputSystem": 231392
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
@ -7,37 +7,37 @@ pub mod cs2_dumper {
|
||||
pub mod offsets {
|
||||
// Module: client.dll
|
||||
pub mod client_dll {
|
||||
pub const dwCSGOInput: usize = 0x1A6AF10;
|
||||
pub const dwEntityList: usize = 0x19F7F20;
|
||||
pub const dwGameEntitySystem: usize = 0x1B1B748;
|
||||
pub const dwCSGOInput: usize = 0x1A6AF00;
|
||||
pub const dwEntityList: usize = 0x19F7F00;
|
||||
pub const dwGameEntitySystem: usize = 0x1B1B738;
|
||||
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x20F0;
|
||||
pub const dwGameRules: usize = 0x1A5C7F8;
|
||||
pub const dwGameRules: usize = 0x1A5C7E8;
|
||||
pub const dwGlobalVars: usize = 0x1840148;
|
||||
pub const dwGlowManager: usize = 0x1A5BF40;
|
||||
pub const dwLocalPlayerController: usize = 0x1A46A00;
|
||||
pub const dwGlowManager: usize = 0x1A5BF30;
|
||||
pub const dwLocalPlayerController: usize = 0x1A469E0;
|
||||
pub const dwLocalPlayerPawn: usize = 0x184C0D0;
|
||||
pub const dwPlantedC4: usize = 0x1A670D8;
|
||||
pub const dwPlantedC4: usize = 0x1A670C8;
|
||||
pub const dwPrediction: usize = 0x184BF50;
|
||||
pub const dwSensitivity: usize = 0x1A5D518;
|
||||
pub const dwSensitivity: usize = 0x1A5D508;
|
||||
pub const dwSensitivity_sensitivity: usize = 0x40;
|
||||
pub const dwViewAngles: usize = 0x1A6B2E0;
|
||||
pub const dwViewMatrix: usize = 0x1A60EF0;
|
||||
pub const dwViewRender: usize = 0x1A619A8;
|
||||
pub const dwWeaponC4: usize = 0x19FA280;
|
||||
pub const dwViewAngles: usize = 0x1A6B2D0;
|
||||
pub const dwViewMatrix: usize = 0x1A60EE0;
|
||||
pub const dwViewRender: usize = 0x1A61998;
|
||||
pub const dwWeaponC4: usize = 0x19FA260;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
pub const dwBuildNumber: usize = 0x541BE4;
|
||||
pub const dwBuildNumber: usize = 0x541BD4;
|
||||
pub const dwNetworkGameClient: usize = 0x540CE0;
|
||||
pub const dwNetworkGameClient_clientTickCount: usize = 0x368;
|
||||
pub const dwNetworkGameClient_deltaTick: usize = 0x27C;
|
||||
pub const dwNetworkGameClient_deltaTick: usize = 0x244;
|
||||
pub const dwNetworkGameClient_isBackgroundMap: usize = 0x281447;
|
||||
pub const dwNetworkGameClient_localPlayer: usize = 0xF0;
|
||||
pub const dwNetworkGameClient_maxClients: usize = 0x238;
|
||||
pub const dwNetworkGameClient_serverTickCount: usize = 0x36C;
|
||||
pub const dwNetworkGameClient_signOnState: usize = 0x228;
|
||||
pub const dwWindowHeight: usize = 0x62456C;
|
||||
pub const dwWindowWidth: usize = 0x624568;
|
||||
pub const dwWindowHeight: usize = 0x62454C;
|
||||
pub const dwWindowWidth: usize = 0x624548;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
pub mod inputsystem_dll {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: panorama.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 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
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: particles.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 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
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: pulse_system.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 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
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: rendersystemdx11.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 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
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: resourcesystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 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
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: scenesystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 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
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: schemasystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 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
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: server.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 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
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: soundsystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 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
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: vphysics2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 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
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: worldrenderer.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-13 23:54:54.425036700 UTC
|
||||
// 2025-05-16 03:33:22.466198100 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user