Skip to content

Commit 635d84d

Browse files
committed
Update get_get_spec_target_fn CSGO pattern
1 parent 9bdfbd6 commit 635d84d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/game_standalone.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ void* get_get_spec_target_fn()
13571357

13581358
case STEAM_GAME_CSGO:
13591359
{
1360-
return pattern_scan("client.dll", "8B 0D ?? ?? ?? ?? 85 C9 74 14 8B 01 FF 90 ?? ?? ?? ?? 85 C0 74 08 8D 48 08 8B 01 FF 60 28 33 C0 C3", __FUNCTION__);
1360+
return pattern_scan("client.dll", "55 8B EC 8B 4D 04 8B C1 83 C0 08 8B 0D ?? ?? ?? ?? 85 C9 74 15 8B 01 FF 90 ?? ?? ?? ?? 85 C0 74 09 8D 48 08 8B 01 5D FF 60 28", __FUNCTION__);
13611361
}
13621362

13631363
default: assert(false);

src/launcher_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const char* GAME_EXE_PATHS[] = {
9696
// Build versions that have been tested (located in the appmanifest acf).
9797
s32 GAME_BUILDS[] = {
9898
6946501, // STEAM_GAME_CSS
99-
7498250, // STEAM_GAME_CSGO
99+
7866056, // STEAM_GAME_CSGO
100100
7504322, // STEAM_GAME_TF2
101101
5972042, // STEAM_GAME_ZPS
102102
4233294, // STEAM_GAME_HL2

0 commit comments

Comments
 (0)