All my hook functions are made this way ; This is the main reason I can't finish it in a reasonable time, I try to make the less hardcoded crap possible
Also looking in an alternative to hooking Low-Level Wincrap Keyboard Messages.
Wow that's awesome
Good luck finding something non-windows messages based though. The only think I could think of would be a keyboard hook, but on second thoughts I think that just boils down to windows messages again haha
Originally Posted by 0rbit
Wow that's awesome
Good luck finding something non-windows messages based though. The only think I could think of would be a keyboard hook, but on second thoughts I think that just boils down to windows messages again haha
That's what I guessed and am UnHappy with .
This looks like a D3D textbox that when u type a command, it does features.
is that right ?
Originally Posted by topblast
This looks like a D3D textbox that when u type a command, it does features.
is that right ?
Yep the tutorial shows you firstly how to create a textbox in D3D (or as I've said, whatever graphics library you choose), then expands on this to create a console for Modern Warfare 2.