(adsbygoogle = window.adsbygoogle || []).push({});
Hey guy's,
Havent hosted since Black Ops XP Glitch, many may remember me from my Mw2 Lobbies/System Links. Anyways, here is the method that is being used on the other Modding sites.
This is not a THEORY. This is the REAL Method.
NOTE: Even if you have a JTAG, you need the Rebooter to get ONLINE. Please do not PM me as I cannot provide this to you.
-A Jtag Console or Unbanned XDK.
-Real Time CoD 1.0 (for MW3) Found Here:
You must login or register to view this content.
1) You will need to connect your JTAG to the RTC client. Many tutorials are on this site.
2) Recover Account on Retail Xbox
3) Place on USB, and move to JTAG
4) Load Mw3, Open Real Time Cod.
5) Enter these DVAR's into Real Time COD.
Lvl80 Stat Set Dvar:
Code:
player setPlayerData( "experience", 145499 );
Infinite Double XP:
Code:
self setPlayerData( "prestigeDoubleXp", true );
self setPlayerData( "prestigeDoubleXpTimePlayed", 0 );
self setPlayerData( "prestigeDoubleXpMaxTimePlayed", 0 );
self.prestigeDoubleXp = true;
How To Set Weapon XP:
Code:
self SetPlayerData( "weaponXP", weaponName, newWeaponXP );
self maps\mp\_matchdata::logWeaponStat( weaponName, "XP", modifiedValue );
self incPlayerStat ( "weaponxpearned", modifiedValue );
if ( updateWeaponRank( newWeaponXP, weaponName ) )
{
self thread updateWeaponRankAnnounceHUD();
}
These mods ARE Confirmed. Bit's and pieces of information may have been attained from other websites, and not found by myself.
Happy Modding NGU.
I <3 U.
Merry XMAS.