This commit is contained in:
Gray
2024-03-17 17:00:41 -04:00
parent e1dc0ba5d1
commit 4965141ff9
6 changed files with 18 additions and 9 deletions

View File

@@ -51,10 +51,10 @@ uint64 FindGIsClient()
auto Addr = Memcury::Scanner::FindStringRef(L"AllowCommandletRendering");
std::vector<std::vector<uint8_t>> BytesArray = {
{0x88, 0x05}, // 20.40
{0x88, 0x05}, // 20.40 21.00
{0xC6, 0x05}, // mov cs X // Checked on 1.11, 12.41
{0x88, 0x1D}, // mov cs bl // Checked on 17.50, 19.10
// {0x44, 0x88} // IDK WHAT VERSION This for but it scuffs older builds
{0x44, 0x88} // IDK WHAT VERSION This for but it scuffs older builds
};
int Skip = 2; // Skip GIsServer and some variable i forgot