Getting Cross Fire Handle \ window
I am coding console application for Cross Fire and when crossfire start and after my console do FindWindow() it fail, tried with other games and my console worked perfect, so the problem isn't from my code.
http://i.imgur.com/rW1ofaI.jpgFindwindow("Cross Fire");
You can check the name on the taskbar...
Also, you need OpenProcess for external hacks
so if you use C#:
Process.GetProcessesByName("crossfire");
And then use the handle...
Or check some trainer tutorial on the web...
But don't forget:
in the loop:
Close the process on the end, and add some delay, cuz Xtrap will fuck up everything...