So basically, I am currently trying to create a macro that relies on a virtual keys/mouse inside the CABAL window instead of sending an actual key/mouse clicks using SendInput.
I have tried PostMessage and it types, but only in the chat box and not the skill. Every time the chat box is closed, nothing happens.
and another thing, I tried hooking to CABAL's original WndProc function and copied the lparam and wparam but still the same result.
I have tried PostMessage and it types, but only in the chat box and not the skill. Every time the chat box is closed, nothing happens.
and another thing, I tried hooking to CABAL's original WndProc function and copied the lparam and wparam but still the same result.