Well excuse my english, im french.
At first understand that i don't need hack or something for play flyff, i just need some tools who can make the bashing more easy.
Then i use the dual client, i can buff myself, heal my self and touch myself !
But its really hard when u aoe to switch windows press c, etc
SO u can change the window handle and use a simulator on ur second client !
The solution : Nircmd
[Only registered and activated users can see links. ]
Just put nircmd on ur windows folder (system32), make a new doc, edit the doc with that
<lol.bat>
nircmd win settext title FLYFF buff
</lol.bat>
Now :
1 - launch the first client (the buffer)
2 - launch lol.bat
3 - Now u know the handle so u can use some delicious tool for ur buff/heal
4 - lauch the second client
5 - ????
6- PROFIT!
Uh, then guyz we need a nice tools for autobuff/heal but the keystroke dont work on vista and i know only this one :/
Try to put a small delay on GetForegroundWindow and use that function to return the proper handle.
That function returns the handle of the topmost window.
Thats a much neater way for multiple reasons:
- You dont actually CHANGE anything in the client, so you dont give GG something to look out for.
- You only execute a single function to get the handle of ANY window instead of using more to get a specific window.