Posts 16–20 of 20 · Page 2 of 2

Originally Posted by
ImWhacky
Yes but it doesnt compile for most people... if you just wanted to stop the crash on injection do this
Then go to Interfaces.cpp and change:
Code:
DWORD* ppClientMode;
ppClientMode = nullptr; // before "scripts/vgui_screens.txt"
DWORD p = Utilities::Memory::FindPattern("client.dll", (BYTE*)"\xC7\x05\x00\x00\x00\x00\x00\x00\x00\x00\xA8\x01\x75\x1A\x83\xC8\x01\xA3\x00\x00\x00\x00\xE8\x00\x00\x00\x00\x68\x00\x00\x00\x00\xE8\x00\x00\x00\x00\x83\xC4\x04\xA1\x00\x00\x00\x00\xB9\x00\x00\x00\x00\x56", "xx????????xxxxxxxx????x????x????x????xxxx????x????x");
if (p)
{
ppClientMode = **(DWORD***)(p + 2);
ClientMode = ppClientMode;
}
to:
Code:
ClientMode = **(DWORD***)((*(uintptr_t**)client)[10] + 0x5);
OR
comment this out in Hooks.cpp
Code:
VMTClientMode.bInitialize((PDWORD*)Interfaces::ClientMode);
VMTClientMode.dwHookMethod((DWORD)&CreateMoveClient_Hooked, 24);
Utilities::Log("CreateMove Hooked");
wow, you didnt create another variable like a retard, well done
also, dword is the same thing as uintptr_t, its just a matter of coding style

Originally Posted by
certmemer
it is

They are retarded lmao

Originally Posted by
ImWhacky
Code:
ClientMode = **(DWORD***)((*(uintptr_t**)client)[10] + 0x5);
just to let you know its
Code:
clientmode = **(DWORD***)((*(uintptr_t**)Client)[10] + 0x5);
its capital C on Client but good of you to let all the copy and paste's know how to fix the crash on inject

Originally Posted by
superman1985
just to let you know its
Code:
clientmode = **(DWORD***)((*(uintptr_t**)Client)[10] + 0x5);
its capital C on Client but good of you to let all the copy and paste's know how to fix the crash on inject
thank you haha finally I fixed my private no paste cheat. ready to make billions again. omg my customers were so scared hahahahaha

Originally Posted by
antep2727
i love this update ahaha all ayyware pasters down
Back up alrealy.
Posts 16–20 of 20 · Page 2 of 2