Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Call of Duty Hacks & Cheats › Call of Duty 9 - Black Ops 2 (BO2) Hacks & Cheats › Call of Duty Black Ops 2 Coding, Programming & Source Code › Bo2 Unlock all camo Script

PostBo2 Unlock all camo Script

Posts 1–15 of 22 · Page 1 of 2
loly2321
loly2321
Bo2 Unlock all camo Script
Hey guys!
ive seen some guys asking about the mod loader thread, how to use,

and i thought why not help, a little

When code dont work i update or delete



 
SCRIPT
{
attributestable = tablelookupfindcoreasset("mp/attributestable.csv");
for(i = 0; i < 450; i++)
{
curWeaponType = tablelookupcolumnforrow(attributestable, i, 0);
curWeaponName = undefined;
switch(curWeaponType) {
case "weapon_pistol":
case "weapon_smg":
case "weapon_assault":
case "weapon_projectile":
case "weapon_sniper":
case "weapon_shotgun":
case "weapon_lmg":
case "weapon_cqb":
curWeaponName = tablelookupcolumnforrow(attributestable, i, 1) + "_mp";
break;
}
or {
self addweaponstat(i, "headshots", 5000 );
self addweaponstat(i, "kills", 5000 );
self addweaponstat(i, "direct_hit_kills", 100 );
self addweaponstat(i, "revenge_kill", 2500 );
self addweaponstat(i, "noAttKills", 2500 );
self addweaponstat(i, "noPerkKills", 2500 );
self addweaponstat(i, "multikill_2", 2500 );
self addweaponstat(i, "killstreak_5", 2500 );
self addweaponstat(i, "challenges", 5000 );
self addweaponstat(i, "multikill_2", 2500 );
self addweaponstat(i, "killstreak_5", 2500 );
self addweaponstat(i, "challenges", 5000 );
self addweaponstat(i, "longshot_kill", 750 );
self addweaponstat(i, "direct_hit_kills", 120);
self addweaponstat(i, "destroyed_aircraft_under20s", 120);
self addweaponstat(i, "destroyed_5_aircraft", 120);
self addweaponstat(i, "destroyed_aircraft", 120);
self addweaponstat(i, "kills_from_cars", 120);
self addweaponstat(i, "destroyed_2aircraft_quickly", 120);
self addweaponstat(i, "destroyed_controlled_killstreak", 120);
self addweaponstat(i, "destroyed_qrdrone", 120);
self addweaponstat(i, "destroyed_aitank", 120);
self addweaponstat(i, "multikill_3", 120);
self addweaponstat(i, "score_from_blocked_damage", 140);
self addweaponstat(i, "shield_melee_while_enemy_shooting", 140);
self addweaponstat(i, "hatchet_kill_with_shield_equiped", 140);
self addweaponstat(i, "noLethalKills", 140);
self addweaponstat(i, "ballistic_knife_kill",5000);
self addweaponstat(i, "kill_retrieved_blade", 160);
self addweaponstat(i, "ballistic_knife_melee", 160);
self addweaponstat(i, "kills_from_cars", 170);
self addweaponstat(i, "crossbow_kill_clip", 170);
self addweaponstat(i, "backstabber_kill", 190);
self addweaponstat(i, "kill_enemy_with_their_weapon", 190);
self addweaponstat(i, "kill_enemy_when_injured", 190);
self addweaponstat(i, "primary_mastery",10000);
self addweaponstat(i, "secondary_mastery",10000);
self addweaponstat(i, "weapons_mastery",10000);
self addweaponstat(i, "kill_enemy_one_bullet_shotgun", 5000);
self addweaponstat(i, "kill_enemy_one_bullet_sniper", 5000);
}


 
How to use
How to Use!

First download MODLOADER BO2

then make a Txt file of the Script

and then open the Mod Loader

and just inject it into the game,


Please Thank me!

if you have any questions just ask!
#1 · edited 11y ago · 11y ago
Davidren
Davidren
Thankyou I've been searching for a cript like that +how to install it
#2 · 11y ago
Ex3cutioner
Ex3cutioner
Says "Bad Syntax at line 0" Suggestions?
#3 · 11y ago
KA
Kafnn
Same here, found any fix?
#4 · 11y ago
ilyahokage
ilyahokage
This script dont banned?
#5 · 11y ago
vik40
vik40
Nice script! +rep But I get the error like the people above "Bad syntax in line 0." You got a fix for this..?
#6 · 11y ago
IV
iVictimized
Bad syntax in line 0, pls fix the script or the modloader
#7 · 11y ago
i4mTh3Fr34kPr0
i4mTh3Fr34kPr0
pls use in the next time

Code:

thx
#8 · 11y ago
IL
iLiftFood
Quote Originally Posted by iVictimized View Post
Bad syntax in line 0, pls fix the script or the modloader
Same problem
#9 · 11y ago
loly2321
loly2321
I try fix it. Thanks guys for giving me message, might me the mod loader. I take a look at it



Thanks all,

New update comming!
#10 · 11y ago
SirWaffs32
SirWaffs32
how do i fix the bad syntax Error
#11 · 11y ago
loly2321
loly2321
Quote Originally Posted by SirWaffs32 View Post
how do i fix the bad syntax Error
u cant fix it, or maybe,


but i need to find why,

im still looking
#12 · 11y ago
KI
killer123i
Do you have skype or something like that? Loly2321
#13 · 11y ago
Ex3cutioner
Ex3cutioner
Quote Originally Posted by loly2321 View Post
u cant fix it, or maybe,


but i need to find why,

im still looking
Thanks for all the hard work man! I'm sure we're all grateful for it.
#14 · 11y ago
loly2321
loly2321
Quote Originally Posted by Ex3cuti0ner View Post


Thanks for all the hard work man! I'm sure we're all grateful for it.
ur awesome! dude
#15 · 11y ago
Posts 1–15 of 22 · Page 1 of 2

Post a Reply

Similar Threads

  • How To Unlock All Camos, Attachment, Guns, Prestige 10+55 For 4D1(Fourdeltaone)By Distress1337 in Call of Duty Modern Warfare 2 Private Servers
    13Last post 11y ago
  • Unlock all camo, recticle, patches, background, appearance - Patch 3.2By Shckr57 in Call of Duty Ghosts Coding & Resources
    30Last post 12y ago
  • PAYDAY 2 "Unlock all Masks" Script Removal?By swag. in Payday 2 Hacks & Cheats
    0Last post 12y ago
  • All-In-One-BO2 V34 Trainer-Stats Changer/Camo Unlocker(All Weapons)By Lovroman in Call of Duty Black Ops 2 Private Server Hacks
    13Last post 13y ago
  • Black Ops Unlock All [Gold Camo, All Guns, All Attachments etc]By xxHiddenShotzxx in XBOX Customizing & Modding
    20Last post 15y ago

Tags for this Thread

None