Hi guys! I've been creating bot before but now I'm stuck at sending key press at flyff client.
PostMessage and SendMessage are working on flyff client(v15 white) but i notice when i used it on FlyFF that has gold theme (see the image) it doesn't work at all. I've also tried hooking/detouring at PeekMessage to check if there is something special about the windows message but it seems normal.
white theme:
[Only registered and activated users can see links. Click Here To Register...]
gold theme:
[Only registered and activated users can see links. Click Here To Register...]
I don't want to use SendInput since it is only sending at foreground window.
Does anyone know how can i send key press at flyff gold theme?
Edit:
I manage to send the key press at background but i used a detouring
Bot will send postmessage to client
Injected dll will detour GetMessage
and call the function ObjectExecutor
PostMessage and SendMessage are working on flyff client(v15 white) but i notice when i used it on FlyFF that has gold theme (see the image) it doesn't work at all. I've also tried hooking/detouring at PeekMessage to check if there is something special about the windows message but it seems normal.
white theme:
[Only registered and activated users can see links. Click Here To Register...]
gold theme:
[Only registered and activated users can see links. Click Here To Register...]
I don't want to use SendInput since it is only sending at foreground window.
Does anyone know how can i send key press at flyff gold theme?
Edit:
I manage to send the key press at background but i used a detouring
Bot will send postmessage to client
Injected dll will detour GetMessage
and call the function ObjectExecutor