I assume buy cheats you mean right click and then clicking Forward. To fix this just paste this code into the first keyframe:
var custom_menu:ContextMenu = new ContextMenu();
custom_menu.hideBuiltInItems();
_root.menu = custom_menu;
I hope this helps