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

  • 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.

yesitsmekid

New Member
Apr 27, 2020
6
0
1
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
    Chat Bot: deadavicii40 has posted a new reply in the thread "PS4 - OrbisMAN [BETA] - v1.02-2 4.55 & 5.05".