Skip to content

Commit

Permalink
Update signature for 2024-02-28 CS2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vauff committed Feb 29, 2024
1 parent 3ae69d0 commit 5ff589c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MovementUnlocker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ const unsigned char *pPatchSignature = (unsigned char *)"\x76\x2A\xF2\x0F\x10\x5
const char *pPatchPattern = "x?xxxxxxxxxxxxxxxxx";
int PatchLen = 1;
#elif __linux__
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";
const char* pPatchPattern = "xx????xxxxxx????xxxx";
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";
const char* pPatchPattern = "xx????xxxxx????xxxx";
int PatchLen = 6;
#endif

Expand Down Expand Up @@ -151,7 +151,7 @@ const char *MovementUnlocker::GetLicense()

const char *MovementUnlocker::GetVersion()
{
return "1.0";
return "1.1";
}

const char *MovementUnlocker::GetDate()
Expand Down

0 comments on commit 5ff589c

Please sign in to comment.