Thread: Level changer

Results 1 to 5 of 5
  1. #1
    Ki0pe's Avatar
    Join Date
    Mar 2014
    Gender
    female
    Posts
    8
    Reputation
    5
    Thanks
    5

    Level changer

    So I have a menu that lets me change my level but it only does it by every 55 levels (Only for custom games) Im wondering if theres a way to change my level to a certain level like 43 in custom games so its only for that game.
    Last edited by akim14; 06-06-2015 at 01:11 AM.

  2. #2
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by Ki0pe View Post
    So I have a menu that lets me change my level but it only does it by every 55 levels (Only for custom games) Im wondering if theres a way to change my level to a certain level like 43 in custom games so its only for that game.
    Is the menu released on MPGH?
    -So we could take a look

    I'm not sure about if you're able to change your level for the current match. And why would you do this?

    --Update--
    Also, you posted in the wrong section. This should be in the help section

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  3. #3
    Threadstarter
    New Member
    BANNED!
    Ki0pe's Avatar
    Join Date
    Mar 2014
    Gender
    female
    Posts
    8
    Reputation
    5
    Thanks
    5
    Its the EB patch. It lets you change your prestige and only level 55. But I need this to change my level to like 43.
    Heres the code from the menu:
    self addOpt(m, "^6Prestige 1", ::maxRank4);
    self addOpt(m, "^6Prestige 2", ::maxRank);
    self addOpt(m, "^6Prestige 3", ::maxRank2);
    self addOpt(m, "^6Prestige 4", ::maxRank3);
    self addOpt(m, "^6Prestige 5", ::maxRank5);
    self addOpt(m, "^6Prestige 6", ::maxRank6);
    self addOpt(m, "^6Prestige 7", ::maxRank7);
    self addOpt(m, "^6Prestige 8", ::maxRank8);
    self addOpt(m, "^6Prestige 9", ::maxRank9);
    self addOpt(m, "^6Prestige 10", ::maxRank10);
    self addOpt(m, "^6Prestige Master", ::maxRank12);
    self addOpt(m, "^6Level 50 - No Prestige", ::maxRank0);
    Last edited by Ki0pe; 06-04-2015 at 03:45 PM.

  4. #4
    Dave's Mexican's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    C:\Program Files (x86)\Steam\SteamApps\common
    Posts
    792
    Reputation
    29
    Thanks
    1,330
    My Mood
    Fine
    Quote Originally Posted by Ki0pe View Post
    Its the EB patch. It lets you change your prestige and only level 55. But I need this to change my level to like 43.
    Edit the text file in the eb patch





    Quote Originally Posted by Dave84311
    Shuttup mexican
    Quote Originally Posted by Royce
    stupid mexican
    Quote Originally Posted by Hitokiri~
    Shut up stupid mexican.
    Quote Originally Posted by Hypnotized
    Why aren't you cutting my lawn?
    Quote Originally Posted by _Tavi
    Mexican
    Quote Originally Posted by Hitokiri~
    Get back to cutting my damn grass retard.


  5. #5
    Threadstarter
    New Member
    BANNED!
    Ki0pe's Avatar
    Join Date
    Mar 2014
    Gender
    female
    Posts
    8
    Reputation
    5
    Thanks
    5
    self.pers[ "rank" ] = level.maxrank;
    self.pers[ "prestige" ] = 3;

    self setdstat( "playerstatslist", "plevel", "StatValue",3 );
    self setdstat( "playerstatslist", "rank", "StatValue", level.maxrank );

    self setrank( level.maxrank, 3 );
    }
    maxRank3()
    {

    and thats prestige level 55

Similar Threads

  1. Camo/level changer
    By ThisIsntSparta in forum Call of Duty Black Ops 2 Discussions
    Replies: 2
    Last Post: 01-01-2015, 06:25 PM
  2. [Release] RepZIW4 XP, Level, Prestige changer!
    By noobsludgerz in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 69
    Last Post: 07-30-2014, 03:34 PM
  3. Stats and Class Changer (2.0) by SHI [Prestige/Level Binder+]
    By Unbalanced in forum Call of Duty 10 - Ghosts Hacks & Cheats
    Replies: 11
    Last Post: 11-26-2013, 05:29 PM
  4. [Release] Prstige and Level changer By Coper!
    By Coper in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 3
    Last Post: 05-16-2013, 04:06 PM
  5. [Release] Zombies level changer + Source
    By Pingo in forum Call of Duty 7 - Black Ops Hacks & Cheats
    Replies: 27
    Last Post: 09-06-2011, 12:41 PM