Skip to content

Commit 3e7176f

Browse files
committed
Update signatures for 2025-07-28 CS2 update
1 parent d81722c commit 3e7176f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

MovementUnlocker.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
MovementUnlocker g_MovementUnlocker;
3030

3131
#ifdef _WIN32
32-
const unsigned char *pPatchSignature = (unsigned char *)"\x76\x2A\xF2\x0F\x10\x4F\x2A\x41\x0F\x28\xC1\x0F\x28\xD1\xF3\x0F\x59\xC0";
33-
const char *pPatchPattern = "x?xxxx?xxxxxxxxxxx";
32+
const unsigned char *pPatchSignature = (unsigned char *)"\x76\x2A\xF2\x0F\x10\x4E\x2A\x41\x0F\x28\xD2\x0F\x28\xC1";
33+
const char *pPatchPattern = "x?xxxx?xxxxxxx";
3434
int PatchLen = 1;
3535
#elif __linux__
36-
const unsigned char * pPatchSignature = (unsigned char *)"\x0F\x87\x2A\x2A\x2A\x2A\x49\x8B\x7C\x24\x2A\xE8\x2A\x2A\x2A\x2A\x66\x0F\xEF\xED\x66\x0F\xD6\x85";
37-
const char* pPatchPattern = "xx????xxxx?x????xxxxxxxx";
36+
const unsigned char * pPatchSignature = (unsigned char *)"\x0F\x87\x2A\x2A\x2A\x2A\x49\x8B\x7C\x24\x2A\x48\x85\xFF";
37+
const char* pPatchPattern = "xx????xxxx?xxx";
3838
int PatchLen = 6;
3939
#endif
4040

@@ -151,7 +151,7 @@ const char *MovementUnlocker::GetLicense()
151151

152152
const char *MovementUnlocker::GetVersion()
153153
{
154-
return "1.4";
154+
return "1.5";
155155
}
156156

157157
const char *MovementUnlocker::GetDate()

0 commit comments

Comments
 (0)