Advertisement
Guest User

halp???

a guest
Nov 28th, 2015
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.64 KB | None | 0 0
  1. //pEnginebase 0x438000
  2.     DWORD dwInitAddress = Base::Utils::PatternSearch("engine.dll", (PBYTE)"\x55\x8B\xEC\x81\xEC\x00\x00\x00\x00\x53\x56\x57\xE8\x00\x00\x00\x00\x83\x3D\x00\x00\x00\x00\x00","xxxxx????xxxx????xx?????", NULL, NULL);
  3.     sprintf_s(szDebugString, "dwInitAddress: 0x%x", dwInitAddress);
  4.     Base::Debug::LOG(szDebugString);
  5.     //glowobject manager should be up2date
  6.     typedef ValveSDK::CGlowObjectManager*(__thiscall* GetGlowObjectManager_t)(void);
  7.     static GetGlowObjectManager_t GetGlowObjectManager = (GetGlowObjectManager_t)Base::Utils::PatternSearch("client.dll", (PBYTE)"\xA1\x00\x00\x00\x00\xA8\x01\x75\x4E", "x????xxxx", NULL, NULL);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement