Skip to content

Commit e9471f7

Browse files
committed
update cs2 offsets
1 parent de99c6f commit e9471f7

File tree

6 files changed

+26
-25
lines changed

6 files changed

+26
-25
lines changed

CHANGELOG.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
## Changes📣
22

3-
最近更新于2024年05月01日 10:50
3+
最近更新于2024年05月03日 15:27
44

5-
- fixed 5月1日cs2官方游戏更新后的offsets
6-
- 优化ImGui的主题UI、添加时间水印
5+
- fixed 5月3日cs2官方游戏更新后的offsets同步问题
76

87
## Features
98

CS2CheatCpp/CS2_Cheat_Log.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[Tip]: After running this program, please make sure to read the software usage instructions. If it doesn't work, please copy this log file record to the GitHub repository and submit an issue, or directly contact the author via WeChat at yl1099129793. The author has limited capacity and cannot synchronously update CS2 game patch. If urgently needed, you can fork this repository and modify offsets to build with the latest value.
22

3-
[2024/05/01 10:59:41] cs2.exe's process id located at7172
4-
[2024/05/01 10:59:41] client.dll -> 0x7ffc93b70000
3+
[2024/05/05 15:32:03] cs2.exe's process id located at14268
4+
[2024/05/05 15:32:03] client.dll -> 0x7ffbc4000000

CS2CheatCpp/SDK/buttons.hpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Generated using https://github.com/a2x/cs2-dumper
2-
// 2024-05-01 00:25:27.858971200 UTC
2+
// 2024-05-03 00:11:19.220511700 UTC
33

44
#pragma once
55

@@ -15,14 +15,14 @@ namespace cs2_dumper {
1515
constexpr std::ptrdiff_t forward = 0x1736650;
1616
constexpr std::ptrdiff_t jump = 0x1736920;
1717
constexpr std::ptrdiff_t left = 0x1736770;
18-
constexpr std::ptrdiff_t lookatweapon = 0x19329E0;
18+
constexpr std::ptrdiff_t lookatweapon = 0x1932A30;
1919
constexpr std::ptrdiff_t reload = 0x1736380;
2020
constexpr std::ptrdiff_t right = 0x1736800;
21-
constexpr std::ptrdiff_t showscores = 0x19328C0;
21+
constexpr std::ptrdiff_t showscores = 0x1932910;
2222
constexpr std::ptrdiff_t sprint = 0x17362F0;
2323
constexpr std::ptrdiff_t turnleft = 0x1736530;
2424
constexpr std::ptrdiff_t turnright = 0x17365C0;
2525
constexpr std::ptrdiff_t use = 0x1736890;
26-
constexpr std::ptrdiff_t zoom = 0x1932950;
26+
constexpr std::ptrdiff_t zoom = 0x19329A0;
2727
}
2828
}

CS2CheatCpp/SDK/client.dll.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Generated using https://github.com/a2x/cs2-dumper
2-
// 2024-05-01 00:25:27.858971200 UTC
2+
// 2024-05-03 00:11:19.220511700 UTC
33

44
#pragma once
55

CS2CheatCpp/SDK/offsets.hpp

+16-14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Generated using https://github.com/a2x/cs2-dumper
2-
// 2024-05-01 00:25:27.858971200 UTC
2+
// 2024-05-03 14:01:03.443608 UTC
33

44
#pragma once
55

@@ -9,34 +9,36 @@ namespace cs2_dumper {
99
namespace offsets {
1010
// Module: client.dll
1111
namespace client_dll {
12-
constexpr std::ptrdiff_t dwCSGOInput = 0x1932AC0;
12+
constexpr std::ptrdiff_t dwCSGOInput = 0x1932B10;
1313
constexpr std::ptrdiff_t dwEntityList = 0x18C9E78;
14-
constexpr std::ptrdiff_t dwGameEntitySystem = 0x19E7560;
14+
constexpr std::ptrdiff_t dwGameEntitySystem = 0x19E75C0;
1515
constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1510;
16-
constexpr std::ptrdiff_t dwGameRules = 0x1926D80;
16+
constexpr std::ptrdiff_t dwGameRules = 0x1926DD0;
1717
constexpr std::ptrdiff_t dwGlobalVars = 0x1730F20;
18-
constexpr std::ptrdiff_t dwGlowManager = 0x19271A0;
18+
constexpr std::ptrdiff_t dwGlowManager = 0x19271F0;
1919
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1919588;
2020
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x173D5A8;
21-
constexpr std::ptrdiff_t dwPlantedC4 = 0x192FF68;
21+
constexpr std::ptrdiff_t dwPlantedC4 = 0x192FFB8;
2222
constexpr std::ptrdiff_t dwPrediction = 0x173D470;
23-
constexpr std::ptrdiff_t dwSensitivity = 0x1927AC8;
23+
constexpr std::ptrdiff_t dwSensitivity = 0x1927B18;
2424
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
25-
constexpr std::ptrdiff_t dwViewAngles = 0x1937E50;
26-
constexpr std::ptrdiff_t dwViewMatrix = 0x192B2C0;
27-
constexpr std::ptrdiff_t dwViewRender = 0x192BAC0;
25+
constexpr std::ptrdiff_t dwViewAngles = 0x1937EA0;
26+
constexpr std::ptrdiff_t dwViewMatrix = 0x192B310;
27+
constexpr std::ptrdiff_t dwViewRender = 0x192BB10;
2828
constexpr std::ptrdiff_t dwWeaponC4 = 0x18CD2D0;
2929
}
3030
// Module: engine2.dll
3131
namespace engine2_dll {
32-
constexpr std::ptrdiff_t dwBuildNumber = 0x518744;
33-
constexpr std::ptrdiff_t dwNetworkGameClient = 0x517AF8;
32+
constexpr std::ptrdiff_t dwBuildNumber = 0x518764;
33+
constexpr std::ptrdiff_t dwEngineViewData = 0x5CD76C;
34+
constexpr std::ptrdiff_t dwNetworkGameClient = 0x517B08;
3435
constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x258;
3536
constexpr std::ptrdiff_t dwNetworkGameClient_getLocalPlayer = 0xF0;
3637
constexpr std::ptrdiff_t dwNetworkGameClient_getMaxClients = 0x250;
3738
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x240;
38-
constexpr std::ptrdiff_t dwWindowHeight = 0x5D1084;
39-
constexpr std::ptrdiff_t dwWindowWidth = 0x5D1080;
39+
constexpr std::ptrdiff_t dwSoundService = 0x5CD6D0;
40+
constexpr std::ptrdiff_t dwWindowHeight = 0x5D109C;
41+
constexpr std::ptrdiff_t dwWindowWidth = 0x5D1098;
4042
}
4143
// Module: inputsystem.dll
4244
namespace inputsystem_dll {

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a `CS2 ESP cheat` software written in C++.
44

5-
> Latest Update:2024.05.01 10:50
5+
> Latest Update:2024.05.03 15:27
66
77
![esp](./external.png)
88

0 commit comments

Comments
 (0)