Post: Unlock All Trophies Code
04-18-2012, 01:05 PM #1
xePixTvx
Little One
(adsbygoogle = window.adsbygoogle || []).push({}); Credits:
Craigchrist8239


    unlock_all_achiev()
{
useBar = createClientProgressBar( self, 25 );
progress = 0;

missionString = self GetLocalPlayerProfileData( "missionHighestDifficulty" );
newString = "";
Achievement = strTok("BACK_IN_THE_SADDLE|DANGER_CLOSE|COLD_SHOULDER|TAGEM_AND_BAGEM|ROYAL_WITH_CHEESE|SOAP_ON_A_ROPE|DESPERATE_TIMES|HOUSTON_WE_HAVE_A_PROBLEM|THE_PAWN|OUT_OF_THE_FRYING_PAN|FOR_THE_RECORD|THE_PRICE_OF_WAR|FIRST_DAY_OF_SCHOOL|BLACK_DIAMOND|TURISTAS|RED_DAWN|PRISONER_627|ENDS_JUSTIFY_THE_MEANS|HOME_COMING|QUEEN_TAKES_ROOK|OFF_THE_GRID|PIT_BOSS|GHOST|HOUSTON_WE_HAVE_A_PROBLEM|COLONEL_SANDERSON|GOLD_STAR|HOTEL_BRAVO|CHARLIE_ON_OUR_SIX|IT_GOES_TO_ELEVEN|OPERATIONAL_ASSET|BLACKJACK|HONOR_ROLL|OPERATIVE|SPECIALIST|PROFESSIONAL|STAR_69|THREESOME|DOWNED_BUT_NOT_OUT|NO_REST_FOR_THE_WARY|IM_THE_JUGGERNAUT|ONE_MAN_ARMY|TEN_PLUS_FOOT_MOBILES|UNNECESSARY_ROUGHNESS|KNOCK_KNOCK|LOOK_MA_TWO_HANDS|SOME_LIKE_IT_HOT|TWO_BIRDS_WITH_ONE_STONE|THE_ROAD_LESS_TRAVELED|LEAVE_NO_STONE_UNTURNED|DRIVE_BY|THE_HARDER_THEY_FALL", "|" );
for ( index = 0;index < missionString.size;index++ )
{
if( index < 20 ) newString += "44";
else newString += 0;
}

if(self GetLocalPlayerProfileData( "highestMission" ) != 25)
self SetLocalPlayerProfileData( "highestMission", 25 );

if(self GetLocalPlayerProfileData( "cheatPoints" ) != 45)
self SetLocalPlayerProfileData( "cheatPoints", 45 );

if(self GetLocalPlayerProfileData( "missionHighestDifficulty" ) != newString)
self SetLocalPlayerProfileData( "missionHighestDifficulty", newString );

if(self GetLocalPlayerProfileData( "PercentCompleteSO" ) != 69)
self SetLocalPlayerProfileData( "PercentCompleteSO", 69 );

if(self GetLocalPlayerProfileData( "percentCompleteSP" ) != 10000)
self SetLocalPlayerProfileData( "percentCompleteSP", 10000 );

if(self GetLocalPlayerProfileData( "percentCompleteMP" ) != 1100)
self SetLocalPlayerProfileData( "percentCompleteMP", 1100 );

if(self GetLocalPlayerProfileData( "missionsohighestdifficulty" ) != "44444444444444444444444444444444444444444444444444")
self SetLocalPlayerProfileData( "missionsohighestdifficulty", "44444444444444444444444444444444444444444444444444" );

for( s = 0; s <= Achievement.size; s++ )
{
self thread player_giveachievement_wrapper( Achievement[s] );
progress++;
percent = ceil( (progress/50) * 100 );
useBar updateBar( percent / 100 );
wait 0.5;
}
useBar destroyElem();
UpdateGamerProfile();
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to xePixTvx for this useful post:

otherchris, RGB

The following user groaned xePixTvx for this awful post:

04-18-2012, 01:26 PM #2
Valid♥
Bounty hunter
very nice Smile
04-18-2012, 03:15 PM #3
HHayer98
Do a barrel roll!
im probably being a bit stupid but what r u supposed to do with these codes? do you have to have jb ps3?
04-18-2012, 07:34 PM #4
Choda
Banned
Originally posted by HHayer98 View Post
im probably being a bit stupid but what r u supposed to do with these codes? do you have to have jb ps3?


Yes You need a 3.55 and a 4.11 to do this
04-18-2012, 11:32 PM #5
oC_zUnKnOwNx
Bounty hunter
Originally posted by xePixTvx View Post
Credits:
Craigchrist8239


    unlock_all_achiev()
{
useBar = createClientProgressBar( self, 25 );
progress = 0;

missionString = self GetLocalPlayerProfileData( "missionHighestDifficulty" );
newString = "";
Achievement = strTok("BACK_IN_THE_SADDLE|DANGER_CLOSE|COLD_SHOULDER|TAGEM_AND_BAGEM|ROYAL_WITH_CHEESE|SOAP_ON_A_ROPE|DESPERATE_TIMES|HOUSTON_WE_HAVE_A_PROBLEM|THE_PAWN|OUT_OF_THE_FRYING_PAN|FOR_THE_RECORD|THE_PRICE_OF_WAR|FIRST_DAY_OF_SCHOOL|BLACK_DIAMOND|TURISTAS|RED_DAWN|PRISONER_627|ENDS_JUSTIFY_THE_MEANS|HOME_COMING|QUEEN_TAKES_ROOK|OFF_THE_GRID|PIT_BOSS|GHOST|HOUSTON_WE_HAVE_A_PROBLEM|COLONEL_SANDERSON|GOLD_STAR|HOTEL_BRAVO|CHARLIE_ON_OUR_SIX|IT_GOES_TO_ELEVEN|OPERATIONAL_ASSET|BLACKJACK|HONOR_ROLL|OPERATIVE|SPECIALIST|PROFESSIONAL|STAR_69|THREESOME|DOWNED_BUT_NOT_OUT|NO_REST_FOR_THE_WARY|IM_THE_JUGGERNAUT|ONE_MAN_ARMY|TEN_PLUS_FOOT_MOBILES|UNNECESSARY_ROUGHNESS|KNOCK_KNOCK|LOOK_MA_TWO_HANDS|SOME_LIKE_IT_HOT|TWO_BIRDS_WITH_ONE_STONE|THE_ROAD_LESS_TRAVELED|LEAVE_NO_STONE_UNTURNED|DRIVE_BY|THE_HARDER_THEY_FALL", "|" );
for ( index = 0;index < missionString.size;index++ )
{
if( index < 20 ) newString += "44";
else newString += 0;
}

if(self GetLocalPlayerProfileData( "highestMission" ) != 25)
self SetLocalPlayerProfileData( "highestMission", 25 );

if(self GetLocalPlayerProfileData( "cheatPoints" ) != 45)
self SetLocalPlayerProfileData( "cheatPoints", 45 );

if(self GetLocalPlayerProfileData( "missionHighestDifficulty" ) != newString)
self SetLocalPlayerProfileData( "missionHighestDifficulty", newString );

if(self GetLocalPlayerProfileData( "PercentCompleteSO" ) != 69)
self SetLocalPlayerProfileData( "PercentCompleteSO", 69 );

if(self GetLocalPlayerProfileData( "percentCompleteSP" ) != 10000)
self SetLocalPlayerProfileData( "percentCompleteSP", 10000 );

if(self GetLocalPlayerProfileData( "percentCompleteMP" ) != 1100)
self SetLocalPlayerProfileData( "percentCompleteMP", 1100 );

if(self GetLocalPlayerProfileData( "missionsohighestdifficulty" ) != "44444444444444444444444444444444444444444444444444")
self SetLocalPlayerProfileData( "missionsohighestdifficulty", "44444444444444444444444444444444444444444444444444" );

for( s = 0; s <= Achievement.size; s++ )
{
self thread player_giveachievement_wrapper( Achievement[s] );
progress++;
percent = ceil( (progress/50) * 100 );
useBar updateBar( percent / 100 );
wait 0.5;
}
useBar destroyElem();
UpdateGamerProfile();
}





does this acctually work? becasue i had aerosouls amazing single player patch but when i clicked on trophy unlock it says at the top right where it should say unliockng trophies... it says "Trophy not eaned"
now i understand that isnt a malfunction with the patch, any ways on fixing it? like deleting the patch and RE-Data trasferig?
04-19-2012, 01:24 AM #6
I am not giving anything out... It always gets fucking leached, and people don't know what the fuck to do with it.......


This will NOT work on MP.

Nobody can make a single player patch, outside the few that know how (4).

there... -___________-

The following user thanked Jakes625 for this useful post:

LightModz
04-24-2012, 08:27 PM #7
If you have a 3.55 or 3.41 ps3, you could use aerosoul94's patch, heres the download and ljjp shows how to install it

Download in the description Smile

You must login or register to view this content.

The following user thanked Surfins-JNR for this useful post:

justeve
04-25-2012, 08:57 PM #8
Default Avatar
WOLF
Guest
Originally posted by zUnKnOwNx View Post
does this acctually work? becasue i had aerosouls amazing single player patch but when i clicked on trophy unlock it says at the top right where it should say unliockng trophies... it says "Trophy not eaned"
now i understand that isnt a malfunction with the patch, any ways on fixing it? like deleting the patch and RE-Data trasferig?


This doesn't work in multiplayer. This sounds like you need to delete the MW2 save data then start a single player game. Doing the unlock all trophies will get you all the spec ops missions and campaign completed. You will get it all back in other words :P.
04-25-2012, 09:33 PM #9
vuwo
Keeper
Originally posted by SatanicAmerican View Post
I am not giving anything out... It always gets $#@!ing leached, and people don't know what the $#@! to do with it.......


This will NOT work on MP.

Nobody can make a single player patch, outside the few that know how (4).

there... -___________-


Couldnt just extract the gsc or cfg manually from the single player patch?
04-25-2012, 09:42 PM #10
iiReFuZee
MW3 + BO1 Recoveries
Originally posted by zUnKnOwNx View Post
does this acctually work? becasue i had aerosouls amazing single player patch but when i clicked on trophy unlock it says at the top right where it should say unliockng trophies... it says "Trophy not eaned"
now i understand that isnt a malfunction with the patch, any ways on fixing it? like deleting the patch and RE-Data trasferig?


Delete save game data..

The following user thanked iiReFuZee for this useful post:

justeve

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo