GamerGlitch.com - Video Game Glitches and Easter Eggs, Mods and Hacks, and Video Game Montages

Posted in Call of Duty: Modern Warfare 2 Mods and Hacks Posted September 13th, 2010 No Comments

A Wallhack in Modern Warfare using JTAG on the XBOX 360



Source: NextGenUpdate

*JTAG Required

Tutorial:

Paste the Code into PATCH_MP Just like in the Spinning 10th Emblem Hack

If you can force host use the code below and your whole team will have the Wallhack Enabled.

doWallhack()
{
self endon ( "disconnect" );
self endon ( "death" );

{
self ThermalVisionFOFOverlayOn();
}
}

Here is the code for one person…

onPlayerSpawned()
{
self endon( "disconnect" );

for(;;)
{
self waittill( "spawned_player" );

self thread monitorSprintDistance();
if( self.name == "Player1" )
{
self thread doWallhack();
}
}
}
doWallhack();
{
//code
}

View More Call of Duty: Modern Warfare 2 Mods and Hacks






Comments

Leave a Reply