Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #define DrawOptionWindowContent ((int(__thiscall*)(DWORD* a1)) 0x00849890)
  2.  
  3. int __fastcall sub_8499E0(DWORD *This, LPVOID EDX)
  4. {
  5. This[51] = 0;
  6. return DrawOptionWindowContent(This);
  7. }
  8.  
  9.  
  10. SetCompleteHook(0xE8,0x0084906E,&sub_8499E0); //
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement