HelpI hearded that xtrap doesn't detect memory editing in game, so how do I make a hack start when I am in game. I was thinking.. if(playercreated == true) { hack } Something like this?
Idk about crossfire but in Combat arms i personally use an they call Gamestatus [Highlight=c++] #define Gamestatus 0xSumthing if ( bHack && *(int*)Gamestatus == 5 )// Value 5 = ingame || 1 = in lobby //do shit [/Highlight] Crossfire uses the same engine ( Lithtech or something) so i assume is about the same way