Advertisement
create

[Tutorials] Host MW3 Recovery Lobbies

Oct 2nd, 2012
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. NOTE: You will need an online modified Xbox to do this. This will not stick in system link, sorry.
  2.  
  3.  
  4. Process:
  5. Recover account on your online jtag and load up MW3.
  6. Before you press Xbox Live, load up RTC and refresh dvars.
  7. Go into private match and start up the game.
  8. Execute the .cfg located in the .RAR. Your screen should change.
  9. End the game and restart it up again.
  10. Get one kill and you should get around 4billion xp (something like that).
  11. End the game, prestige and voila.
  12. Keep doing the same process until you get 10th prestige.
  13.  
  14. Proof:
  15. http://gyazo.com/e3c...8c6d5c904dc51e2
  16.  
  17. Infinite Double XP:
  18. self setPlayerData( "prestigeDoubleXp", true );
  19. self setPlayerData( "prestigeDoubleXpTimePlayed", 0 );
  20. self setPlayerData( "prestigeDoubleXpMaxTimePlayed", 0 );
  21. self.prestigeDoubleXp = true;
  22.  
  23. How to set Weapon XP:
  24. self SetPlayerData( "weaponXP", weaponName, newWeaponXP );
  25. self mapsmp_matchdata::logWeaponStat( weaponName, "XP", modifiedValue );
  26. self incPlayerStat ( "weaponxpearned", modifiedValue );
  27. if ( updateWeaponRank( newWeaponXP, weaponName ) )
  28.  
  29. self thread updateWeaponRankAnnounceHUD();
  30.  
  31.  
  32.  
  33. All Of These Mod's Are Done Through Online Jtag Or Dev Kit Using RTC Which In Return Makes The Console No Longer Read Disc Any longer! Basically You ruin
  34. You XDK Or Jtag's Disc Drive All Of These Mod's Have Been Tested On An Online Dev Kit.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement