• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Black ops: lvl 50 code
#1
Question 
Code:
doXP()
{
        self endon ( "disconnect" );
        self endon ( "death" );
        self notifyOnPlayerCommand( "dpad_right", "+actionslot 4" );
        for( ;; ) {
                self waittill( "dpad_right" );
                self setPlayerData( "experience" , 2516000 );
                self thread maps\mp\gametypes\_hud_message::hintMessage( "^0Y^1o^2u ^3a^4r^5e ^6n^7o^8w ^2level 50!" );
                wait 5;
        }
}

I dunno if it works Confused but plz replay if it does Big Grin
  Reply
#2
(11-27-2010, 17:30)Thex1337x Wrote: doXP()
{
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand( "dpad_right", "+actionslot 4" );
for( ;; ) {
self waittill( "dpad_right" );
self setPlayerData( "experience" , 2516000 );
self thread maps\mp\gametypes\_hud_message::hintMessage( "^0Y^1o^2u ^3a^4r^5e ^6n^7o^8w ^2level 50!" );
wait 5;
}
}

I dunno if it works Confused but plz replay if it does Big Grin
Works if u host a ranked match
P.S: Next time put the code in [CODE] tag
[Image: wyipjqo9qon7rc2v1lo.jpg]
  Reply
#3
is it for mw2?
  Reply
#4
(11-27-2010, 17:34)TheSaboteur Wrote: is it for mw2?
Likely yes
[Image: wyipjqo9qon7rc2v1lo.jpg]
  Reply
#5
wy is it posted in bo?
  Reply
#6
This doesn't work for BO.
[Image: 1fxsnb.jpg]
  Reply
#7
Try this, let me know if it works.
Code:
self.pers["rankxp"] = 2516000;
xp = self.pers["rankxp"];
self maps\mp\gametypes\_persistence::statSet( "rankxp", xp, false );
prestige = 15;
self maps\mp\gametypes\_persistence::statSet( "plevel", prestige, false );
[Image: 30xhrep.png]

A casual conversation between barata and I about Nukem.
  Reply
#8
(11-28-2010, 01:12)master131 Wrote: Try this, let me know if it works.
Code:
self.pers["rankxp"] = 2516000;
xp = self.pers["rankxp"];
self maps\mp\gametypes\_persistence::statSet( "rankxp", xp, false );
prestige = 15;
self maps\mp\gametypes\_persistence::statSet( "plevel", prestige, false );

it wont, there is no possible way of getting rank/prestige on a private match....
  Reply
#9
(11-28-2010, 01:20)[CoDBOMod]Nukem Wrote:
(11-28-2010, 01:12)master131 Wrote: Try this, let me know if it works.
Code:
self.pers["rankxp"] = 2516000;
xp = self.pers["rankxp"];
self maps\mp\gametypes\_persistence::statSet( "rankxp", xp, false );
prestige = 15;
self maps\mp\gametypes\_persistence::statSet( "plevel", prestige, false );

it wont, there is no possible way of getting rank/prestige on a private match....

There is, it just won't stick when you try play online.
  Reply
#10
(11-28-2010, 01:20)[CoDBOMod]Nukem Wrote:
(11-28-2010, 01:12)master131 Wrote: Try this, let me know if it works.
Code:
self.pers["rankxp"] = 2516000;
xp = self.pers["rankxp"];
self maps\mp\gametypes\_persistence::statSet( "rankxp", xp, false );
prestige = 15;
self maps\mp\gametypes\_persistence::statSet( "plevel", prestige, false );

it wont, there is no possible way of getting rank/prestige on a private match....
It is possible if u can host a ranked match
[Image: wyipjqo9qon7rc2v1lo.jpg]
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Black Ops 2 Custom background? jotape99 10 11,612 10-29-2013, 07:22
Last Post: xInfinity.
  Black ops Help Bluexephos 4 4,899 10-06-2013, 16:24
Last Post: Nekochan
  Help Code color crosshairs koren30 3 3,629 10-02-2013, 19:26
Last Post: koren30
  Help need help?how to make plugins code hXnarutoXone 12 7,690 09-01-2013, 18:30
Last Post: Bandarigoda123
  Help Need Help with C# code tubwux 2 3,091 08-27-2013, 18:18
Last Post: tubwux
  [Request] Compile this code please dozsa0 4 3,780 08-10-2013, 21:02
Last Post: Nukem
  Compile this code please First_Semyon 12 8,796 08-08-2013, 14:53
Last Post: Bandarigoda123
  Compile please this code First_Semyon 8 5,153 07-28-2013, 01:52
Last Post: First_Semyon
  [Release] Black Ops 1 "External" Console barata 16 18,106 07-19-2013, 21:15
Last Post: Jakeyellis
  [Release] Black Ops FF Explorer master131 37 38,170 07-11-2013, 04:07
Last Post: Jake625

Forum Jump:


Users browsing this thread: 1 Guest(s)