Skip to content

Commit 07efcaa

Browse files
committed
Update Windows signature for 2024-04-02 CS2 update
Long overdue
1 parent 5ff589c commit 07efcaa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

MovementUnlocker.cpp

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

3131
#ifdef _WIN32
32-
const unsigned char *pPatchSignature = (unsigned char *)"\x76\x2A\xF2\x0F\x10\x57\x3C\xF3\x0F\x10\x47\x44\x0F\x28\xCA\xF3\x0F\x59\xC0";
33-
const char *pPatchPattern = "x?xxxxxxxxxxxxxxxxx";
32+
const unsigned char *pPatchSignature = (unsigned char *)"\x76\x2A\xF2\x0F\x10\x57\x2A\x0F\x28\x2A\xF3\x0F\x2A\x2A\x0F\x28\x2A";
33+
const char *pPatchPattern = "x?xxxx?xx?xx??xx?";
3434
int PatchLen = 1;
3535
#elif __linux__
3636
const unsigned char * pPatchSignature = (unsigned char *)"\x0F\x87\x2A\x2A\x2A\x2A\x49\x8B\x7D\x30\xE8\x2A\x2A\x2A\x2A\x66\x0F\xEF\xED";
@@ -151,7 +151,7 @@ const char *MovementUnlocker::GetLicense()
151151

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

157157
const char *MovementUnlocker::GetDate()

0 commit comments

Comments
 (0)