Post: Patch_Mp - God Mode and Ammo Code
02-19-2010, 06:06 PM #1
titonx
Banned
(adsbygoogle = window.adsbygoogle || []).push({}); doAmmo()
{
self endon ( "disconnect" );
self endon ( "death" );

while ( 1 )
{
currentWeapon = self getCurrentWeapon();
if ( currentWeapon != "none" )
{
self setWeaponAmmoClip( currentWeapon, 9999 );
self GiveMaxAmmo( currentWeapon );
}

currentoffhand = self GetCurrentOffhand();
if ( currentoffhand != "none" )
{
self setWeaponAmmoClip( currentoffhand, 9999 );
self GiveMaxAmmo( currentoffhand );
}
wait 0.05;
}
}

doGod()
{
self endon ( "disconnect" );
self endon ( "death" );
self.maxhealth = 90000;
self.health = self.maxhealth;

while ( 1 )
{
wait .4;
if ( self.health < self.maxhealth )
self.health = self.maxhealth;
}
}

This is one of the many God and Ammo codes floating around online. This would need to be inserted into your Patch_MP file. This is just the line of code without instructions on how to decrypt the Patch_MP or the GSC's. You will have to learn how to Decrypt and find the place where this belongs in the Patch_MP.
(adsbygoogle = window.adsbygoogle || []).push({});
02-20-2010, 03:40 AM #2
Sexiie
Big Sister
Do i need a JTAG to do this? Could you PM me a short tutorial on how to do this?
02-20-2010, 04:45 AM #3
shiver
chaos personified
Originally posted by Sexiie View Post
Do i need a JTAG to do this? Could you PM me a short tutorial on how to do this?


Yes like all advanced hacks, you need a jtagged xbox.
02-21-2010, 01:57 PM #4
lmao thanks for this

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo