Code:
#define ADR_TUTORIAL_1 0x75CAAC
#define ADR_TUTORIAL_2 (ADR_TUTORIAL_1 + 0x4)
#define ADR_CSHELL_BASE 0x34000000
class cMatrix
{
public:
byte _00[ADR_TUTORIAL_1];
DWORD Tutorial;
DWORD TutorialStage;
};
cMatrix *_pMatrix = (cMatrix*)ADR_CSHELL_BASE;
Code:
_pMatrix->Tutorial = 1; _pMatrix->TutorialStage = 1;






