I thought I would drop this here for anyone that wanted to change there levels online currently I have set it to 4863 so if you want to go to a different level your gonna have to change the amount of xp you receive.

Code:
// Set Level
 if (featureMiscSetLevel)
 {
  STATS::STAT_SET_INT(GAMEPLAY::GET_HASH_KEY("MP0_CHAR_XP_FM"), 705032704, true);
  STATS::STAT_SET_INT(GAMEPLAY::GET_HASH_KEY("MP1_CHAR_XP_FM"), 705032704, true);
  STATS::STAT_SET_INT(GAMEPLAY::GET_HASH_KEY("MP2_CHAR_XP_FM"), 705032704, true);
 }
Have fun with that stuffz