Update Windows signature for 2024-10-02 CS2 update

This commit is contained in:
Vauff 2024-10-06 08:14:24 -04:00
parent ffc1a43c2b
commit d81722cf63

View file

@ -29,8 +29,8 @@
MovementUnlocker g_MovementUnlocker;
#ifdef _WIN32
const unsigned char *pPatchSignature = (unsigned char *)"\x76\x2A\xF2\x0F\x10\x57\x2A\x0F\x28\x2A\xF3\x0F\x2A\x2A\x0F\x28\x2A";
const char *pPatchPattern = "x?xxxx?xx?xx??xx?";
const unsigned char *pPatchSignature = (unsigned char *)"\x76\x2A\xF2\x0F\x10\x4F\x2A\x41\x0F\x28\xC1\x0F\x28\xD1\xF3\x0F\x59\xC0";
const char *pPatchPattern = "x?xxxx?xxxxxxxxxxx";
int PatchLen = 1;
#elif __linux__
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";
@ -151,7 +151,7 @@ const char *MovementUnlocker::GetLicense()
const char *MovementUnlocker::GetVersion()
{
return "1.3";
return "1.4";
}
const char *MovementUnlocker::GetDate()