You are viewing our Forum Archives. To view or take place in current topics click here.

Did this help?

Yeh
0.00% (0 votes)
No
100.00% (1 vote)

Total Votes: 1

All camo's and challenges|!Yes
Posted:

All camo's and challenges|!YesPosted:

CallumSmallz
  • Junior Member
Status: Offline
Joined: May 28, 201113Year Member
Posts: 51
Reputation Power: 1
Status: Offline
Joined: May 28, 201113Year Member
Posts: 51
Reputation Power: 1
hey guys and gals, here's some codes, for all challenges and camo!

These aren't mine, I've not tested the, don't know wether they'll work, going to test later


All Camo
dounlocks()
{ self iPrintlnBold("^3Unlocking Camos plz wait 2 mins");
for( n=0; n<8; n++ )
{
for( i=0; i<150; i++ )
{
attachey = tablelookup( "mp/attachmentTable.csv", 0, n, 4 );
baseWeapon = tablelookup( "mp/statstable.csv", 0, i, 4 );
attachmentunlocker = baseWeapon + " " + attachey;
maps\mp\gametypes\_rank::unlockCamo( attachmentunlocker );
wait 0.01;
}
wait 0.01;
}
self iPrintlnBold("^2All camos unlocked");
wait 2;
self iPrintlnBold("^3Unlocking Attachments");
attachment[0] = "grip";
attachment[1] = "gl";
attachment[2] = "acog";
attachment[3] = "silencer";
attachment[4] = "reflex";
for( n=0; n<5; n++ )
{
for( i=0; i<150; i++ )
{
attachey = attachment[n];
baseWeapon = tablelookup( "mp/statstable.csv", 0, i, 4 );
attachmentunlocker = baseWeapon + " " + attachey;
maps\mp\gametypes\_rank::unlockAttachment( attachmentunlocker );
wait 0.01;
}
wait 0.01;
}
self iPrintlnBold("^2All Attachments Unlocked");

}








All challenges

UnlockChallenges()
{ self iPrintlnBold("^2 Completing all challenges please wait");
setDvar( "onlinegame", "1" );
self.challengeData = [];
for ( i = 1; i <= level.numChallengeTiers; i++ )
{
tableName = "mp/challengetable_tier"+i+".csv";

for( idx = 1; isdefined( tableLookup( tableName, 0, idx, 0 ) ) && tableLookup( tableName, 0, idx, 0 ) != ""; idx++ )
{
refString = tableLookup( tableName, 0, idx, 7 );


level.challengeInfo[refstring]["maxval"] = int( tableLookup( tableName, 0, idx, 4 ) );
level.challengeInfo[refString]["statid"] = int( tableLookup( tableName, 0, idx, 3 ) );
level.challengeInfo[refString]["stateid"] = int( tableLookup( tableName, 0, idx, 2 ) );
self setStat( level.challengeInfo[refString]["stateid"] , 255);
self setStat( level.challengeInfo[refString]["statid"] , level.challengeInfo[refstring]["maxval"]);
wait 0.01;


}

}
self iPrintlnBold("^4All challenges Completed");

The following 1 user thanked CallumSmallz for this useful post:

jaackk-_- (05-31-2011)
#2. Posted:
Doggy_Shizz
  • Christmas!
Status: Offline
Joined: Oct 16, 201013Year Member
Posts: 2,629
Reputation Power: 150
Status: Offline
Joined: Oct 16, 201013Year Member
Posts: 2,629
Reputation Power: 150
ok ill give you this these look like good codes but before any one goes on the the fanwagon these are SELF codes only MEANING HOST only just saying so pretty much useleess if you knew it already there are know cilent codes released or made yet
#3. Posted:
jaackk-_-
  • Junior Member
Status: Offline
Joined: Apr 11, 201113Year Member
Posts: 83
Reputation Power: 4
Status: Offline
Joined: Apr 11, 201113Year Member
Posts: 83
Reputation Power: 4
NIICEEE JOOB !! EVERYONE TRY . THIS IS VERY GOOD CODING !!
#4. Posted:
Vinchenzoe
  • New Member
Status: Offline
Joined: May 26, 201113Year Member
Posts: 36
Reputation Power: 0
Status: Offline
Joined: May 26, 201113Year Member
Posts: 36
Reputation Power: 0
if any is hosting can u plz invite
me
PSN: Vinchenzoe303
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.