In file MainMenu.s at funciton "OnDisplay", which starts with
OnDisplay[ ()
find the lines
activeItem=AddMenuItem(1965,"MenuReturnToGame");
if (CheatsActivated())
{
AddMenuItem(549, "MenuCheat");
}
and simply completely erase the if statement:
activeItem=AddMenuItem(1965,"MenuReturnToGame"); AddMenuItem(549, "MenuCheat");look that I've just erased the lines with the if and saved the file back to the MMC. Then, when you pause the game, a new "cheat menu" will appear with several options, being unable to day one of them. ENJOY!