Conf Class and D3D Base [ AS BR ]
Hello guys, today I will post a simple class for this game [ Assault Fire BR ]
Code:
Adressess : 0x205B3B0
class cScreenInfo
{
public:
__int32 ScreenWidth; //0x0000
__int32 ScreenHeight; //0x0004
__int32 WindowedMode; //0x0008 1 = actived
char _0x000C[1140];
};//Size=0x0480
If you wanna a base, you can use this one :
Base
Exit Game :
Code:
if(exitgame)
{
exit(0);
}
You can search stride with a model logger 
For now is this, maybe in the future I will try to search something, but nobody play this game 