• Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

Need black ops 2 sprx code for changing rank and prestige and classes

yesitsmekid

New Member
I have just started my first sprx menu with the help of the Paradise source code that I am using and have modified and completely changed it to my own liking and looks completely different from original. First day making sprx and consider myself quite a fast learner and it isn't very hard to actually do as I scroll through source code.

I need help or code to change stats like level and prestige in pre game lobby.
I am also hoping to find a way to change class names and add "flashing name" option but can't seem to find code anywhere.

Paradise came with this originally for stats:

case MENUS::Host:
addOption("Rank 55");
addOption("Prestige 15");
addOption("Rank 0");
addOption("Prestige 0");
switch(getOption()) {
case 0:
setClientRank(*(int*)(cg_t(0)),55);
break;
case 1:
setClientPrestige(*(int*)(cg_t(0)),15);
break;
case 2:
setClientRank(*(int*)(cg_t(0)),0);
break;
case 3:
setClientPrestige(*(int*)(cg_t(0)),0);
break;


I converted it the code to work with the pre game lobby menu and it just freezes my game and ps3 when I use it.

Any help would be appreciated. Thanks
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • @ QM|T_JinX:
    but you right men for sure back then it was way better on here
  • Chat Bot:
    mazeek101 is our newest member. Welcome!
  • @ QM|T_JinX:
    well its like 4 in the morning down here im gonna try to get some shut eye night bro
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    Dnank is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    CutterSpaulding is our newest member. Welcome!
  • Chat Bot:
    CutterSpaulding has posted a new profile post.
  • Chat Bot:
    lpllll___ is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    Macbook is our newest member. Welcome!
  • @ lurch6661:
    Boo
  • @ lurch6661:
    Lurch will prevail
  • Chat Bot:
    QM|T_JinX has joined the room.
  • @ QM|T_JinX:
    sup bro
  • Chat Bot:
    josesousa is our newest member. Welcome!
  • Chat Bot:
    sutrindia is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • @ cfwmodz69:
    hey does anyone now how to convert a xex menu from xbox to a sprx menu for ps3
      @ cfwmodz69: hey does anyone now how to convert a xex menu from xbox to a sprx menu for ps3
      Back
      Top