Skip to content

BO2 Client Support

Request support for the Plutonium T6 client, please wait at-least 1 day for a reply, it can get busy. The community is free to try to help in any thread.

12.2k Topics 39.2k Posts
  • cant launch bo2

    3
    0 Votes
    3 Posts
    174 Views
    seems like corrupted game files. try reinstalling
  • BO2 ZOMBIES DOWNLOAD FILE

    Locked
    3
    0 Votes
    3 Posts
    284 Views
    That is lame.
  • why is this thing happening?

    Moved
    1
    0 Votes
    1 Posts
    147 Views
    No one has replied
  • Sensitivity Issue

    4
    0 Votes
    4 Posts
    259 Views
    @Lucasoc Thanks bro, I have a logitech too. I dont know why this happend, I play others cod(outside plutonium) and work perfectly. So it must be a bug from pluto
  • can plutonium work on xbox

    black ops 2 callofduty idk
    4
    0 Votes
    4 Posts
    301 Views
    @Lincy_Linc3 piracy and discussions about pirated files are not supported or allowed here. "Get your game files from steam" is the only answer allowed here.
  • hit marker zombies

    3
    0 Votes
    3 Posts
    152 Views
    Hitmarker #include maps\mp\_utility; #include common_scripts\utility; #include maps\mp\gametypes_zm\_hud_util; #include maps\mp\zombies\_zm_utility; #include maps\mp\zombies\_zm; init() { level thread onPlayerConnect(); } onPlayerConnect() { self endon("disconnect"); precacheshader("damage_feedback"); self maps\mp\zombies\_zm_spawner::register_zombie_damage_callback(::do_hitmarker); self maps\mp\zombies\_zm_spawner::register_zombie_death_event_callback(::do_hitmarker_death); for (;;) { level waittill("connected", player); player thread onPlayerSpawned(); // Añadimos un flag para indicar si la barra está activa (inicialmente desactivada) player.healthbarzombie_active = false; player.hud_damagefeedback = newdamageindicatorhudelem( player ); player.hud_damagefeedback.horzalign = "center"; player.hud_damagefeedback.vertalign = "middle"; player.hud_damagefeedback.x = -12; player.hud_damagefeedback.y = -12; player.hud_damagefeedback.alpha = 0; player.hud_damagefeedback.archived = 1; player.hud_damagefeedback.color = ( 1, 1, 1 ); player.hud_damagefeedback setshader( "damage_feedback", 24, 48 ); player.hud_damagefeedback_red = newdamageindicatorhudelem( player ); player.hud_damagefeedback_red.horzalign = "center"; player.hud_damagefeedback_red.vertalign = "middle"; player.hud_damagefeedback_red.x = -12; player.hud_damagefeedback_red.y = -12; player.hud_damagefeedback_red.alpha = 0; player.hud_damagefeedback_red.archived = 1; player.hud_damagefeedback_red.color = ( 1, 0, 0 ); player.hud_damagefeedback_red setshader( "damage_feedback", 24, 48 ); } } updatedamagefeedback( mod, inflictor, death ) { if( IsDefined( self.disable_hitmarkers ) || !(isplayer( self )) ) { return; } if( mod != "MOD_HIT_BY_OBJECT" && mod != "MOD_GRENADE_SPLASH" && mod != "MOD_CRUSH" && IsDefined( mod ) ) { if( IsDefined( inflictor ) ) { self playlocalsound( "mpl_hit_alert" ); } if( getdvarintdefault( "redhitmarkers", 1 ) && death ) { self.hud_damagefeedback_red setshader( "damage_feedback", 24, 48 ); self.hud_damagefeedback_red.alpha = 1; self.hud_damagefeedback_red fadeovertime( 1 ); self.hud_damagefeedback_red.alpha = 0; //self.zombieDeathCounter++; } else { self.hud_damagefeedback setshader( "damage_feedback", 24, 48 ); self.hud_damagefeedback.alpha = 1; self.hud_damagefeedback fadeovertime( 1 ); self.hud_damagefeedback.alpha = 0; } } return 0; } do_hitmarker_death() { if( self.attacker != self && isplayer( self.attacker ) && IsDefined( self.attacker ) ) { self.attacker thread updatedamagefeedback( self.damagemod, self.attacker, 1 ); } return 0; } do_hitmarker( mod, hitloc, hitorig, player, damage ) { if( player != self && isplayer( player ) && IsDefined( player ) ) { player.targetZombie = self; player thread updatedamagefeedback( mod, player, 0 ); } return 0; } [image: 1761496676570-a6ab096a-a099-44ee-bc82-19d32cc5e432-image.png] [image: 1761496699277-371e09f2-17d0-4be4-a6c7-49d60dca413b-image.png]
  • i got banned for no reason

    Locked
    25
    0 Votes
    25 Posts
    2k Views
    I'm going to lock this now, Specor's story does not add up and he himself caused the ban to be 30k days since he kept trying to bypass his ban. Something an innocent person would do. That together with his attitude and lack of basic decency.
  • How to appeal a ban?

    7
    0 Votes
    7 Posts
    288 Views
    @Phoxphor said in How to appeal a ban?: a few years ago i was banned for trying to use injection hacks to modify my class loadouts names and what not. i think it was sometime back in ‎2023 when i was like 15, im perm banned and im just trying to play black ops 2 for some nostalgia, dont plan on messing with anything of the sorts. can someone help out? As far as I know, Pluto staff doesn't handle "unbans." Bans and unbans are automated, so you must wait for the time stated in the notification. Usually, it’s 7 days if it’s your first time, unless you were trying to evade the ban (by creating multiple accounts). In that case, you will receive a 10-year ban.
  • Rank Zombies

    3
    0 Votes
    3 Posts
    304 Views
    just did 4/5 round 100 shortly after i got it
  • Red screen on BO2

    7
    1
    1 Votes
    7 Posts
    512 Views
    @LikelyMikeyy w
  • High ping issue

    2
    0 Votes
    2 Posts
    153 Views
    Do your ONTs provide a public IPv4 addresses to your routers? Can you see a reoccurring pattern with the ping spikes and the time they happen?
  • GAME KEEP CRASHING

    Moved
    1
    0 Votes
    1 Posts
    103 Views
    No one has replied
  • Online progress not saving (I think I solved this problem!!!)

    9
    2 Votes
    9 Posts
    7k Views
    @AlexOxygen Confirmed, the fix works perfectly. Thanks for sharing it — you saved my progress and hours of gameplay. You're a legend.
  • DLC Zombies

    Locked Moved
    2
    0 Votes
    2 Posts
    183 Views
    Buy them on Steam
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Unlockall command doesn't work anymore

    9
    0 Votes
    9 Posts
    488 Views
    @Aaiku do you have an FN key? do FN + Esc
  • ADS strafe problem

    4
    0 Votes
    4 Posts
    163 Views
    use a stock on your gun
  • time out error

    1
    0 Votes
    1 Posts
    177 Views
    No one has replied
  • Unable to join game session when trying to join custom games

    16
    0 Votes
    16 Posts
    18k Views
    @factualapparatus documentation works great! 99% of users have no issues. Likely means you have a bad install. Like the person before you said... Bo2 via Plutonium without the game on steam is just 100% broken using pirated files is likely what is causing an issue (which can happen... they are no longer supported). Since this is your first post, (coming out with a real banger) it is obvious you haven't asked for help with your issue yet... If you are having an issue with something, don't revive an old post with a random complaint about the documentation.... make sure you are using good proper game files and then post what your issue is and we will be happy to help if we can!
  • Controller Issues on Plutonium

    1
    0 Votes
    1 Posts
    78 Views
    No one has replied