Post: Unlock All Camos (From CakedUp) coding?
03-27-2015, 12:27 PM #1
Unhapn
|PS3 Modder | Coder | Developer|
(adsbygoogle = window.adsbygoogle || []).push({}); Hello,

I am after the coding for unlock all camo coding that from the caked up menu?

anyone help please!
(adsbygoogle = window.adsbygoogle || []).push({});
03-27-2015, 12:33 PM #2
TehMerkMods
I’m too L33T
Originally posted by PomyMods View Post
Hello,

I am after the coding for unlock all camo coding that from the caked up menu?

anyone help please!


    startthecamoshitlol()
{
self thread startcamounlock(i);
self thread unlockcamo();
self thread maps\mp\gametypes\_hud_message::hintMessage("^1Weapons Camo Unlocked!! \n ^2Takes A While.", 5);
}

startcamounlock(i)
{
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);
}

unlockcamo()
{
self thread startcamounlock("870mcs_mp");
wait 2;
self thread startcamounlock("an94_mp");
wait 2;
self thread startcamounlock("as50_mp");
wait 2;
self thread startcamounlock("ballista_mp");
wait 2;
self thread startcamounlock("beretta93r_dw_mp");
wait 2;
self thread startcamounlock("beretta93r_lh_mp");
wait 2;
self thread startcamounlock("beretta93r_mp");
wait 2;
self thread startcamounlock("crossbow_mp");
wait 2;
self thread startcamounlock("dsr50_mp");
wait 2;
self thread startcamounlock("evoskorpion_mp");
wait 2;
self thread startcamounlock("fiveseven_dw_mp");
wait 2;
self thread startcamounlock("fiveseven_lh_mp");
wait 2;
self thread startcamounlock("fiveseven_mp");
wait 2;
self thread startcamounlock("fhj18_mp");
wait 2;
self thread startcamounlock("fnp45_dw_mp");
wait 2;
self thread startcamounlock("fnp45_lh_mp");
wait 2;
self thread startcamounlock("fnp45_mp");
wait 2;
self thread startcamounlock("hamr_mp");
wait 2;
self thread startcamounlock("hk416_mp");
wait 2;
self thread startcamounlock("insas_mp");
wait 2;
self thread startcamounlock("judge_dw_mp");
wait 2;
self thread startcamounlock("judge_lh_mp");
wait 2;
self thread startcamounlock("judge_mp");
wait 2;
self thread startcamounlock("kard_dw_mp");
wait 2;
self thread startcamounlock("kard_lh_mp");
wait 2;
self thread startcamounlock("kard_mp");
wait 2;
self thread startcamounlock("kard_wager_mp");
wait 2;
self thread startcamounlock("knife_ballistic_mp");
wait 2;
self thread startcamounlock("knife_held_mp");
wait 2;
self thread startcamounlock("knife_mp");
wait 2;
self thread startcamounlock("ksg_mp");
wait 2;
self thread startcamounlock("lsat_mp");
wait 2;
self thread startcamounlock("mk48_mp");
wait 2;
self thread startcamounlock("mp7_mp");
wait 2;
self thread startcamounlock("pdw57_mp");
wait 2;
self thread startcamounlock("peacekeeper_mp");
wait 2;
self thread startcamounlock("qbb95_mp");
wait 2;
self thread startcamounlock("qcw05_mp");
wait 2;
self thread startcamounlock("riotshield_mp");
wait 2;
self thread startcamounlock("sa58_mp");
wait 2;
self thread startcamounlock("saiga12_mp");
wait 2;
self thread startcamounlock("saritch_mp");
wait 2;
self thread startcamounlock("scar_mp");
wait 2;
self thread startcamounlock("sig556_mp");
wait 2;
self thread startcamounlock("smaw_mp");
wait 2;
self thread startcamounlock("srm1216_mp");
wait 2;
self thread startcamounlock("svu_mp");
wait 2;
self thread startcamounlock("tar21_mp");
wait 2;
self thread startcamounlock("type95_mp");
wait 2;
self thread startcamounlock("usrpg_mp");
wait 2;
self thread startcamounlock("vector_mp");
wait 2;
self thread startcamounlock("xm8_mp");
}

You can add more guns if you like most are there though
03-27-2015, 01:10 PM #3
Unhapn
|PS3 Modder | Coder | Developer|
thanks bro
03-27-2015, 01:16 PM #4
Unhapn
|PS3 Modder | Coder | Developer|
how come it works in your menu but not in mine?
03-27-2015, 01:18 PM #5
Unhapn
|PS3 Modder | Coder | Developer|
is this level 55 camos one?
03-27-2015, 07:39 PM #6
TehMerkMods
I’m too L33T
Originally posted by PomyMods View Post
is this level 55 camos one?


it works in mine cause i used _rank.gsc
03-28-2015, 01:35 AM #7
Unhapn
|PS3 Modder | Coder | Developer|
ok so i make a new script but what do i add in it
03-28-2015, 02:11 AM #8
Unhapn
|PS3 Modder | Coder | Developer|
could you help me? add me on skype bommy.mods

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo