From f819000cfef5416c850a2cc082162004857c480d Mon Sep 17 00:00:00 2001 From: explorer Date: Fri, 3 Jan 2025 19:03:11 +0300 Subject: [PATCH] s_iSurvivorSet for custom campaigns e.g., glubtastic5_5 getting into APC affects m_iGender --- Paint.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Paint.hpp b/Paint.hpp index 03d57f8..540d414 100755 --- a/Paint.hpp +++ b/Paint.hpp @@ -240,9 +240,9 @@ void __thiscall Redirected_Paint(void* Panel) if (Target->Identifier == 232) { - static wchar_t* Survivors[8] = { (wchar_t*)L"Bill", (wchar_t*)L"Zoey", (wchar_t*)L"Francis", (wchar_t*)L"Louis", (wchar_t*)L"Nick", (wchar_t*)L"Rochelle", (wchar_t*)L"Coach", (wchar_t*)L"Ellis" }; + static wchar_t* Survivors[8] = { (wchar_t*)L"Nick", (wchar_t*)L"Rochelle", (wchar_t*)L"Coach", (wchar_t*)L"Ellis", (wchar_t*)L"Bill", (wchar_t*)L"Zoey", (wchar_t*)L"Francis", (wchar_t*)L"Louis" }; - Paint_Data->Name = Survivors[*(__int32*)((unsigned __int32)Target->Self + 52) - 3]; + Paint_Data->Name = Survivors[*(__int32*)((unsigned __int32)Target->Self + 7308) + 4 * (*(__int32*)((unsigned __int32)Client_Module + 8144624) == 1)]; } __int8 Ghost = 0;