Skip to content

Commit 5ff589c

Browse files
committed
Update signature for 2024-02-28 CS2 update
1 parent 3ae69d0 commit 5ff589c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MovementUnlocker.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ const unsigned char *pPatchSignature = (unsigned char *)"\x76\x2A\xF2\x0F\x10\x5
3333
const char *pPatchPattern = "x?xxxxxxxxxxxxxxxxx";
3434
int PatchLen = 1;
3535
#elif __linux__
36-
const unsigned char * pPatchSignature = (unsigned char *)"\x0F\x87\x2A\x2A\x2A\x2A\x49\x8B\x7C\x24\x30\xE8\x2A\x2A\x2A\x2A\x66\x0F\xEF\xED";
37-
const char* pPatchPattern = "xx????xxxxxx????xxxx";
36+
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";
37+
const char* pPatchPattern = "xx????xxxxx????xxxx";
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.0";
154+
return "1.1";
155155
}
156156

157157
const char *MovementUnlocker::GetDate()

0 commit comments

Comments
 (0)