mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-24 19:25:34 +08:00
Game update (14008)
This commit is contained in:
parent
22d64f0c27
commit
84f5a7320b
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: animationsystem.dll
|
// Module: animationsystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![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
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
namespace CS2Dumper {
|
namespace CS2Dumper {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
@ -11,14 +11,14 @@ namespace CS2Dumper {
|
|||||||
public const nint forward = 0x1734610;
|
public const nint forward = 0x1734610;
|
||||||
public const nint jump = 0x17348E0;
|
public const nint jump = 0x17348E0;
|
||||||
public const nint left = 0x1734730;
|
public const nint left = 0x1734730;
|
||||||
public const nint lookatweapon = 0x1930B50;
|
public const nint lookatweapon = 0x1930B70;
|
||||||
public const nint reload = 0x1734340;
|
public const nint reload = 0x1734340;
|
||||||
public const nint right = 0x17347C0;
|
public const nint right = 0x17347C0;
|
||||||
public const nint showscores = 0x1930A30;
|
public const nint showscores = 0x1930A50;
|
||||||
public const nint sprint = 0x17342B0;
|
public const nint sprint = 0x17342B0;
|
||||||
public const nint turnleft = 0x17344F0;
|
public const nint turnleft = 0x17344F0;
|
||||||
public const nint turnright = 0x1734580;
|
public const nint turnright = 0x1734580;
|
||||||
public const nint use = 0x1734850;
|
public const nint use = 0x1734850;
|
||||||
public const nint zoom = 0x1930AC0;
|
public const nint zoom = 0x1930AE0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -15,14 +15,14 @@ namespace cs2_dumper {
|
|||||||
constexpr std::ptrdiff_t forward = 0x1734610;
|
constexpr std::ptrdiff_t forward = 0x1734610;
|
||||||
constexpr std::ptrdiff_t jump = 0x17348E0;
|
constexpr std::ptrdiff_t jump = 0x17348E0;
|
||||||
constexpr std::ptrdiff_t left = 0x1734730;
|
constexpr std::ptrdiff_t left = 0x1734730;
|
||||||
constexpr std::ptrdiff_t lookatweapon = 0x1930B50;
|
constexpr std::ptrdiff_t lookatweapon = 0x1930B70;
|
||||||
constexpr std::ptrdiff_t reload = 0x1734340;
|
constexpr std::ptrdiff_t reload = 0x1734340;
|
||||||
constexpr std::ptrdiff_t right = 0x17347C0;
|
constexpr std::ptrdiff_t right = 0x17347C0;
|
||||||
constexpr std::ptrdiff_t showscores = 0x1930A30;
|
constexpr std::ptrdiff_t showscores = 0x1930A50;
|
||||||
constexpr std::ptrdiff_t sprint = 0x17342B0;
|
constexpr std::ptrdiff_t sprint = 0x17342B0;
|
||||||
constexpr std::ptrdiff_t turnleft = 0x17344F0;
|
constexpr std::ptrdiff_t turnleft = 0x17344F0;
|
||||||
constexpr std::ptrdiff_t turnright = 0x1734580;
|
constexpr std::ptrdiff_t turnright = 0x1734580;
|
||||||
constexpr std::ptrdiff_t use = 0x1734850;
|
constexpr std::ptrdiff_t use = 0x1734850;
|
||||||
constexpr std::ptrdiff_t zoom = 0x1930AC0;
|
constexpr std::ptrdiff_t zoom = 0x1930AE0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,14 +7,14 @@
|
|||||||
"forward": 24331792,
|
"forward": 24331792,
|
||||||
"jump": 24332512,
|
"jump": 24332512,
|
||||||
"left": 24332080,
|
"left": 24332080,
|
||||||
"lookatweapon": 26413904,
|
"lookatweapon": 26413936,
|
||||||
"reload": 24331072,
|
"reload": 24331072,
|
||||||
"right": 24332224,
|
"right": 24332224,
|
||||||
"showscores": 26413616,
|
"showscores": 26413648,
|
||||||
"sprint": 24330928,
|
"sprint": 24330928,
|
||||||
"turnleft": 24331504,
|
"turnleft": 24331504,
|
||||||
"turnright": 24331648,
|
"turnright": 24331648,
|
||||||
"use": 24332368,
|
"use": 24332368,
|
||||||
"zoom": 26413760
|
"zoom": 26413792
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, unused)]
|
#![allow(non_upper_case_globals, unused)]
|
||||||
|
|
||||||
@ -13,14 +13,14 @@ pub mod cs2_dumper {
|
|||||||
pub const forward: usize = 0x1734610;
|
pub const forward: usize = 0x1734610;
|
||||||
pub const jump: usize = 0x17348E0;
|
pub const jump: usize = 0x17348E0;
|
||||||
pub const left: usize = 0x1734730;
|
pub const left: usize = 0x1734730;
|
||||||
pub const lookatweapon: usize = 0x1930B50;
|
pub const lookatweapon: usize = 0x1930B70;
|
||||||
pub const reload: usize = 0x1734340;
|
pub const reload: usize = 0x1734340;
|
||||||
pub const right: usize = 0x17347C0;
|
pub const right: usize = 0x17347C0;
|
||||||
pub const showscores: usize = 0x1930A30;
|
pub const showscores: usize = 0x1930A50;
|
||||||
pub const sprint: usize = 0x17342B0;
|
pub const sprint: usize = 0x17342B0;
|
||||||
pub const turnleft: usize = 0x17344F0;
|
pub const turnleft: usize = 0x17344F0;
|
||||||
pub const turnright: usize = 0x1734580;
|
pub const turnright: usize = 0x1734580;
|
||||||
pub const r#use: usize = 0x1734850;
|
pub const r#use: usize = 0x1734850;
|
||||||
pub const zoom: usize = 0x1930AC0;
|
pub const zoom: usize = 0x1930AE0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![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
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![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
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: host.dll
|
// Module: host.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"build_number": 14006,
|
"build_number": 14008,
|
||||||
"timestamp": "2024-05-08T03:42:33.508076800+00:00"
|
"timestamp": "2024-05-09T23:28:33.765194600+00:00"
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Interfaces {
|
namespace CS2Dumper.Interfaces {
|
||||||
// Module: animationsystem.dll
|
// Module: animationsystem.dll
|
||||||
@ -9,49 +9,49 @@ namespace CS2Dumper.Interfaces {
|
|||||||
}
|
}
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
public static class ClientDll {
|
public static class ClientDll {
|
||||||
public const nint ClientToolsInfo_001 = 0x735670;
|
public const nint ClientToolsInfo_001 = 0x735800;
|
||||||
public const nint EmptyWorldService001_Client = 0x482C80;
|
public const nint EmptyWorldService001_Client = 0x482D10;
|
||||||
public const nint GameClientExports001 = 0x735680;
|
public const nint GameClientExports001 = 0x735810;
|
||||||
public const nint LegacyGameUI001 = 0x8B3420;
|
public const nint LegacyGameUI001 = 0x8B35B0;
|
||||||
public const nint Source2Client002 = 0x735690;
|
public const nint Source2Client002 = 0x735820;
|
||||||
public const nint Source2ClientConfig001 = 0x46DFC0;
|
public const nint Source2ClientConfig001 = 0x46E050;
|
||||||
public const nint Source2ClientPrediction001 = 0x7B1ED0;
|
public const nint Source2ClientPrediction001 = 0x7B2060;
|
||||||
public const nint Source2ClientUI001 = 0x8A2960;
|
public const nint Source2ClientUI001 = 0x8A2AF0;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
public static class Engine2Dll {
|
public static class Engine2Dll {
|
||||||
public const nint BenchmarkService001 = 0x177770;
|
public const nint BenchmarkService001 = 0x177910;
|
||||||
public const nint BugService001 = 0x178FD0;
|
public const nint BugService001 = 0x179170;
|
||||||
public const nint ClientServerEngineLoopService_001 = 0x1EC7C0;
|
public const nint ClientServerEngineLoopService_001 = 0x1EC960;
|
||||||
public const nint EngineGameUI001 = 0x121CC0;
|
public const nint EngineGameUI001 = 0x121E60;
|
||||||
public const nint EngineServiceMgr001 = 0x1DBDE0;
|
public const nint EngineServiceMgr001 = 0x1DBF80;
|
||||||
public const nint GameEventSystemClientV001 = 0x1E09D0;
|
public const nint GameEventSystemClientV001 = 0x1E0B70;
|
||||||
public const nint GameEventSystemServerV001 = 0x1E09E0;
|
public const nint GameEventSystemServerV001 = 0x1E0B80;
|
||||||
public const nint GameResourceServiceClientV001 = 0x180190;
|
public const nint GameResourceServiceClientV001 = 0x180330;
|
||||||
public const nint GameResourceServiceServerV001 = 0x1801A0;
|
public const nint GameResourceServiceServerV001 = 0x180340;
|
||||||
public const nint GameUIService_001 = 0x182B40;
|
public const nint GameUIService_001 = 0x182CE0;
|
||||||
public const nint HostStateMgr001 = 0x1E53B0;
|
public const nint HostStateMgr001 = 0x1E5550;
|
||||||
public const nint INETSUPPORT_001 = 0xF0950;
|
public const nint INETSUPPORT_001 = 0xF0AF0;
|
||||||
public const nint InputService_001 = 0x1886B0;
|
public const nint InputService_001 = 0x188850;
|
||||||
public const nint KeyValueCache001 = 0x1E7BD0;
|
public const nint KeyValueCache001 = 0x1E7D70;
|
||||||
public const nint MapListService_001 = 0x19B580;
|
public const nint MapListService_001 = 0x19B720;
|
||||||
public const nint NetworkClientService_001 = 0x1A2740;
|
public const nint NetworkClientService_001 = 0x1A28E0;
|
||||||
public const nint NetworkP2PService_001 = 0x1A9100;
|
public const nint NetworkP2PService_001 = 0x1A92A0;
|
||||||
public const nint NetworkServerService_001 = 0x1AD650;
|
public const nint NetworkServerService_001 = 0x1AD7F0;
|
||||||
public const nint NetworkService_001 = 0x1B2870;
|
public const nint NetworkService_001 = 0x1B2A10;
|
||||||
public const nint RenderService_001 = 0x1B2D60;
|
public const nint RenderService_001 = 0x1B2F00;
|
||||||
public const nint ScreenshotService001 = 0x1B56E0;
|
public const nint ScreenshotService001 = 0x1B5880;
|
||||||
public const nint SimpleEngineLoopService_001 = 0x1F9130;
|
public const nint SimpleEngineLoopService_001 = 0x1F92D0;
|
||||||
public const nint SoundService_001 = 0x1B9CE0;
|
public const nint SoundService_001 = 0x1B9E80;
|
||||||
public const nint Source2EngineToClient001 = 0x61BE0;
|
public const nint Source2EngineToClient001 = 0x61D70;
|
||||||
public const nint Source2EngineToClientStringTable001 = 0x8AD60;
|
public const nint Source2EngineToClientStringTable001 = 0x8AF00;
|
||||||
public const nint Source2EngineToServer001 = 0x92360;
|
public const nint Source2EngineToServer001 = 0x92500;
|
||||||
public const nint Source2EngineToServerStringTable001 = 0xA9900;
|
public const nint Source2EngineToServerStringTable001 = 0xA9AA0;
|
||||||
public const nint SplitScreenService_001 = 0x1C0570;
|
public const nint SplitScreenService_001 = 0x1C0710;
|
||||||
public const nint StatsService_001 = 0x1C3250;
|
public const nint StatsService_001 = 0x1C33F0;
|
||||||
public const nint ToolService_001 = 0x1C7EA0;
|
public const nint ToolService_001 = 0x1C8040;
|
||||||
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x122930;
|
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x122AD0;
|
||||||
public const nint VProfService_001 = 0x1C9220;
|
public const nint VProfService_001 = 0x1C93C0;
|
||||||
}
|
}
|
||||||
// Module: filesystem_stdio.dll
|
// Module: filesystem_stdio.dll
|
||||||
public static class FilesystemStdioDll {
|
public static class FilesystemStdioDll {
|
||||||
@ -157,16 +157,16 @@ namespace CS2Dumper.Interfaces {
|
|||||||
}
|
}
|
||||||
// Module: server.dll
|
// Module: server.dll
|
||||||
public static class ServerDll {
|
public static class ServerDll {
|
||||||
public const nint EmptyWorldService001_Server = 0x56E780;
|
public const nint EmptyWorldService001_Server = 0x56E680;
|
||||||
public const nint EntitySubclassUtilsV001 = 0x2AC420;
|
public const nint EntitySubclassUtilsV001 = 0x2AC320;
|
||||||
public const nint NavGameTest001 = 0xA42710;
|
public const nint NavGameTest001 = 0xA42880;
|
||||||
public const nint ServerToolsInfo_001 = 0x82E220;
|
public const nint ServerToolsInfo_001 = 0x82E390;
|
||||||
public const nint Source2GameClients001 = 0x82E230;
|
public const nint Source2GameClients001 = 0x82E3A0;
|
||||||
public const nint Source2GameDirector001 = 0x11E010;
|
public const nint Source2GameDirector001 = 0x11E010;
|
||||||
public const nint Source2GameEntities001 = 0x82E240;
|
public const nint Source2GameEntities001 = 0x82E3B0;
|
||||||
public const nint Source2Server001 = 0x82E250;
|
public const nint Source2Server001 = 0x82E3C0;
|
||||||
public const nint Source2ServerConfig001 = 0x562A30;
|
public const nint Source2ServerConfig001 = 0x562930;
|
||||||
public const nint customnavsystem001 = 0x227FF0;
|
public const nint customnavsystem001 = 0x227EF0;
|
||||||
}
|
}
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
public static class SoundsystemDll {
|
public static class SoundsystemDll {
|
||||||
@ -181,26 +181,26 @@ namespace CS2Dumper.Interfaces {
|
|||||||
}
|
}
|
||||||
// Module: steamclient64.dll
|
// Module: steamclient64.dll
|
||||||
public static class Steamclient64Dll {
|
public static class Steamclient64Dll {
|
||||||
public const nint CLIENTENGINE_INTERFACE_VERSION005 = 0x8621C0;
|
public const nint CLIENTENGINE_INTERFACE_VERSION005 = 0x86CBF0;
|
||||||
public const nint IVALIDATE001 = 0x866250;
|
public const nint IVALIDATE001 = 0x870FD0;
|
||||||
public const nint SteamClient006 = 0x663700;
|
public const nint SteamClient006 = 0x669070;
|
||||||
public const nint SteamClient007 = 0x663710;
|
public const nint SteamClient007 = 0x669080;
|
||||||
public const nint SteamClient008 = 0x663720;
|
public const nint SteamClient008 = 0x669090;
|
||||||
public const nint SteamClient009 = 0x663730;
|
public const nint SteamClient009 = 0x6690A0;
|
||||||
public const nint SteamClient010 = 0x663740;
|
public const nint SteamClient010 = 0x6690B0;
|
||||||
public const nint SteamClient011 = 0x663750;
|
public const nint SteamClient011 = 0x6690C0;
|
||||||
public const nint SteamClient012 = 0x663760;
|
public const nint SteamClient012 = 0x6690D0;
|
||||||
public const nint SteamClient013 = 0x663770;
|
public const nint SteamClient013 = 0x6690E0;
|
||||||
public const nint SteamClient014 = 0x663780;
|
public const nint SteamClient014 = 0x6690F0;
|
||||||
public const nint SteamClient015 = 0x663790;
|
public const nint SteamClient015 = 0x669100;
|
||||||
public const nint SteamClient016 = 0x6637A0;
|
public const nint SteamClient016 = 0x669110;
|
||||||
public const nint SteamClient017 = 0x6637B0;
|
public const nint SteamClient017 = 0x669120;
|
||||||
public const nint SteamClient018 = 0x6637C0;
|
public const nint SteamClient018 = 0x669130;
|
||||||
public const nint SteamClient019 = 0x6637D0;
|
public const nint SteamClient019 = 0x669140;
|
||||||
public const nint SteamClient020 = 0x6637E0;
|
public const nint SteamClient020 = 0x669150;
|
||||||
public const nint SteamClient021 = 0x6637F0;
|
public const nint SteamClient021 = 0x669160;
|
||||||
public const nint p2pvoice002 = 0xD9FD0;
|
public const nint p2pvoice002 = 0xDAB90;
|
||||||
public const nint p2pvoicesingleton002 = 0xD6A30;
|
public const nint p2pvoicesingleton002 = 0xD7600;
|
||||||
}
|
}
|
||||||
// Module: tier0.dll
|
// Module: tier0.dll
|
||||||
public static class Tier0Dll {
|
public static class Tier0Dll {
|
||||||
@ -232,8 +232,8 @@ namespace CS2Dumper.Interfaces {
|
|||||||
}
|
}
|
||||||
// Module: vstdlib_s64.dll
|
// Module: vstdlib_s64.dll
|
||||||
public static class VstdlibS64Dll {
|
public static class VstdlibS64Dll {
|
||||||
public const nint IVALIDATE001 = 0x25120;
|
public const nint IVALIDATE001 = 0x24DE0;
|
||||||
public const nint VEngineCvar002 = 0x5760;
|
public const nint VEngineCvar002 = 0x57A0;
|
||||||
}
|
}
|
||||||
// Module: worldrenderer.dll
|
// Module: worldrenderer.dll
|
||||||
public static class WorldrendererDll {
|
public static class WorldrendererDll {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -14,49 +14,49 @@ namespace cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
namespace client_dll {
|
namespace client_dll {
|
||||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x735670;
|
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x735800;
|
||||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x482C80;
|
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x482D10;
|
||||||
constexpr std::ptrdiff_t GameClientExports001 = 0x735680;
|
constexpr std::ptrdiff_t GameClientExports001 = 0x735810;
|
||||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x8B3420;
|
constexpr std::ptrdiff_t LegacyGameUI001 = 0x8B35B0;
|
||||||
constexpr std::ptrdiff_t Source2Client002 = 0x735690;
|
constexpr std::ptrdiff_t Source2Client002 = 0x735820;
|
||||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x46DFC0;
|
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x46E050;
|
||||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x7B1ED0;
|
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x7B2060;
|
||||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x8A2960;
|
constexpr std::ptrdiff_t Source2ClientUI001 = 0x8A2AF0;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
namespace engine2_dll {
|
namespace engine2_dll {
|
||||||
constexpr std::ptrdiff_t BenchmarkService001 = 0x177770;
|
constexpr std::ptrdiff_t BenchmarkService001 = 0x177910;
|
||||||
constexpr std::ptrdiff_t BugService001 = 0x178FD0;
|
constexpr std::ptrdiff_t BugService001 = 0x179170;
|
||||||
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x1EC7C0;
|
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x1EC960;
|
||||||
constexpr std::ptrdiff_t EngineGameUI001 = 0x121CC0;
|
constexpr std::ptrdiff_t EngineGameUI001 = 0x121E60;
|
||||||
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x1DBDE0;
|
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x1DBF80;
|
||||||
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x1E09D0;
|
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x1E0B70;
|
||||||
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x1E09E0;
|
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x1E0B80;
|
||||||
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x180190;
|
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x180330;
|
||||||
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x1801A0;
|
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x180340;
|
||||||
constexpr std::ptrdiff_t GameUIService_001 = 0x182B40;
|
constexpr std::ptrdiff_t GameUIService_001 = 0x182CE0;
|
||||||
constexpr std::ptrdiff_t HostStateMgr001 = 0x1E53B0;
|
constexpr std::ptrdiff_t HostStateMgr001 = 0x1E5550;
|
||||||
constexpr std::ptrdiff_t INETSUPPORT_001 = 0xF0950;
|
constexpr std::ptrdiff_t INETSUPPORT_001 = 0xF0AF0;
|
||||||
constexpr std::ptrdiff_t InputService_001 = 0x1886B0;
|
constexpr std::ptrdiff_t InputService_001 = 0x188850;
|
||||||
constexpr std::ptrdiff_t KeyValueCache001 = 0x1E7BD0;
|
constexpr std::ptrdiff_t KeyValueCache001 = 0x1E7D70;
|
||||||
constexpr std::ptrdiff_t MapListService_001 = 0x19B580;
|
constexpr std::ptrdiff_t MapListService_001 = 0x19B720;
|
||||||
constexpr std::ptrdiff_t NetworkClientService_001 = 0x1A2740;
|
constexpr std::ptrdiff_t NetworkClientService_001 = 0x1A28E0;
|
||||||
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x1A9100;
|
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x1A92A0;
|
||||||
constexpr std::ptrdiff_t NetworkServerService_001 = 0x1AD650;
|
constexpr std::ptrdiff_t NetworkServerService_001 = 0x1AD7F0;
|
||||||
constexpr std::ptrdiff_t NetworkService_001 = 0x1B2870;
|
constexpr std::ptrdiff_t NetworkService_001 = 0x1B2A10;
|
||||||
constexpr std::ptrdiff_t RenderService_001 = 0x1B2D60;
|
constexpr std::ptrdiff_t RenderService_001 = 0x1B2F00;
|
||||||
constexpr std::ptrdiff_t ScreenshotService001 = 0x1B56E0;
|
constexpr std::ptrdiff_t ScreenshotService001 = 0x1B5880;
|
||||||
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x1F9130;
|
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x1F92D0;
|
||||||
constexpr std::ptrdiff_t SoundService_001 = 0x1B9CE0;
|
constexpr std::ptrdiff_t SoundService_001 = 0x1B9E80;
|
||||||
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x61BE0;
|
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x61D70;
|
||||||
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x8AD60;
|
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x8AF00;
|
||||||
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x92360;
|
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x92500;
|
||||||
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0xA9900;
|
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0xA9AA0;
|
||||||
constexpr std::ptrdiff_t SplitScreenService_001 = 0x1C0570;
|
constexpr std::ptrdiff_t SplitScreenService_001 = 0x1C0710;
|
||||||
constexpr std::ptrdiff_t StatsService_001 = 0x1C3250;
|
constexpr std::ptrdiff_t StatsService_001 = 0x1C33F0;
|
||||||
constexpr std::ptrdiff_t ToolService_001 = 0x1C7EA0;
|
constexpr std::ptrdiff_t ToolService_001 = 0x1C8040;
|
||||||
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x122930;
|
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x122AD0;
|
||||||
constexpr std::ptrdiff_t VProfService_001 = 0x1C9220;
|
constexpr std::ptrdiff_t VProfService_001 = 0x1C93C0;
|
||||||
}
|
}
|
||||||
// Module: filesystem_stdio.dll
|
// Module: filesystem_stdio.dll
|
||||||
namespace filesystem_stdio_dll {
|
namespace filesystem_stdio_dll {
|
||||||
@ -162,16 +162,16 @@ namespace cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: server.dll
|
// Module: server.dll
|
||||||
namespace server_dll {
|
namespace server_dll {
|
||||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x56E780;
|
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x56E680;
|
||||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x2AC420;
|
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x2AC320;
|
||||||
constexpr std::ptrdiff_t NavGameTest001 = 0xA42710;
|
constexpr std::ptrdiff_t NavGameTest001 = 0xA42880;
|
||||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x82E220;
|
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x82E390;
|
||||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x82E230;
|
constexpr std::ptrdiff_t Source2GameClients001 = 0x82E3A0;
|
||||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x11E010;
|
constexpr std::ptrdiff_t Source2GameDirector001 = 0x11E010;
|
||||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x82E240;
|
constexpr std::ptrdiff_t Source2GameEntities001 = 0x82E3B0;
|
||||||
constexpr std::ptrdiff_t Source2Server001 = 0x82E250;
|
constexpr std::ptrdiff_t Source2Server001 = 0x82E3C0;
|
||||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x562A30;
|
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x562930;
|
||||||
constexpr std::ptrdiff_t customnavsystem001 = 0x227FF0;
|
constexpr std::ptrdiff_t customnavsystem001 = 0x227EF0;
|
||||||
}
|
}
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
namespace soundsystem_dll {
|
namespace soundsystem_dll {
|
||||||
@ -186,26 +186,26 @@ namespace cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: steamclient64.dll
|
// Module: steamclient64.dll
|
||||||
namespace steamclient64_dll {
|
namespace steamclient64_dll {
|
||||||
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0x8621C0;
|
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0x86CBF0;
|
||||||
constexpr std::ptrdiff_t IVALIDATE001 = 0x866250;
|
constexpr std::ptrdiff_t IVALIDATE001 = 0x870FD0;
|
||||||
constexpr std::ptrdiff_t SteamClient006 = 0x663700;
|
constexpr std::ptrdiff_t SteamClient006 = 0x669070;
|
||||||
constexpr std::ptrdiff_t SteamClient007 = 0x663710;
|
constexpr std::ptrdiff_t SteamClient007 = 0x669080;
|
||||||
constexpr std::ptrdiff_t SteamClient008 = 0x663720;
|
constexpr std::ptrdiff_t SteamClient008 = 0x669090;
|
||||||
constexpr std::ptrdiff_t SteamClient009 = 0x663730;
|
constexpr std::ptrdiff_t SteamClient009 = 0x6690A0;
|
||||||
constexpr std::ptrdiff_t SteamClient010 = 0x663740;
|
constexpr std::ptrdiff_t SteamClient010 = 0x6690B0;
|
||||||
constexpr std::ptrdiff_t SteamClient011 = 0x663750;
|
constexpr std::ptrdiff_t SteamClient011 = 0x6690C0;
|
||||||
constexpr std::ptrdiff_t SteamClient012 = 0x663760;
|
constexpr std::ptrdiff_t SteamClient012 = 0x6690D0;
|
||||||
constexpr std::ptrdiff_t SteamClient013 = 0x663770;
|
constexpr std::ptrdiff_t SteamClient013 = 0x6690E0;
|
||||||
constexpr std::ptrdiff_t SteamClient014 = 0x663780;
|
constexpr std::ptrdiff_t SteamClient014 = 0x6690F0;
|
||||||
constexpr std::ptrdiff_t SteamClient015 = 0x663790;
|
constexpr std::ptrdiff_t SteamClient015 = 0x669100;
|
||||||
constexpr std::ptrdiff_t SteamClient016 = 0x6637A0;
|
constexpr std::ptrdiff_t SteamClient016 = 0x669110;
|
||||||
constexpr std::ptrdiff_t SteamClient017 = 0x6637B0;
|
constexpr std::ptrdiff_t SteamClient017 = 0x669120;
|
||||||
constexpr std::ptrdiff_t SteamClient018 = 0x6637C0;
|
constexpr std::ptrdiff_t SteamClient018 = 0x669130;
|
||||||
constexpr std::ptrdiff_t SteamClient019 = 0x6637D0;
|
constexpr std::ptrdiff_t SteamClient019 = 0x669140;
|
||||||
constexpr std::ptrdiff_t SteamClient020 = 0x6637E0;
|
constexpr std::ptrdiff_t SteamClient020 = 0x669150;
|
||||||
constexpr std::ptrdiff_t SteamClient021 = 0x6637F0;
|
constexpr std::ptrdiff_t SteamClient021 = 0x669160;
|
||||||
constexpr std::ptrdiff_t p2pvoice002 = 0xD9FD0;
|
constexpr std::ptrdiff_t p2pvoice002 = 0xDAB90;
|
||||||
constexpr std::ptrdiff_t p2pvoicesingleton002 = 0xD6A30;
|
constexpr std::ptrdiff_t p2pvoicesingleton002 = 0xD7600;
|
||||||
}
|
}
|
||||||
// Module: tier0.dll
|
// Module: tier0.dll
|
||||||
namespace tier0_dll {
|
namespace tier0_dll {
|
||||||
@ -237,8 +237,8 @@ namespace cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: vstdlib_s64.dll
|
// Module: vstdlib_s64.dll
|
||||||
namespace vstdlib_s64_dll {
|
namespace vstdlib_s64_dll {
|
||||||
constexpr std::ptrdiff_t IVALIDATE001 = 0x25120;
|
constexpr std::ptrdiff_t IVALIDATE001 = 0x24DE0;
|
||||||
constexpr std::ptrdiff_t VEngineCvar002 = 0x5760;
|
constexpr std::ptrdiff_t VEngineCvar002 = 0x57A0;
|
||||||
}
|
}
|
||||||
// Module: worldrenderer.dll
|
// Module: worldrenderer.dll
|
||||||
namespace worldrenderer_dll {
|
namespace worldrenderer_dll {
|
||||||
|
@ -4,48 +4,48 @@
|
|||||||
"AnimationSystem_001": 450944
|
"AnimationSystem_001": 450944
|
||||||
},
|
},
|
||||||
"client.dll": {
|
"client.dll": {
|
||||||
"ClientToolsInfo_001": 7558768,
|
"ClientToolsInfo_001": 7559168,
|
||||||
"EmptyWorldService001_Client": 4729984,
|
"EmptyWorldService001_Client": 4730128,
|
||||||
"GameClientExports001": 7558784,
|
"GameClientExports001": 7559184,
|
||||||
"LegacyGameUI001": 9122848,
|
"LegacyGameUI001": 9123248,
|
||||||
"Source2Client002": 7558800,
|
"Source2Client002": 7559200,
|
||||||
"Source2ClientConfig001": 4644800,
|
"Source2ClientConfig001": 4644944,
|
||||||
"Source2ClientPrediction001": 8068816,
|
"Source2ClientPrediction001": 8069216,
|
||||||
"Source2ClientUI001": 9054560
|
"Source2ClientUI001": 9054960
|
||||||
},
|
},
|
||||||
"engine2.dll": {
|
"engine2.dll": {
|
||||||
"BenchmarkService001": 1537904,
|
"BenchmarkService001": 1538320,
|
||||||
"BugService001": 1544144,
|
"BugService001": 1544560,
|
||||||
"ClientServerEngineLoopService_001": 2017216,
|
"ClientServerEngineLoopService_001": 2017632,
|
||||||
"EngineGameUI001": 1187008,
|
"EngineGameUI001": 1187424,
|
||||||
"EngineServiceMgr001": 1949152,
|
"EngineServiceMgr001": 1949568,
|
||||||
"GameEventSystemClientV001": 1968592,
|
"GameEventSystemClientV001": 1969008,
|
||||||
"GameEventSystemServerV001": 1968608,
|
"GameEventSystemServerV001": 1969024,
|
||||||
"GameResourceServiceClientV001": 1573264,
|
"GameResourceServiceClientV001": 1573680,
|
||||||
"GameResourceServiceServerV001": 1573280,
|
"GameResourceServiceServerV001": 1573696,
|
||||||
"GameUIService_001": 1583936,
|
"GameUIService_001": 1584352,
|
||||||
"HostStateMgr001": 1987504,
|
"HostStateMgr001": 1987920,
|
||||||
"INETSUPPORT_001": 985424,
|
"INETSUPPORT_001": 985840,
|
||||||
"InputService_001": 1607344,
|
"InputService_001": 1607760,
|
||||||
"KeyValueCache001": 1997776,
|
"KeyValueCache001": 1998192,
|
||||||
"MapListService_001": 1684864,
|
"MapListService_001": 1685280,
|
||||||
"NetworkClientService_001": 1713984,
|
"NetworkClientService_001": 1714400,
|
||||||
"NetworkP2PService_001": 1741056,
|
"NetworkP2PService_001": 1741472,
|
||||||
"NetworkServerService_001": 1758800,
|
"NetworkServerService_001": 1759216,
|
||||||
"NetworkService_001": 1779824,
|
"NetworkService_001": 1780240,
|
||||||
"RenderService_001": 1781088,
|
"RenderService_001": 1781504,
|
||||||
"ScreenshotService001": 1791712,
|
"ScreenshotService001": 1792128,
|
||||||
"SimpleEngineLoopService_001": 2068784,
|
"SimpleEngineLoopService_001": 2069200,
|
||||||
"SoundService_001": 1809632,
|
"SoundService_001": 1810048,
|
||||||
"Source2EngineToClient001": 400352,
|
"Source2EngineToClient001": 400752,
|
||||||
"Source2EngineToClientStringTable001": 568672,
|
"Source2EngineToClientStringTable001": 569088,
|
||||||
"Source2EngineToServer001": 598880,
|
"Source2EngineToServer001": 599296,
|
||||||
"Source2EngineToServerStringTable001": 694528,
|
"Source2EngineToServerStringTable001": 694944,
|
||||||
"SplitScreenService_001": 1836400,
|
"SplitScreenService_001": 1836816,
|
||||||
"StatsService_001": 1847888,
|
"StatsService_001": 1848304,
|
||||||
"ToolService_001": 1867424,
|
"ToolService_001": 1867840,
|
||||||
"VENGINE_GAMEUIFUNCS_VERSION005": 1190192,
|
"VENGINE_GAMEUIFUNCS_VERSION005": 1190608,
|
||||||
"VProfService_001": 1872416
|
"VProfService_001": 1872832
|
||||||
},
|
},
|
||||||
"filesystem_stdio.dll": {
|
"filesystem_stdio.dll": {
|
||||||
"VAsyncFileSystem2_001": 423184,
|
"VAsyncFileSystem2_001": 423184,
|
||||||
@ -130,16 +130,16 @@
|
|||||||
"SchemaSystem_001": 43600
|
"SchemaSystem_001": 43600
|
||||||
},
|
},
|
||||||
"server.dll": {
|
"server.dll": {
|
||||||
"EmptyWorldService001_Server": 5695360,
|
"EmptyWorldService001_Server": 5695104,
|
||||||
"EntitySubclassUtilsV001": 2802720,
|
"EntitySubclassUtilsV001": 2802464,
|
||||||
"NavGameTest001": 10757904,
|
"NavGameTest001": 10758272,
|
||||||
"ServerToolsInfo_001": 8577568,
|
"ServerToolsInfo_001": 8577936,
|
||||||
"Source2GameClients001": 8577584,
|
"Source2GameClients001": 8577952,
|
||||||
"Source2GameDirector001": 1171472,
|
"Source2GameDirector001": 1171472,
|
||||||
"Source2GameEntities001": 8577600,
|
"Source2GameEntities001": 8577968,
|
||||||
"Source2Server001": 8577616,
|
"Source2Server001": 8577984,
|
||||||
"Source2ServerConfig001": 5646896,
|
"Source2ServerConfig001": 5646640,
|
||||||
"customnavsystem001": 2260976
|
"customnavsystem001": 2260720
|
||||||
},
|
},
|
||||||
"soundsystem.dll": {
|
"soundsystem.dll": {
|
||||||
"SoundOpSystem001": 1484208,
|
"SoundOpSystem001": 1484208,
|
||||||
@ -151,26 +151,26 @@
|
|||||||
"SteamAudio001": 371264
|
"SteamAudio001": 371264
|
||||||
},
|
},
|
||||||
"steamclient64.dll": {
|
"steamclient64.dll": {
|
||||||
"CLIENTENGINE_INTERFACE_VERSION005": 8790464,
|
"CLIENTENGINE_INTERFACE_VERSION005": 8834032,
|
||||||
"IVALIDATE001": 8806992,
|
"IVALIDATE001": 8851408,
|
||||||
"SteamClient006": 6698752,
|
"SteamClient006": 6721648,
|
||||||
"SteamClient007": 6698768,
|
"SteamClient007": 6721664,
|
||||||
"SteamClient008": 6698784,
|
"SteamClient008": 6721680,
|
||||||
"SteamClient009": 6698800,
|
"SteamClient009": 6721696,
|
||||||
"SteamClient010": 6698816,
|
"SteamClient010": 6721712,
|
||||||
"SteamClient011": 6698832,
|
"SteamClient011": 6721728,
|
||||||
"SteamClient012": 6698848,
|
"SteamClient012": 6721744,
|
||||||
"SteamClient013": 6698864,
|
"SteamClient013": 6721760,
|
||||||
"SteamClient014": 6698880,
|
"SteamClient014": 6721776,
|
||||||
"SteamClient015": 6698896,
|
"SteamClient015": 6721792,
|
||||||
"SteamClient016": 6698912,
|
"SteamClient016": 6721808,
|
||||||
"SteamClient017": 6698928,
|
"SteamClient017": 6721824,
|
||||||
"SteamClient018": 6698944,
|
"SteamClient018": 6721840,
|
||||||
"SteamClient019": 6698960,
|
"SteamClient019": 6721856,
|
||||||
"SteamClient020": 6698976,
|
"SteamClient020": 6721872,
|
||||||
"SteamClient021": 6698992,
|
"SteamClient021": 6721888,
|
||||||
"p2pvoice002": 892880,
|
"p2pvoice002": 895888,
|
||||||
"p2pvoicesingleton002": 879152
|
"p2pvoicesingleton002": 882176
|
||||||
},
|
},
|
||||||
"tier0.dll": {
|
"tier0.dll": {
|
||||||
"TestScriptMgr001": 1321312,
|
"TestScriptMgr001": 1321312,
|
||||||
@ -195,8 +195,8 @@
|
|||||||
"VScriptManager010": 204800
|
"VScriptManager010": 204800
|
||||||
},
|
},
|
||||||
"vstdlib_s64.dll": {
|
"vstdlib_s64.dll": {
|
||||||
"IVALIDATE001": 151840,
|
"IVALIDATE001": 151008,
|
||||||
"VEngineCvar002": 22368
|
"VEngineCvar002": 22432
|
||||||
},
|
},
|
||||||
"worldrenderer.dll": {
|
"worldrenderer.dll": {
|
||||||
"WorldRendererMgr001": 132000
|
"WorldRendererMgr001": 132000
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, unused)]
|
#![allow(non_upper_case_globals, unused)]
|
||||||
|
|
||||||
@ -12,49 +12,49 @@ pub mod cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
pub mod client_dll {
|
pub mod client_dll {
|
||||||
pub const ClientToolsInfo_001: usize = 0x735670;
|
pub const ClientToolsInfo_001: usize = 0x735800;
|
||||||
pub const EmptyWorldService001_Client: usize = 0x482C80;
|
pub const EmptyWorldService001_Client: usize = 0x482D10;
|
||||||
pub const GameClientExports001: usize = 0x735680;
|
pub const GameClientExports001: usize = 0x735810;
|
||||||
pub const LegacyGameUI001: usize = 0x8B3420;
|
pub const LegacyGameUI001: usize = 0x8B35B0;
|
||||||
pub const Source2Client002: usize = 0x735690;
|
pub const Source2Client002: usize = 0x735820;
|
||||||
pub const Source2ClientConfig001: usize = 0x46DFC0;
|
pub const Source2ClientConfig001: usize = 0x46E050;
|
||||||
pub const Source2ClientPrediction001: usize = 0x7B1ED0;
|
pub const Source2ClientPrediction001: usize = 0x7B2060;
|
||||||
pub const Source2ClientUI001: usize = 0x8A2960;
|
pub const Source2ClientUI001: usize = 0x8A2AF0;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
pub mod engine2_dll {
|
pub mod engine2_dll {
|
||||||
pub const BenchmarkService001: usize = 0x177770;
|
pub const BenchmarkService001: usize = 0x177910;
|
||||||
pub const BugService001: usize = 0x178FD0;
|
pub const BugService001: usize = 0x179170;
|
||||||
pub const ClientServerEngineLoopService_001: usize = 0x1EC7C0;
|
pub const ClientServerEngineLoopService_001: usize = 0x1EC960;
|
||||||
pub const EngineGameUI001: usize = 0x121CC0;
|
pub const EngineGameUI001: usize = 0x121E60;
|
||||||
pub const EngineServiceMgr001: usize = 0x1DBDE0;
|
pub const EngineServiceMgr001: usize = 0x1DBF80;
|
||||||
pub const GameEventSystemClientV001: usize = 0x1E09D0;
|
pub const GameEventSystemClientV001: usize = 0x1E0B70;
|
||||||
pub const GameEventSystemServerV001: usize = 0x1E09E0;
|
pub const GameEventSystemServerV001: usize = 0x1E0B80;
|
||||||
pub const GameResourceServiceClientV001: usize = 0x180190;
|
pub const GameResourceServiceClientV001: usize = 0x180330;
|
||||||
pub const GameResourceServiceServerV001: usize = 0x1801A0;
|
pub const GameResourceServiceServerV001: usize = 0x180340;
|
||||||
pub const GameUIService_001: usize = 0x182B40;
|
pub const GameUIService_001: usize = 0x182CE0;
|
||||||
pub const HostStateMgr001: usize = 0x1E53B0;
|
pub const HostStateMgr001: usize = 0x1E5550;
|
||||||
pub const INETSUPPORT_001: usize = 0xF0950;
|
pub const INETSUPPORT_001: usize = 0xF0AF0;
|
||||||
pub const InputService_001: usize = 0x1886B0;
|
pub const InputService_001: usize = 0x188850;
|
||||||
pub const KeyValueCache001: usize = 0x1E7BD0;
|
pub const KeyValueCache001: usize = 0x1E7D70;
|
||||||
pub const MapListService_001: usize = 0x19B580;
|
pub const MapListService_001: usize = 0x19B720;
|
||||||
pub const NetworkClientService_001: usize = 0x1A2740;
|
pub const NetworkClientService_001: usize = 0x1A28E0;
|
||||||
pub const NetworkP2PService_001: usize = 0x1A9100;
|
pub const NetworkP2PService_001: usize = 0x1A92A0;
|
||||||
pub const NetworkServerService_001: usize = 0x1AD650;
|
pub const NetworkServerService_001: usize = 0x1AD7F0;
|
||||||
pub const NetworkService_001: usize = 0x1B2870;
|
pub const NetworkService_001: usize = 0x1B2A10;
|
||||||
pub const RenderService_001: usize = 0x1B2D60;
|
pub const RenderService_001: usize = 0x1B2F00;
|
||||||
pub const ScreenshotService001: usize = 0x1B56E0;
|
pub const ScreenshotService001: usize = 0x1B5880;
|
||||||
pub const SimpleEngineLoopService_001: usize = 0x1F9130;
|
pub const SimpleEngineLoopService_001: usize = 0x1F92D0;
|
||||||
pub const SoundService_001: usize = 0x1B9CE0;
|
pub const SoundService_001: usize = 0x1B9E80;
|
||||||
pub const Source2EngineToClient001: usize = 0x61BE0;
|
pub const Source2EngineToClient001: usize = 0x61D70;
|
||||||
pub const Source2EngineToClientStringTable001: usize = 0x8AD60;
|
pub const Source2EngineToClientStringTable001: usize = 0x8AF00;
|
||||||
pub const Source2EngineToServer001: usize = 0x92360;
|
pub const Source2EngineToServer001: usize = 0x92500;
|
||||||
pub const Source2EngineToServerStringTable001: usize = 0xA9900;
|
pub const Source2EngineToServerStringTable001: usize = 0xA9AA0;
|
||||||
pub const SplitScreenService_001: usize = 0x1C0570;
|
pub const SplitScreenService_001: usize = 0x1C0710;
|
||||||
pub const StatsService_001: usize = 0x1C3250;
|
pub const StatsService_001: usize = 0x1C33F0;
|
||||||
pub const ToolService_001: usize = 0x1C7EA0;
|
pub const ToolService_001: usize = 0x1C8040;
|
||||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x122930;
|
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x122AD0;
|
||||||
pub const VProfService_001: usize = 0x1C9220;
|
pub const VProfService_001: usize = 0x1C93C0;
|
||||||
}
|
}
|
||||||
// Module: filesystem_stdio.dll
|
// Module: filesystem_stdio.dll
|
||||||
pub mod filesystem_stdio_dll {
|
pub mod filesystem_stdio_dll {
|
||||||
@ -160,16 +160,16 @@ pub mod cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: server.dll
|
// Module: server.dll
|
||||||
pub mod server_dll {
|
pub mod server_dll {
|
||||||
pub const EmptyWorldService001_Server: usize = 0x56E780;
|
pub const EmptyWorldService001_Server: usize = 0x56E680;
|
||||||
pub const EntitySubclassUtilsV001: usize = 0x2AC420;
|
pub const EntitySubclassUtilsV001: usize = 0x2AC320;
|
||||||
pub const NavGameTest001: usize = 0xA42710;
|
pub const NavGameTest001: usize = 0xA42880;
|
||||||
pub const ServerToolsInfo_001: usize = 0x82E220;
|
pub const ServerToolsInfo_001: usize = 0x82E390;
|
||||||
pub const Source2GameClients001: usize = 0x82E230;
|
pub const Source2GameClients001: usize = 0x82E3A0;
|
||||||
pub const Source2GameDirector001: usize = 0x11E010;
|
pub const Source2GameDirector001: usize = 0x11E010;
|
||||||
pub const Source2GameEntities001: usize = 0x82E240;
|
pub const Source2GameEntities001: usize = 0x82E3B0;
|
||||||
pub const Source2Server001: usize = 0x82E250;
|
pub const Source2Server001: usize = 0x82E3C0;
|
||||||
pub const Source2ServerConfig001: usize = 0x562A30;
|
pub const Source2ServerConfig001: usize = 0x562930;
|
||||||
pub const customnavsystem001: usize = 0x227FF0;
|
pub const customnavsystem001: usize = 0x227EF0;
|
||||||
}
|
}
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
pub mod soundsystem_dll {
|
pub mod soundsystem_dll {
|
||||||
@ -184,26 +184,26 @@ pub mod cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: steamclient64.dll
|
// Module: steamclient64.dll
|
||||||
pub mod steamclient64_dll {
|
pub mod steamclient64_dll {
|
||||||
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0x8621C0;
|
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0x86CBF0;
|
||||||
pub const IVALIDATE001: usize = 0x866250;
|
pub const IVALIDATE001: usize = 0x870FD0;
|
||||||
pub const SteamClient006: usize = 0x663700;
|
pub const SteamClient006: usize = 0x669070;
|
||||||
pub const SteamClient007: usize = 0x663710;
|
pub const SteamClient007: usize = 0x669080;
|
||||||
pub const SteamClient008: usize = 0x663720;
|
pub const SteamClient008: usize = 0x669090;
|
||||||
pub const SteamClient009: usize = 0x663730;
|
pub const SteamClient009: usize = 0x6690A0;
|
||||||
pub const SteamClient010: usize = 0x663740;
|
pub const SteamClient010: usize = 0x6690B0;
|
||||||
pub const SteamClient011: usize = 0x663750;
|
pub const SteamClient011: usize = 0x6690C0;
|
||||||
pub const SteamClient012: usize = 0x663760;
|
pub const SteamClient012: usize = 0x6690D0;
|
||||||
pub const SteamClient013: usize = 0x663770;
|
pub const SteamClient013: usize = 0x6690E0;
|
||||||
pub const SteamClient014: usize = 0x663780;
|
pub const SteamClient014: usize = 0x6690F0;
|
||||||
pub const SteamClient015: usize = 0x663790;
|
pub const SteamClient015: usize = 0x669100;
|
||||||
pub const SteamClient016: usize = 0x6637A0;
|
pub const SteamClient016: usize = 0x669110;
|
||||||
pub const SteamClient017: usize = 0x6637B0;
|
pub const SteamClient017: usize = 0x669120;
|
||||||
pub const SteamClient018: usize = 0x6637C0;
|
pub const SteamClient018: usize = 0x669130;
|
||||||
pub const SteamClient019: usize = 0x6637D0;
|
pub const SteamClient019: usize = 0x669140;
|
||||||
pub const SteamClient020: usize = 0x6637E0;
|
pub const SteamClient020: usize = 0x669150;
|
||||||
pub const SteamClient021: usize = 0x6637F0;
|
pub const SteamClient021: usize = 0x669160;
|
||||||
pub const p2pvoice002: usize = 0xD9FD0;
|
pub const p2pvoice002: usize = 0xDAB90;
|
||||||
pub const p2pvoicesingleton002: usize = 0xD6A30;
|
pub const p2pvoicesingleton002: usize = 0xD7600;
|
||||||
}
|
}
|
||||||
// Module: tier0.dll
|
// Module: tier0.dll
|
||||||
pub mod tier0_dll {
|
pub mod tier0_dll {
|
||||||
@ -235,8 +235,8 @@ pub mod cs2_dumper {
|
|||||||
}
|
}
|
||||||
// Module: vstdlib_s64.dll
|
// Module: vstdlib_s64.dll
|
||||||
pub mod vstdlib_s64_dll {
|
pub mod vstdlib_s64_dll {
|
||||||
pub const IVALIDATE001: usize = 0x25120;
|
pub const IVALIDATE001: usize = 0x24DE0;
|
||||||
pub const VEngineCvar002: usize = 0x5760;
|
pub const VEngineCvar002: usize = 0x57A0;
|
||||||
}
|
}
|
||||||
// Module: worldrenderer.dll
|
// Module: worldrenderer.dll
|
||||||
pub mod worldrenderer_dll {
|
pub mod worldrenderer_dll {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: materialsystem2.dll
|
// Module: materialsystem2.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![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
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: networksystem.dll
|
// Module: networksystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![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
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Offsets {
|
namespace CS2Dumper.Offsets {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
public static class ClientDll {
|
public static class ClientDll {
|
||||||
public const nint dwCSGOInput = 0x1930C30;
|
public const nint dwCSGOInput = 0x1930C50;
|
||||||
public const nint dwEntityList = 0x18C7F88;
|
public const nint dwEntityList = 0x18C7F98;
|
||||||
public const nint dwGameEntitySystem = 0x19E56E0;
|
public const nint dwGameEntitySystem = 0x19E5700;
|
||||||
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
||||||
public const nint dwGameRules = 0x1924EE0;
|
public const nint dwGameRules = 0x1924EF0;
|
||||||
public const nint dwGlobalVars = 0x172EEE0;
|
public const nint dwGlobalVars = 0x172EEE0;
|
||||||
public const nint dwGlowManager = 0x1925300;
|
public const nint dwGlowManager = 0x1925310;
|
||||||
public const nint dwLocalPlayerController = 0x1917698;
|
public const nint dwLocalPlayerController = 0x19176A8;
|
||||||
public const nint dwLocalPlayerPawn = 0x173B568;
|
public const nint dwLocalPlayerPawn = 0x173B568;
|
||||||
public const nint dwPlantedC4 = 0x192E0D8;
|
public const nint dwPlantedC4 = 0x192E0E8;
|
||||||
public const nint dwPrediction = 0x173B430;
|
public const nint dwPrediction = 0x173B430;
|
||||||
public const nint dwSensitivity = 0x1925C28;
|
public const nint dwSensitivity = 0x1925C38;
|
||||||
public const nint dwSensitivity_sensitivity = 0x40;
|
public const nint dwSensitivity_sensitivity = 0x40;
|
||||||
public const nint dwViewAngles = 0x1935FC0;
|
public const nint dwViewAngles = 0x1935FE0;
|
||||||
public const nint dwViewMatrix = 0x1929420;
|
public const nint dwViewMatrix = 0x1929430;
|
||||||
public const nint dwViewRender = 0x1929C20;
|
public const nint dwViewRender = 0x1929C30;
|
||||||
public const nint dwWeaponC4 = 0x18CB3E0;
|
public const nint dwWeaponC4 = 0x18CB3F0;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
public static class Engine2Dll {
|
public static class Engine2Dll {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -9,23 +9,23 @@ namespace cs2_dumper {
|
|||||||
namespace offsets {
|
namespace offsets {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
namespace client_dll {
|
namespace client_dll {
|
||||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1930C30;
|
constexpr std::ptrdiff_t dwCSGOInput = 0x1930C50;
|
||||||
constexpr std::ptrdiff_t dwEntityList = 0x18C7F88;
|
constexpr std::ptrdiff_t dwEntityList = 0x18C7F98;
|
||||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x19E56E0;
|
constexpr std::ptrdiff_t dwGameEntitySystem = 0x19E5700;
|
||||||
constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
||||||
constexpr std::ptrdiff_t dwGameRules = 0x1924EE0;
|
constexpr std::ptrdiff_t dwGameRules = 0x1924EF0;
|
||||||
constexpr std::ptrdiff_t dwGlobalVars = 0x172EEE0;
|
constexpr std::ptrdiff_t dwGlobalVars = 0x172EEE0;
|
||||||
constexpr std::ptrdiff_t dwGlowManager = 0x1925300;
|
constexpr std::ptrdiff_t dwGlowManager = 0x1925310;
|
||||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1917698;
|
constexpr std::ptrdiff_t dwLocalPlayerController = 0x19176A8;
|
||||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x173B568;
|
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x173B568;
|
||||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x192E0D8;
|
constexpr std::ptrdiff_t dwPlantedC4 = 0x192E0E8;
|
||||||
constexpr std::ptrdiff_t dwPrediction = 0x173B430;
|
constexpr std::ptrdiff_t dwPrediction = 0x173B430;
|
||||||
constexpr std::ptrdiff_t dwSensitivity = 0x1925C28;
|
constexpr std::ptrdiff_t dwSensitivity = 0x1925C38;
|
||||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||||
constexpr std::ptrdiff_t dwViewAngles = 0x1935FC0;
|
constexpr std::ptrdiff_t dwViewAngles = 0x1935FE0;
|
||||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1929420;
|
constexpr std::ptrdiff_t dwViewMatrix = 0x1929430;
|
||||||
constexpr std::ptrdiff_t dwViewRender = 0x1929C20;
|
constexpr std::ptrdiff_t dwViewRender = 0x1929C30;
|
||||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x18CB3E0;
|
constexpr std::ptrdiff_t dwWeaponC4 = 0x18CB3F0;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
namespace engine2_dll {
|
namespace engine2_dll {
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
{
|
{
|
||||||
"client.dll": {
|
"client.dll": {
|
||||||
"dwCSGOInput": 26414128,
|
"dwCSGOInput": 26414160,
|
||||||
"dwEntityList": 25984904,
|
"dwEntityList": 25984920,
|
||||||
"dwGameEntitySystem": 27154144,
|
"dwGameEntitySystem": 27154176,
|
||||||
"dwGameEntitySystem_getHighestEntityIndex": 5392,
|
"dwGameEntitySystem_getHighestEntityIndex": 5392,
|
||||||
"dwGameRules": 26365664,
|
"dwGameRules": 26365680,
|
||||||
"dwGlobalVars": 24309472,
|
"dwGlobalVars": 24309472,
|
||||||
"dwGlowManager": 26366720,
|
"dwGlowManager": 26366736,
|
||||||
"dwLocalPlayerController": 26310296,
|
"dwLocalPlayerController": 26310312,
|
||||||
"dwLocalPlayerPawn": 24360296,
|
"dwLocalPlayerPawn": 24360296,
|
||||||
"dwPlantedC4": 26403032,
|
"dwPlantedC4": 26403048,
|
||||||
"dwPrediction": 24359984,
|
"dwPrediction": 24359984,
|
||||||
"dwSensitivity": 26369064,
|
"dwSensitivity": 26369080,
|
||||||
"dwSensitivity_sensitivity": 64,
|
"dwSensitivity_sensitivity": 64,
|
||||||
"dwViewAngles": 26435520,
|
"dwViewAngles": 26435552,
|
||||||
"dwViewMatrix": 26383392,
|
"dwViewMatrix": 26383408,
|
||||||
"dwViewRender": 26385440,
|
"dwViewRender": 26385456,
|
||||||
"dwWeaponC4": 25998304
|
"dwWeaponC4": 25998320
|
||||||
},
|
},
|
||||||
"engine2.dll": {
|
"engine2.dll": {
|
||||||
"dwBuildNumber": 5334836,
|
"dwBuildNumber": 5334836,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, unused)]
|
#![allow(non_upper_case_globals, unused)]
|
||||||
|
|
||||||
@ -7,23 +7,23 @@ pub mod cs2_dumper {
|
|||||||
pub mod offsets {
|
pub mod offsets {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
pub mod client_dll {
|
pub mod client_dll {
|
||||||
pub const dwCSGOInput: usize = 0x1930C30;
|
pub const dwCSGOInput: usize = 0x1930C50;
|
||||||
pub const dwEntityList: usize = 0x18C7F88;
|
pub const dwEntityList: usize = 0x18C7F98;
|
||||||
pub const dwGameEntitySystem: usize = 0x19E56E0;
|
pub const dwGameEntitySystem: usize = 0x19E5700;
|
||||||
pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x1510;
|
pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x1510;
|
||||||
pub const dwGameRules: usize = 0x1924EE0;
|
pub const dwGameRules: usize = 0x1924EF0;
|
||||||
pub const dwGlobalVars: usize = 0x172EEE0;
|
pub const dwGlobalVars: usize = 0x172EEE0;
|
||||||
pub const dwGlowManager: usize = 0x1925300;
|
pub const dwGlowManager: usize = 0x1925310;
|
||||||
pub const dwLocalPlayerController: usize = 0x1917698;
|
pub const dwLocalPlayerController: usize = 0x19176A8;
|
||||||
pub const dwLocalPlayerPawn: usize = 0x173B568;
|
pub const dwLocalPlayerPawn: usize = 0x173B568;
|
||||||
pub const dwPlantedC4: usize = 0x192E0D8;
|
pub const dwPlantedC4: usize = 0x192E0E8;
|
||||||
pub const dwPrediction: usize = 0x173B430;
|
pub const dwPrediction: usize = 0x173B430;
|
||||||
pub const dwSensitivity: usize = 0x1925C28;
|
pub const dwSensitivity: usize = 0x1925C38;
|
||||||
pub const dwSensitivity_sensitivity: usize = 0x40;
|
pub const dwSensitivity_sensitivity: usize = 0x40;
|
||||||
pub const dwViewAngles: usize = 0x1935FC0;
|
pub const dwViewAngles: usize = 0x1935FE0;
|
||||||
pub const dwViewMatrix: usize = 0x1929420;
|
pub const dwViewMatrix: usize = 0x1929430;
|
||||||
pub const dwViewRender: usize = 0x1929C20;
|
pub const dwViewRender: usize = 0x1929C30;
|
||||||
pub const dwWeaponC4: usize = 0x18CB3E0;
|
pub const dwWeaponC4: usize = 0x18CB3F0;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
pub mod engine2_dll {
|
pub mod engine2_dll {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: panorama.dll
|
// Module: panorama.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![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
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: particles.dll
|
// Module: particles.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![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
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: pulse_system.dll
|
// Module: pulse_system.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![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
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: rendersystemdx11.dll
|
// Module: rendersystemdx11.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![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
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: resourcesystem.dll
|
// Module: resourcesystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![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
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: scenesystem.dll
|
// Module: scenesystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![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
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: schemasystem.dll
|
// Module: schemasystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![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
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: server.dll
|
// Module: server.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![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
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![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
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: vphysics2.dll
|
// Module: vphysics2.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![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
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: worldrenderer.dll
|
// Module: worldrenderer.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-08 03:42:33.508076800 UTC
|
// 2024-05-09 23:28:33.765194600 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user