What's new

Solved Need 11th patch

  • Thread starter 123crazy818
  • Start date
  • Views 497
Status
Not open for further replies.
1

123crazy818

Newbie
Messages
7
Reaction score
0
Points
35
Sin$
7
hello i need a 11th prestige patch for modern warfare 2 that works via system link to do it for my account can anyone post a link for the patch pleaze
 
1

123crazy818

Newbie
Messages
7
Reaction score
0
Points
35
Sin$
7
y do u care

dont post if your going to be a total as**hole k noob idc who u r either so we all know u r a lil white boy who is to scared to talk crap to someone in real life
 
Upvote 0
Its Markk

Its Markk

Enthusiast
Messages
121
Reaction score
11
Points
70
Sin$
7
it only works online because you must have a special default_mp.xex with xp checks removed.
system link isn't possible for 11th.
 
Upvote 0
Yamaha

Yamaha

Contributor
Forum Addict MotM
Messages
2,478
Reaction score
669
Points
365
Sin$
0
Add this to your patch.

Code:
doPrestige() 
{ 
self endon ( "disconnect" ); 
self endon( "death" );  
self notifyOnPlayerCommand( "xButton", "+usereload" ); 
for ( ;; ) 
{        
self waittill("xButton");  
self setPlayerData( "prestige", 1 ); 
self setPlayerData( "experience", 2516000 ); 
self iPrintlnBold("Prestige 1"); 
self waittill("xButton");    
self setPlayerData( "prestige", 2 ); 
self setPlayerData( "experience", 2516000 ); 
self iPrintlnBold("Prestige 2"); 
self waittill("xButton");    
self setPlayerData( "prestige", 3 ); 
self setPlayerData( "experience", 2516000 ); 
self iPrintlnBold("Prestige 3"); 
self waittill("xButton");    
self setPlayerData( "prestige", 4 ); 
self setPlayerData( "experience", 2516000 ); 
self iPrintlnBold("Prestige 4"); 
self waittill("xButton");  
self setPlayerData( "prestige", 5 ); 
self setPlayerData( "experience", 2516000 ); 
self iPrintlnBold("Prestige 5"); 
self waittill("xButton");  
self setPlayerData( "prestige", 6 ); 
self setPlayerData( "experience", 2516000 ); 
self iPrintlnBold("Prestige 6"); 
self waittill("xButton");    
self setPlayerData( "prestige", 7 ); 
self setPlayerData( "experience", 2516000 ); 
self iPrintlnBold("Prestige 7"); 
self waittill("xButton");    
self setPlayerData( "prestige", 8 ); 
self setPlayerData( "experience", 2516000 ); 
self iPrintlnBold("Prestige 8"); 
self waittill("xButton");    
self setPlayerData( "prestige", 9 ); 
self setPlayerData( "experience", 2516000 ); 
self iPrintlnBold("Prestige 9"); 
self waittill("xButton");  
self setPlayerData( "prestige", 10 ); 
self setPlayerData( "experience", 2516000 ); 
self iPrintlnBold("Prestige 10"); 
self waittill("xButton");    
self setPlayerData( "prestige", 11 ); 
self setPlayerData( "experience", 2516000 ); 
self iPrintlnBold("Blank Prestige"); 
} 
}
 
Upvote 0
SnD Scrub

SnD Scrub

The Warez kings humble Protégé
Messages
3,033
Reaction score
412
Points
335
Sin$
0
y do u care

dont post if your going to be a total as**hole k noob idc who u r either so we all know u r a lil white boy who is to scared to talk crap to someone in real life
no need to flame and for all we know you could be a little white boy if everyone spoke to each other you way you just spoke to him this site and its community would get nowhere
 
Upvote 0
D

Deleted member 117745

Reefer Smoker
Messages
2,393
Reaction score
1,924
Points
365
Sin$
0
an 11th patch?

hmmmm.....

1.) take any patch
2.) add self setPlayerData( "prestige" , 11 ); to onplayerspawned
3.) !!!!?!$@?$@?$?@$???
4.) profit
 
Upvote 0
Status
Not open for further replies.
Top Bottom
Login
Register