Valhalla Legends Archive

Programming => Advanced Programming => Topic started by: TheMinistered on December 31, 2004, 09:43 PM

Title: World of Warcraft - Console Hook
Post by: TheMinistered on December 31, 2004, 09:43 PM
The function that processes commands/text for the console starts at offset: 0x00637320.  In order to allow any injected program to handle commands, we must hook this.  Instead of hooking inside that function, I found where it was called, and hijacked the call!

The call can be located at offset: 0x636B51