IW5-Mod SP Unlockall

In IW5-Mod, you can unlock all Survival and Special Ops missions by loading a custom GSC script.

To do this, create a GSC file named unlock.gsc and place it in the userraw/scripts/sp directory. Then, load into the first Spec Ops mission. Once you’ve done that, back out to the main menu. You should now be at max rank with everything unlocked.

Afterwards, you should delete the unlock.gsc file, as you won’t need it again unless your stats get reset for some reason.

init()
{
  level.player maps\_utility::_id_12BE( "maxrank", 2176500 );
}