Advertisement
Riremito

Untitled

Jan 30th, 2015
478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. void _stdcall WindowHook(HWND hWnd){
  2. DX9M.Init("GR2D_DX9.DLL");
  3. DX9M.MemoryWriter(0x7E10, "31 C0 C3");
  4. DX9M.WriteHook(0x61D2, JMP, Resize_Hook, &RS_Ret, 1);
  5. AW.EmbedWindow(hWnd);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement