Post: XBox360 JTAG (How-To) Mw3 Recovery Lobbies
12-22-2011, 10:15 PM #1
FlamezJTAGShop
*Level One Trustworthy*
(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.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 6 users say thank you to FlamezJTAGShop for this useful post:

BobbyDee, BriceC, FAKA_ELITE, imD, Jeremy, oSoSwavey

The following 2 users groaned at FlamezJTAGShop for this awful post:

clt_42, toxic90384109284
12-22-2011, 10:18 PM #2
Jeremy
Former Staff
Originally posted by FlamezJTAGShop View Post
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.

Congrats and great find!
12-22-2011, 10:29 PM #3
FlamezJTAGShop
*Level One Trustworthy*
Originally posted by Ownage
Was posted twice already buddy :p


Not here Winky Winky

And if I get a Rebooter, I will be doing, as I used to for NGU. 10$ / Mod ! Doubts anyone has a rebooter but if so, PM Me. So we can get on with the modding <3

---------- Post added at 05:29 PM ---------- Previous post was at 05:23 PM ----------

Ah, Thanks man I looked but didnt see it in the section -.- Lmfao, Ah well Still good info. to keep alive
12-24-2011, 06:05 PM #4
Nice find but sorry to disappoint this is never going to work, its not a rebooter that's needed the people who are hosting online use a file which real time patches the checks for xbox live and good luck getting that Winky Winky dont flame because of my rep either some ass decided it would be fun to -rep me for telling him the truth. :dumb:
12-25-2011, 07:40 AM #5
Originally posted by FlamezJTAGShop View Post
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.


i posted something similar to this like 4 days ago Not Happy or Sad
You must login or register to view this content.

The following user groaned toxic90384109284 for this awful post:

Traitt
12-28-2011, 04:08 PM #6
mrclip26
Save Point
Lvl80 Stat Set Dvar:
Code:
player setPlayerData( "experience", 145499 );

is this suppose to get you lvl 80? erm i dont think so..the amount you need for lvl 80 exactly is 1746200...do i understand this right?
12-29-2011, 08:41 AM #7
Originally posted by FlamezJTAGShop View Post
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.

Nice find, but could this get you banned? I don't wanna do it if it can ...

The following user groaned Infected Gamer for this awful post:

qwerew
12-30-2011, 05:57 AM #8
qwerew
Member Of The Pewdiepie Bro Army
Originally posted by Infected
Nice find, but could this get you banned? I don't wanna do it if it can ...


ummm... Did you really just ask that question? No
12-30-2011, 11:28 AM #9
Polska
Haxor!
Originally posted by FlamezJTAGShop View Post
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.


Does it work with a dual nand xbox ? Happy
12-30-2011, 07:08 PM #10
This is stupid. First of all this code is for GSC which is compiled in the fastfiles and we have yet to decompile it.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo