mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-24 13:05:36 +08:00
Game update (14013)
This commit is contained in:
parent
acc5dddf93
commit
43e5a27f1e
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: animationsystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 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-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
namespace CS2Dumper {
|
||||
// Module: client.dll
|
||||
public static class Buttons {
|
||||
public const nint attack = 0x17C1CB0;
|
||||
public const nint attack2 = 0x17C1D40;
|
||||
public const nint back = 0x17C1F80;
|
||||
public const nint duck = 0x17C2250;
|
||||
public const nint forward = 0x17C1EF0;
|
||||
public const nint jump = 0x17C21C0;
|
||||
public const nint left = 0x17C2010;
|
||||
public const nint lookatweapon = 0x19C6210;
|
||||
public const nint reload = 0x17C1C20;
|
||||
public const nint right = 0x17C20A0;
|
||||
public const nint showscores = 0x19C60F0;
|
||||
public const nint sprint = 0x17C1B90;
|
||||
public const nint turnleft = 0x17C1DD0;
|
||||
public const nint turnright = 0x17C1E60;
|
||||
public const nint use = 0x17C2130;
|
||||
public const nint zoom = 0x19C6180;
|
||||
public const nint attack = 0x17C2CB0;
|
||||
public const nint attack2 = 0x17C2D40;
|
||||
public const nint back = 0x17C2F80;
|
||||
public const nint duck = 0x17C3250;
|
||||
public const nint forward = 0x17C2EF0;
|
||||
public const nint jump = 0x17C31C0;
|
||||
public const nint left = 0x17C3010;
|
||||
public const nint lookatweapon = 0x19C7230;
|
||||
public const nint reload = 0x17C2C20;
|
||||
public const nint right = 0x17C30A0;
|
||||
public const nint showscores = 0x19C7110;
|
||||
public const nint sprint = 0x17C2B90;
|
||||
public const nint turnleft = 0x17C2DD0;
|
||||
public const nint turnright = 0x17C2E60;
|
||||
public const nint use = 0x17C3130;
|
||||
public const nint zoom = 0x19C71A0;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -8,21 +8,21 @@
|
||||
namespace cs2_dumper {
|
||||
// Module: client.dll
|
||||
namespace buttons {
|
||||
constexpr std::ptrdiff_t attack = 0x17C1CB0;
|
||||
constexpr std::ptrdiff_t attack2 = 0x17C1D40;
|
||||
constexpr std::ptrdiff_t back = 0x17C1F80;
|
||||
constexpr std::ptrdiff_t duck = 0x17C2250;
|
||||
constexpr std::ptrdiff_t forward = 0x17C1EF0;
|
||||
constexpr std::ptrdiff_t jump = 0x17C21C0;
|
||||
constexpr std::ptrdiff_t left = 0x17C2010;
|
||||
constexpr std::ptrdiff_t lookatweapon = 0x19C6210;
|
||||
constexpr std::ptrdiff_t reload = 0x17C1C20;
|
||||
constexpr std::ptrdiff_t right = 0x17C20A0;
|
||||
constexpr std::ptrdiff_t showscores = 0x19C60F0;
|
||||
constexpr std::ptrdiff_t sprint = 0x17C1B90;
|
||||
constexpr std::ptrdiff_t turnleft = 0x17C1DD0;
|
||||
constexpr std::ptrdiff_t turnright = 0x17C1E60;
|
||||
constexpr std::ptrdiff_t use = 0x17C2130;
|
||||
constexpr std::ptrdiff_t zoom = 0x19C6180;
|
||||
constexpr std::ptrdiff_t attack = 0x17C2CB0;
|
||||
constexpr std::ptrdiff_t attack2 = 0x17C2D40;
|
||||
constexpr std::ptrdiff_t back = 0x17C2F80;
|
||||
constexpr std::ptrdiff_t duck = 0x17C3250;
|
||||
constexpr std::ptrdiff_t forward = 0x17C2EF0;
|
||||
constexpr std::ptrdiff_t jump = 0x17C31C0;
|
||||
constexpr std::ptrdiff_t left = 0x17C3010;
|
||||
constexpr std::ptrdiff_t lookatweapon = 0x19C7230;
|
||||
constexpr std::ptrdiff_t reload = 0x17C2C20;
|
||||
constexpr std::ptrdiff_t right = 0x17C30A0;
|
||||
constexpr std::ptrdiff_t showscores = 0x19C7110;
|
||||
constexpr std::ptrdiff_t sprint = 0x17C2B90;
|
||||
constexpr std::ptrdiff_t turnleft = 0x17C2DD0;
|
||||
constexpr std::ptrdiff_t turnright = 0x17C2E60;
|
||||
constexpr std::ptrdiff_t use = 0x17C3130;
|
||||
constexpr std::ptrdiff_t zoom = 0x19C71A0;
|
||||
}
|
||||
}
|
||||
|
@ -1,20 +1,20 @@
|
||||
{
|
||||
"client.dll": {
|
||||
"attack": 24911024,
|
||||
"attack2": 24911168,
|
||||
"back": 24911744,
|
||||
"duck": 24912464,
|
||||
"forward": 24911600,
|
||||
"jump": 24912320,
|
||||
"left": 24911888,
|
||||
"lookatweapon": 27025936,
|
||||
"reload": 24910880,
|
||||
"right": 24912032,
|
||||
"showscores": 27025648,
|
||||
"sprint": 24910736,
|
||||
"turnleft": 24911312,
|
||||
"turnright": 24911456,
|
||||
"use": 24912176,
|
||||
"zoom": 27025792
|
||||
"attack": 24915120,
|
||||
"attack2": 24915264,
|
||||
"back": 24915840,
|
||||
"duck": 24916560,
|
||||
"forward": 24915696,
|
||||
"jump": 24916416,
|
||||
"left": 24915984,
|
||||
"lookatweapon": 27030064,
|
||||
"reload": 24914976,
|
||||
"right": 24916128,
|
||||
"showscores": 27029776,
|
||||
"sprint": 24914832,
|
||||
"turnleft": 24915408,
|
||||
"turnright": 24915552,
|
||||
"use": 24916272,
|
||||
"zoom": 27029920
|
||||
}
|
||||
}
|
@ -1,26 +1,26 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
// Module: client.dll
|
||||
pub mod buttons {
|
||||
pub const attack: usize = 0x17C1CB0;
|
||||
pub const attack2: usize = 0x17C1D40;
|
||||
pub const back: usize = 0x17C1F80;
|
||||
pub const duck: usize = 0x17C2250;
|
||||
pub const forward: usize = 0x17C1EF0;
|
||||
pub const jump: usize = 0x17C21C0;
|
||||
pub const left: usize = 0x17C2010;
|
||||
pub const lookatweapon: usize = 0x19C6210;
|
||||
pub const reload: usize = 0x17C1C20;
|
||||
pub const right: usize = 0x17C20A0;
|
||||
pub const showscores: usize = 0x19C60F0;
|
||||
pub const sprint: usize = 0x17C1B90;
|
||||
pub const turnleft: usize = 0x17C1DD0;
|
||||
pub const turnright: usize = 0x17C1E60;
|
||||
pub const r#use: usize = 0x17C2130;
|
||||
pub const zoom: usize = 0x19C6180;
|
||||
pub const attack: usize = 0x17C2CB0;
|
||||
pub const attack2: usize = 0x17C2D40;
|
||||
pub const back: usize = 0x17C2F80;
|
||||
pub const duck: usize = 0x17C3250;
|
||||
pub const forward: usize = 0x17C2EF0;
|
||||
pub const jump: usize = 0x17C31C0;
|
||||
pub const left: usize = 0x17C3010;
|
||||
pub const lookatweapon: usize = 0x19C7230;
|
||||
pub const reload: usize = 0x17C2C20;
|
||||
pub const right: usize = 0x17C30A0;
|
||||
pub const showscores: usize = 0x19C7110;
|
||||
pub const sprint: usize = 0x17C2B90;
|
||||
pub const turnleft: usize = 0x17C2DD0;
|
||||
pub const turnright: usize = 0x17C2E60;
|
||||
pub const r#use: usize = 0x17C3130;
|
||||
pub const zoom: usize = 0x19C71A0;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: client.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 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-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: engine2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 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-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: host.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"build_number": 14012,
|
||||
"timestamp": "2024-06-05T00:45:27.941820300+00:00"
|
||||
"build_number": 14013,
|
||||
"timestamp": "2024-06-11T01:24:17.538973200+00:00"
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 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 = 0x726C40;
|
||||
public const nint EmptyWorldService001_Client = 0x4734D0;
|
||||
public const nint GameClientExports001 = 0x726C50;
|
||||
public const nint LegacyGameUI001 = 0x8AFB80;
|
||||
public const nint Source2Client002 = 0x726C60;
|
||||
public const nint Source2ClientConfig001 = 0x4568D0;
|
||||
public const nint Source2ClientPrediction001 = 0x7A6ED0;
|
||||
public const nint Source2ClientUI001 = 0x896440;
|
||||
public const nint ClientToolsInfo_001 = 0x726DA0;
|
||||
public const nint EmptyWorldService001_Client = 0x473550;
|
||||
public const nint GameClientExports001 = 0x726DB0;
|
||||
public const nint LegacyGameUI001 = 0x8B0420;
|
||||
public const nint Source2Client002 = 0x726DC0;
|
||||
public const nint Source2ClientConfig001 = 0x456950;
|
||||
public const nint Source2ClientPrediction001 = 0x7A7030;
|
||||
public const nint Source2ClientUI001 = 0x896CF0;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
public const nint BenchmarkService001 = 0x17DAA0;
|
||||
public const nint BugService001 = 0x17EBF0;
|
||||
public const nint ClientServerEngineLoopService_001 = 0x1F2CF0;
|
||||
public const nint EngineGameUI001 = 0x1279C0;
|
||||
public const nint EngineServiceMgr001 = 0x1E1F70;
|
||||
public const nint GameEventSystemClientV001 = 0x1E70E0;
|
||||
public const nint GameEventSystemServerV001 = 0x1E70F0;
|
||||
public const nint GameResourceServiceClientV001 = 0x186270;
|
||||
public const nint GameResourceServiceServerV001 = 0x186280;
|
||||
public const nint GameUIService_001 = 0x188C20;
|
||||
public const nint HostStateMgr001 = 0x1EB8A0;
|
||||
public const nint INETSUPPORT_001 = 0xF6830;
|
||||
public const nint InputService_001 = 0x18E7A0;
|
||||
public const nint KeyValueCache001 = 0x1EE0C0;
|
||||
public const nint MapListService_001 = 0x1A1950;
|
||||
public const nint NetworkClientService_001 = 0x1A8BA0;
|
||||
public const nint NetworkP2PService_001 = 0x1AF3F0;
|
||||
public const nint NetworkServerService_001 = 0x1B3920;
|
||||
public const nint NetworkService_001 = 0x1B8BB0;
|
||||
public const nint RenderService_001 = 0x1B90A0;
|
||||
public const nint ScreenshotService001 = 0x1BBA50;
|
||||
public const nint SimpleEngineLoopService_001 = 0x1FF840;
|
||||
public const nint SoundService_001 = 0x1BFC90;
|
||||
public const nint BenchmarkService001 = 0x17DAE0;
|
||||
public const nint BugService001 = 0x17EC30;
|
||||
public const nint ClientServerEngineLoopService_001 = 0x1F2D30;
|
||||
public const nint EngineGameUI001 = 0x127A00;
|
||||
public const nint EngineServiceMgr001 = 0x1E1FB0;
|
||||
public const nint GameEventSystemClientV001 = 0x1E7120;
|
||||
public const nint GameEventSystemServerV001 = 0x1E7130;
|
||||
public const nint GameResourceServiceClientV001 = 0x1862B0;
|
||||
public const nint GameResourceServiceServerV001 = 0x1862C0;
|
||||
public const nint GameUIService_001 = 0x188C60;
|
||||
public const nint HostStateMgr001 = 0x1EB8E0;
|
||||
public const nint INETSUPPORT_001 = 0xF6870;
|
||||
public const nint InputService_001 = 0x18E7E0;
|
||||
public const nint KeyValueCache001 = 0x1EE100;
|
||||
public const nint MapListService_001 = 0x1A1990;
|
||||
public const nint NetworkClientService_001 = 0x1A8BE0;
|
||||
public const nint NetworkP2PService_001 = 0x1AF430;
|
||||
public const nint NetworkServerService_001 = 0x1B3960;
|
||||
public const nint NetworkService_001 = 0x1B8BF0;
|
||||
public const nint RenderService_001 = 0x1B90E0;
|
||||
public const nint ScreenshotService001 = 0x1BBA90;
|
||||
public const nint SimpleEngineLoopService_001 = 0x1FF880;
|
||||
public const nint SoundService_001 = 0x1BFCD0;
|
||||
public const nint Source2EngineToClient001 = 0x66DC0;
|
||||
public const nint Source2EngineToClientStringTable001 = 0x905D0;
|
||||
public const nint Source2EngineToServer001 = 0x97C60;
|
||||
public const nint Source2EngineToServerStringTable001 = 0xAF2C0;
|
||||
public const nint SplitScreenService_001 = 0x1C66A0;
|
||||
public const nint StatsService_001 = 0x1C93F0;
|
||||
public const nint ToolService_001 = 0x1CDE70;
|
||||
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x128640;
|
||||
public const nint VProfService_001 = 0x1CF2B0;
|
||||
public const nint SplitScreenService_001 = 0x1C66E0;
|
||||
public const nint StatsService_001 = 0x1C9430;
|
||||
public const nint ToolService_001 = 0x1CDEB0;
|
||||
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x128680;
|
||||
public const nint VProfService_001 = 0x1CF2F0;
|
||||
}
|
||||
// Module: filesystem_stdio.dll
|
||||
public static class FilesystemStdioDll {
|
||||
@ -159,7 +159,7 @@ namespace CS2Dumper.Interfaces {
|
||||
public static class ServerDll {
|
||||
public const nint EmptyWorldService001_Server = 0x5540D0;
|
||||
public const nint EntitySubclassUtilsV001 = 0x2B4240;
|
||||
public const nint NavGameTest001 = 0xA32BD0;
|
||||
public const nint NavGameTest001 = 0xA32C80;
|
||||
public const nint ServerToolsInfo_001 = 0x824F80;
|
||||
public const nint Source2GameClients001 = 0x824F90;
|
||||
public const nint Source2GameDirector001 = 0x120AD0;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -14,49 +14,49 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x726C40;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x4734D0;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x726C50;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x8AFB80;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x726C60;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x4568D0;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x7A6ED0;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x896440;
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x726DA0;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x473550;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x726DB0;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x8B0420;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x726DC0;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x456950;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x7A7030;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x896CF0;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
constexpr std::ptrdiff_t BenchmarkService001 = 0x17DAA0;
|
||||
constexpr std::ptrdiff_t BugService001 = 0x17EBF0;
|
||||
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x1F2CF0;
|
||||
constexpr std::ptrdiff_t EngineGameUI001 = 0x1279C0;
|
||||
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x1E1F70;
|
||||
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x1E70E0;
|
||||
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x1E70F0;
|
||||
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x186270;
|
||||
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x186280;
|
||||
constexpr std::ptrdiff_t GameUIService_001 = 0x188C20;
|
||||
constexpr std::ptrdiff_t HostStateMgr001 = 0x1EB8A0;
|
||||
constexpr std::ptrdiff_t INETSUPPORT_001 = 0xF6830;
|
||||
constexpr std::ptrdiff_t InputService_001 = 0x18E7A0;
|
||||
constexpr std::ptrdiff_t KeyValueCache001 = 0x1EE0C0;
|
||||
constexpr std::ptrdiff_t MapListService_001 = 0x1A1950;
|
||||
constexpr std::ptrdiff_t NetworkClientService_001 = 0x1A8BA0;
|
||||
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x1AF3F0;
|
||||
constexpr std::ptrdiff_t NetworkServerService_001 = 0x1B3920;
|
||||
constexpr std::ptrdiff_t NetworkService_001 = 0x1B8BB0;
|
||||
constexpr std::ptrdiff_t RenderService_001 = 0x1B90A0;
|
||||
constexpr std::ptrdiff_t ScreenshotService001 = 0x1BBA50;
|
||||
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x1FF840;
|
||||
constexpr std::ptrdiff_t SoundService_001 = 0x1BFC90;
|
||||
constexpr std::ptrdiff_t BenchmarkService001 = 0x17DAE0;
|
||||
constexpr std::ptrdiff_t BugService001 = 0x17EC30;
|
||||
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x1F2D30;
|
||||
constexpr std::ptrdiff_t EngineGameUI001 = 0x127A00;
|
||||
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x1E1FB0;
|
||||
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x1E7120;
|
||||
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x1E7130;
|
||||
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x1862B0;
|
||||
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x1862C0;
|
||||
constexpr std::ptrdiff_t GameUIService_001 = 0x188C60;
|
||||
constexpr std::ptrdiff_t HostStateMgr001 = 0x1EB8E0;
|
||||
constexpr std::ptrdiff_t INETSUPPORT_001 = 0xF6870;
|
||||
constexpr std::ptrdiff_t InputService_001 = 0x18E7E0;
|
||||
constexpr std::ptrdiff_t KeyValueCache001 = 0x1EE100;
|
||||
constexpr std::ptrdiff_t MapListService_001 = 0x1A1990;
|
||||
constexpr std::ptrdiff_t NetworkClientService_001 = 0x1A8BE0;
|
||||
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x1AF430;
|
||||
constexpr std::ptrdiff_t NetworkServerService_001 = 0x1B3960;
|
||||
constexpr std::ptrdiff_t NetworkService_001 = 0x1B8BF0;
|
||||
constexpr std::ptrdiff_t RenderService_001 = 0x1B90E0;
|
||||
constexpr std::ptrdiff_t ScreenshotService001 = 0x1BBA90;
|
||||
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x1FF880;
|
||||
constexpr std::ptrdiff_t SoundService_001 = 0x1BFCD0;
|
||||
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x66DC0;
|
||||
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x905D0;
|
||||
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x97C60;
|
||||
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0xAF2C0;
|
||||
constexpr std::ptrdiff_t SplitScreenService_001 = 0x1C66A0;
|
||||
constexpr std::ptrdiff_t StatsService_001 = 0x1C93F0;
|
||||
constexpr std::ptrdiff_t ToolService_001 = 0x1CDE70;
|
||||
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x128640;
|
||||
constexpr std::ptrdiff_t VProfService_001 = 0x1CF2B0;
|
||||
constexpr std::ptrdiff_t SplitScreenService_001 = 0x1C66E0;
|
||||
constexpr std::ptrdiff_t StatsService_001 = 0x1C9430;
|
||||
constexpr std::ptrdiff_t ToolService_001 = 0x1CDEB0;
|
||||
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x128680;
|
||||
constexpr std::ptrdiff_t VProfService_001 = 0x1CF2F0;
|
||||
}
|
||||
// Module: filesystem_stdio.dll
|
||||
namespace filesystem_stdio_dll {
|
||||
@ -164,7 +164,7 @@ namespace cs2_dumper {
|
||||
namespace server_dll {
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x5540D0;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x2B4240;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0xA32BD0;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0xA32C80;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x824F80;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x824F90;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x120AD0;
|
||||
|
@ -4,48 +4,48 @@
|
||||
"AnimationSystem_001": 477424
|
||||
},
|
||||
"client.dll": {
|
||||
"ClientToolsInfo_001": 7498816,
|
||||
"EmptyWorldService001_Client": 4666576,
|
||||
"GameClientExports001": 7498832,
|
||||
"LegacyGameUI001": 9108352,
|
||||
"Source2Client002": 7498848,
|
||||
"Source2ClientConfig001": 4548816,
|
||||
"Source2ClientPrediction001": 8023760,
|
||||
"Source2ClientUI001": 9004096
|
||||
"ClientToolsInfo_001": 7499168,
|
||||
"EmptyWorldService001_Client": 4666704,
|
||||
"GameClientExports001": 7499184,
|
||||
"LegacyGameUI001": 9110560,
|
||||
"Source2Client002": 7499200,
|
||||
"Source2ClientConfig001": 4548944,
|
||||
"Source2ClientPrediction001": 8024112,
|
||||
"Source2ClientUI001": 9006320
|
||||
},
|
||||
"engine2.dll": {
|
||||
"BenchmarkService001": 1563296,
|
||||
"BugService001": 1567728,
|
||||
"ClientServerEngineLoopService_001": 2043120,
|
||||
"EngineGameUI001": 1210816,
|
||||
"EngineServiceMgr001": 1974128,
|
||||
"GameEventSystemClientV001": 1994976,
|
||||
"GameEventSystemServerV001": 1994992,
|
||||
"GameResourceServiceClientV001": 1598064,
|
||||
"GameResourceServiceServerV001": 1598080,
|
||||
"GameUIService_001": 1608736,
|
||||
"HostStateMgr001": 2013344,
|
||||
"INETSUPPORT_001": 1009712,
|
||||
"InputService_001": 1632160,
|
||||
"KeyValueCache001": 2023616,
|
||||
"MapListService_001": 1710416,
|
||||
"NetworkClientService_001": 1739680,
|
||||
"NetworkP2PService_001": 1766384,
|
||||
"NetworkServerService_001": 1784096,
|
||||
"NetworkService_001": 1805232,
|
||||
"RenderService_001": 1806496,
|
||||
"ScreenshotService001": 1817168,
|
||||
"SimpleEngineLoopService_001": 2095168,
|
||||
"SoundService_001": 1834128,
|
||||
"BenchmarkService001": 1563360,
|
||||
"BugService001": 1567792,
|
||||
"ClientServerEngineLoopService_001": 2043184,
|
||||
"EngineGameUI001": 1210880,
|
||||
"EngineServiceMgr001": 1974192,
|
||||
"GameEventSystemClientV001": 1995040,
|
||||
"GameEventSystemServerV001": 1995056,
|
||||
"GameResourceServiceClientV001": 1598128,
|
||||
"GameResourceServiceServerV001": 1598144,
|
||||
"GameUIService_001": 1608800,
|
||||
"HostStateMgr001": 2013408,
|
||||
"INETSUPPORT_001": 1009776,
|
||||
"InputService_001": 1632224,
|
||||
"KeyValueCache001": 2023680,
|
||||
"MapListService_001": 1710480,
|
||||
"NetworkClientService_001": 1739744,
|
||||
"NetworkP2PService_001": 1766448,
|
||||
"NetworkServerService_001": 1784160,
|
||||
"NetworkService_001": 1805296,
|
||||
"RenderService_001": 1806560,
|
||||
"ScreenshotService001": 1817232,
|
||||
"SimpleEngineLoopService_001": 2095232,
|
||||
"SoundService_001": 1834192,
|
||||
"Source2EngineToClient001": 421312,
|
||||
"Source2EngineToClientStringTable001": 591312,
|
||||
"Source2EngineToServer001": 621664,
|
||||
"Source2EngineToServerStringTable001": 717504,
|
||||
"SplitScreenService_001": 1861280,
|
||||
"StatsService_001": 1872880,
|
||||
"ToolService_001": 1891952,
|
||||
"VENGINE_GAMEUIFUNCS_VERSION005": 1214016,
|
||||
"VProfService_001": 1897136
|
||||
"SplitScreenService_001": 1861344,
|
||||
"StatsService_001": 1872944,
|
||||
"ToolService_001": 1892016,
|
||||
"VENGINE_GAMEUIFUNCS_VERSION005": 1214080,
|
||||
"VProfService_001": 1897200
|
||||
},
|
||||
"filesystem_stdio.dll": {
|
||||
"VAsyncFileSystem2_001": 423056,
|
||||
@ -132,7 +132,7 @@
|
||||
"server.dll": {
|
||||
"EmptyWorldService001_Server": 5587152,
|
||||
"EntitySubclassUtilsV001": 2835008,
|
||||
"NavGameTest001": 10693584,
|
||||
"NavGameTest001": 10693760,
|
||||
"ServerToolsInfo_001": 8540032,
|
||||
"Source2GameClients001": 8540048,
|
||||
"Source2GameDirector001": 1182416,
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 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 = 0x726C40;
|
||||
pub const EmptyWorldService001_Client: usize = 0x4734D0;
|
||||
pub const GameClientExports001: usize = 0x726C50;
|
||||
pub const LegacyGameUI001: usize = 0x8AFB80;
|
||||
pub const Source2Client002: usize = 0x726C60;
|
||||
pub const Source2ClientConfig001: usize = 0x4568D0;
|
||||
pub const Source2ClientPrediction001: usize = 0x7A6ED0;
|
||||
pub const Source2ClientUI001: usize = 0x896440;
|
||||
pub const ClientToolsInfo_001: usize = 0x726DA0;
|
||||
pub const EmptyWorldService001_Client: usize = 0x473550;
|
||||
pub const GameClientExports001: usize = 0x726DB0;
|
||||
pub const LegacyGameUI001: usize = 0x8B0420;
|
||||
pub const Source2Client002: usize = 0x726DC0;
|
||||
pub const Source2ClientConfig001: usize = 0x456950;
|
||||
pub const Source2ClientPrediction001: usize = 0x7A7030;
|
||||
pub const Source2ClientUI001: usize = 0x896CF0;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
pub const BenchmarkService001: usize = 0x17DAA0;
|
||||
pub const BugService001: usize = 0x17EBF0;
|
||||
pub const ClientServerEngineLoopService_001: usize = 0x1F2CF0;
|
||||
pub const EngineGameUI001: usize = 0x1279C0;
|
||||
pub const EngineServiceMgr001: usize = 0x1E1F70;
|
||||
pub const GameEventSystemClientV001: usize = 0x1E70E0;
|
||||
pub const GameEventSystemServerV001: usize = 0x1E70F0;
|
||||
pub const GameResourceServiceClientV001: usize = 0x186270;
|
||||
pub const GameResourceServiceServerV001: usize = 0x186280;
|
||||
pub const GameUIService_001: usize = 0x188C20;
|
||||
pub const HostStateMgr001: usize = 0x1EB8A0;
|
||||
pub const INETSUPPORT_001: usize = 0xF6830;
|
||||
pub const InputService_001: usize = 0x18E7A0;
|
||||
pub const KeyValueCache001: usize = 0x1EE0C0;
|
||||
pub const MapListService_001: usize = 0x1A1950;
|
||||
pub const NetworkClientService_001: usize = 0x1A8BA0;
|
||||
pub const NetworkP2PService_001: usize = 0x1AF3F0;
|
||||
pub const NetworkServerService_001: usize = 0x1B3920;
|
||||
pub const NetworkService_001: usize = 0x1B8BB0;
|
||||
pub const RenderService_001: usize = 0x1B90A0;
|
||||
pub const ScreenshotService001: usize = 0x1BBA50;
|
||||
pub const SimpleEngineLoopService_001: usize = 0x1FF840;
|
||||
pub const SoundService_001: usize = 0x1BFC90;
|
||||
pub const BenchmarkService001: usize = 0x17DAE0;
|
||||
pub const BugService001: usize = 0x17EC30;
|
||||
pub const ClientServerEngineLoopService_001: usize = 0x1F2D30;
|
||||
pub const EngineGameUI001: usize = 0x127A00;
|
||||
pub const EngineServiceMgr001: usize = 0x1E1FB0;
|
||||
pub const GameEventSystemClientV001: usize = 0x1E7120;
|
||||
pub const GameEventSystemServerV001: usize = 0x1E7130;
|
||||
pub const GameResourceServiceClientV001: usize = 0x1862B0;
|
||||
pub const GameResourceServiceServerV001: usize = 0x1862C0;
|
||||
pub const GameUIService_001: usize = 0x188C60;
|
||||
pub const HostStateMgr001: usize = 0x1EB8E0;
|
||||
pub const INETSUPPORT_001: usize = 0xF6870;
|
||||
pub const InputService_001: usize = 0x18E7E0;
|
||||
pub const KeyValueCache001: usize = 0x1EE100;
|
||||
pub const MapListService_001: usize = 0x1A1990;
|
||||
pub const NetworkClientService_001: usize = 0x1A8BE0;
|
||||
pub const NetworkP2PService_001: usize = 0x1AF430;
|
||||
pub const NetworkServerService_001: usize = 0x1B3960;
|
||||
pub const NetworkService_001: usize = 0x1B8BF0;
|
||||
pub const RenderService_001: usize = 0x1B90E0;
|
||||
pub const ScreenshotService001: usize = 0x1BBA90;
|
||||
pub const SimpleEngineLoopService_001: usize = 0x1FF880;
|
||||
pub const SoundService_001: usize = 0x1BFCD0;
|
||||
pub const Source2EngineToClient001: usize = 0x66DC0;
|
||||
pub const Source2EngineToClientStringTable001: usize = 0x905D0;
|
||||
pub const Source2EngineToServer001: usize = 0x97C60;
|
||||
pub const Source2EngineToServerStringTable001: usize = 0xAF2C0;
|
||||
pub const SplitScreenService_001: usize = 0x1C66A0;
|
||||
pub const StatsService_001: usize = 0x1C93F0;
|
||||
pub const ToolService_001: usize = 0x1CDE70;
|
||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x128640;
|
||||
pub const VProfService_001: usize = 0x1CF2B0;
|
||||
pub const SplitScreenService_001: usize = 0x1C66E0;
|
||||
pub const StatsService_001: usize = 0x1C9430;
|
||||
pub const ToolService_001: usize = 0x1CDEB0;
|
||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x128680;
|
||||
pub const VProfService_001: usize = 0x1CF2F0;
|
||||
}
|
||||
// Module: filesystem_stdio.dll
|
||||
pub mod filesystem_stdio_dll {
|
||||
@ -162,7 +162,7 @@ pub mod cs2_dumper {
|
||||
pub mod server_dll {
|
||||
pub const EmptyWorldService001_Server: usize = 0x5540D0;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x2B4240;
|
||||
pub const NavGameTest001: usize = 0xA32BD0;
|
||||
pub const NavGameTest001: usize = 0xA32C80;
|
||||
pub const ServerToolsInfo_001: usize = 0x824F80;
|
||||
pub const Source2GameClients001: usize = 0x824F90;
|
||||
pub const Source2GameDirector001: usize = 0x120AD0;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: materialsystem2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 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-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: networksystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
namespace CS2Dumper.Offsets {
|
||||
// Module: client.dll
|
||||
public static class ClientDll {
|
||||
public const nint dwCSGOInput = 0x19C62F0;
|
||||
public const nint dwEntityList = 0x195C460;
|
||||
public const nint dwGameEntitySystem = 0x1A7B2C8;
|
||||
public const nint dwCSGOInput = 0x19C7310;
|
||||
public const nint dwEntityList = 0x195D480;
|
||||
public const nint dwGameEntitySystem = 0x1A7C308;
|
||||
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
||||
public const nint dwGameRules = 0x19B9FB8;
|
||||
public const nint dwGlobalVars = 0x17BD158;
|
||||
public const nint dwGlowManager = 0x19B96D0;
|
||||
public const nint dwLocalPlayerController = 0x19AC728;
|
||||
public const nint dwLocalPlayerPawn = 0x17C9468;
|
||||
public const nint dwPlantedC4 = 0x19C3668;
|
||||
public const nint dwPrediction = 0x17C9320;
|
||||
public const nint dwSensitivity = 0x19BAC78;
|
||||
public const nint dwGameRules = 0x19BAFD8;
|
||||
public const nint dwGlobalVars = 0x17BE0F8;
|
||||
public const nint dwGlowManager = 0x19BA6F0;
|
||||
public const nint dwLocalPlayerController = 0x19AD748;
|
||||
public const nint dwLocalPlayerPawn = 0x17CA468;
|
||||
public const nint dwPlantedC4 = 0x19C4688;
|
||||
public const nint dwPrediction = 0x17CA320;
|
||||
public const nint dwSensitivity = 0x19BBC98;
|
||||
public const nint dwSensitivity_sensitivity = 0x40;
|
||||
public const nint dwViewAngles = 0x19CB708;
|
||||
public const nint dwViewMatrix = 0x19BE600;
|
||||
public const nint dwViewRender = 0x19BEF18;
|
||||
public const nint dwWeaponC4 = 0x1960470;
|
||||
public const nint dwViewAngles = 0x19CC728;
|
||||
public const nint dwViewMatrix = 0x19BF620;
|
||||
public const nint dwViewRender = 0x19BFF38;
|
||||
public const nint dwWeaponC4 = 0x1961490;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
@ -35,8 +35,8 @@ namespace CS2Dumper.Offsets {
|
||||
public const nint dwNetworkGameClient_serverTickCount = 0x174;
|
||||
public const nint dwNetworkGameClient_signOnState = 0x260;
|
||||
public const nint dwSoundService = 0x5DCB10;
|
||||
public const nint dwWindowHeight = 0x5E0494;
|
||||
public const nint dwWindowWidth = 0x5E0490;
|
||||
public const nint dwWindowHeight = 0x5E048C;
|
||||
public const nint dwWindowWidth = 0x5E0488;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
public static class InputsystemDll {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -9,23 +9,23 @@ namespace cs2_dumper {
|
||||
namespace offsets {
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x19C62F0;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x195C460;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1A7B2C8;
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x19C7310;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x195D480;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1A7C308;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x19B9FB8;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x17BD158;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x19B96D0;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x19AC728;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x17C9468;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x19C3668;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x17C9320;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x19BAC78;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x19BAFD8;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x17BE0F8;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x19BA6F0;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x19AD748;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x17CA468;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x19C4688;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x17CA320;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x19BBC98;
|
||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x19CB708;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x19BE600;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x19BEF18;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x1960470;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x19CC728;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x19BF620;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x19BFF38;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x1961490;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
@ -40,8 +40,8 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_serverTickCount = 0x174;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x260;
|
||||
constexpr std::ptrdiff_t dwSoundService = 0x5DCB10;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x5E0494;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x5E0490;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x5E048C;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x5E0488;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
namespace inputsystem_dll {
|
||||
|
@ -1,22 +1,22 @@
|
||||
{
|
||||
"client.dll": {
|
||||
"dwCSGOInput": 27026160,
|
||||
"dwEntityList": 26592352,
|
||||
"dwGameEntitySystem": 27767496,
|
||||
"dwCSGOInput": 27030288,
|
||||
"dwEntityList": 26596480,
|
||||
"dwGameEntitySystem": 27771656,
|
||||
"dwGameEntitySystem_getHighestEntityIndex": 5392,
|
||||
"dwGameRules": 26976184,
|
||||
"dwGlobalVars": 24891736,
|
||||
"dwGlowManager": 26973904,
|
||||
"dwLocalPlayerController": 26920744,
|
||||
"dwLocalPlayerPawn": 24941672,
|
||||
"dwPlantedC4": 27014760,
|
||||
"dwPrediction": 24941344,
|
||||
"dwSensitivity": 26979448,
|
||||
"dwGameRules": 26980312,
|
||||
"dwGlobalVars": 24895736,
|
||||
"dwGlowManager": 26978032,
|
||||
"dwLocalPlayerController": 26924872,
|
||||
"dwLocalPlayerPawn": 24945768,
|
||||
"dwPlantedC4": 27018888,
|
||||
"dwPrediction": 24945440,
|
||||
"dwSensitivity": 26983576,
|
||||
"dwSensitivity_sensitivity": 64,
|
||||
"dwViewAngles": 27047688,
|
||||
"dwViewMatrix": 26994176,
|
||||
"dwViewRender": 26996504,
|
||||
"dwWeaponC4": 26608752
|
||||
"dwViewAngles": 27051816,
|
||||
"dwViewMatrix": 26998304,
|
||||
"dwViewRender": 27000632,
|
||||
"dwWeaponC4": 26612880
|
||||
},
|
||||
"engine2.dll": {
|
||||
"dwBuildNumber": 5375972,
|
||||
@ -30,8 +30,8 @@
|
||||
"dwNetworkGameClient_serverTickCount": 372,
|
||||
"dwNetworkGameClient_signOnState": 608,
|
||||
"dwSoundService": 6146832,
|
||||
"dwWindowHeight": 6161556,
|
||||
"dwWindowWidth": 6161552
|
||||
"dwWindowHeight": 6161548,
|
||||
"dwWindowWidth": 6161544
|
||||
},
|
||||
"inputsystem.dll": {
|
||||
"dwInputSystem": 231408
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
@ -7,23 +7,23 @@ pub mod cs2_dumper {
|
||||
pub mod offsets {
|
||||
// Module: client.dll
|
||||
pub mod client_dll {
|
||||
pub const dwCSGOInput: usize = 0x19C62F0;
|
||||
pub const dwEntityList: usize = 0x195C460;
|
||||
pub const dwGameEntitySystem: usize = 0x1A7B2C8;
|
||||
pub const dwCSGOInput: usize = 0x19C7310;
|
||||
pub const dwEntityList: usize = 0x195D480;
|
||||
pub const dwGameEntitySystem: usize = 0x1A7C308;
|
||||
pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x1510;
|
||||
pub const dwGameRules: usize = 0x19B9FB8;
|
||||
pub const dwGlobalVars: usize = 0x17BD158;
|
||||
pub const dwGlowManager: usize = 0x19B96D0;
|
||||
pub const dwLocalPlayerController: usize = 0x19AC728;
|
||||
pub const dwLocalPlayerPawn: usize = 0x17C9468;
|
||||
pub const dwPlantedC4: usize = 0x19C3668;
|
||||
pub const dwPrediction: usize = 0x17C9320;
|
||||
pub const dwSensitivity: usize = 0x19BAC78;
|
||||
pub const dwGameRules: usize = 0x19BAFD8;
|
||||
pub const dwGlobalVars: usize = 0x17BE0F8;
|
||||
pub const dwGlowManager: usize = 0x19BA6F0;
|
||||
pub const dwLocalPlayerController: usize = 0x19AD748;
|
||||
pub const dwLocalPlayerPawn: usize = 0x17CA468;
|
||||
pub const dwPlantedC4: usize = 0x19C4688;
|
||||
pub const dwPrediction: usize = 0x17CA320;
|
||||
pub const dwSensitivity: usize = 0x19BBC98;
|
||||
pub const dwSensitivity_sensitivity: usize = 0x40;
|
||||
pub const dwViewAngles: usize = 0x19CB708;
|
||||
pub const dwViewMatrix: usize = 0x19BE600;
|
||||
pub const dwViewRender: usize = 0x19BEF18;
|
||||
pub const dwWeaponC4: usize = 0x1960470;
|
||||
pub const dwViewAngles: usize = 0x19CC728;
|
||||
pub const dwViewMatrix: usize = 0x19BF620;
|
||||
pub const dwViewRender: usize = 0x19BFF38;
|
||||
pub const dwWeaponC4: usize = 0x1961490;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
@ -38,8 +38,8 @@ pub mod cs2_dumper {
|
||||
pub const dwNetworkGameClient_serverTickCount: usize = 0x174;
|
||||
pub const dwNetworkGameClient_signOnState: usize = 0x260;
|
||||
pub const dwSoundService: usize = 0x5DCB10;
|
||||
pub const dwWindowHeight: usize = 0x5E0494;
|
||||
pub const dwWindowWidth: usize = 0x5E0490;
|
||||
pub const dwWindowHeight: usize = 0x5E048C;
|
||||
pub const dwWindowWidth: usize = 0x5E0488;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
pub mod inputsystem_dll {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: panorama.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 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-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: particles.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 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-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: pulse_system.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 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-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: rendersystemdx11.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 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-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: resourcesystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 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-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: scenesystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 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-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: schemasystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 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-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: server.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 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-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: soundsystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 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-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: vphysics2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 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-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: worldrenderer.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user