pattern ayyware

Posts 1–8 of 8 · Page 1 of 1
pattern ayyware
plz give me new pattern ayyware
/xA1/x1B/x5C/x23/x43/x72/x48/x27, xxxxxxxx

Should work.
Bro that pattern is for what? When i can paste your code pls help me
Quote Originally Posted by DarknzNet View Post
/xA1/x1B/x5C/x23/x43/x72/x48/x27, xxxxxxxx

Should work.
Is that only pattern that got updated or something else 2 please?
Quote Originally Posted by DarknzNet View Post
/xA1/x1B/x5C/x23/x43/x72/x48/x27, xxxxxxxx

Should work.
whats that for? like what signature is that for?
Quote Originally Posted by sagaantheepic4 View Post
whats that for? like what signature is that for?
Yeah I have no idea either lmfao
how about checking if it still crashes after pasting that in
!!!SPOONFEED ALERT!!!

Add this struct to Interfaces.h:
Code:
class IClientModeShared
{
public:
};
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 = **(IClientModeShared***)((*(uintptr_t**)client)[10] + 0x5);
and at the bottom of Interfaces.cpp and Interfaces.h edit:
Code:
DWORD *clientmode;
into:
Code:
IClientModeShared *clientmode;
Done! Happy pasting ^^
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?