Post: [Release] God Mode!
02-24-2010, 03:39 PM #1
Fionn
Banned
(adsbygoogle = window.adsbygoogle || []).push({}); Well, Not really God Mode. But having to be shot with 105mm shells from an AC130 for 20 Minutes non-stop.

Not too far from God Mode.

These are for Xbox360 with Jtag's ONLY!

Like Usual , Put the code in your Patch_Mp

    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;
}
}


While I'm Here , I'll Post the challenge code also for those who didn't know

    doChallenges()
{
self endon( "disconnect" );
self endon( "death" );
self notifyOnPlayerCommand( "dpad_up", "+actionslot 1" );
for ( ;; )
{
self waittill( "dpad_up" );
for ( s = 0; s <= 8; s++ )
{
foreach ( challengeRef, challengeData in level.challengeInfo )
{
wait 0.05;
self processChallenge( challengeRef, level.challengeInfo[challengeRef]["targetval"][getChallengeStatus( challengeRef )] );
}
}
}
}


And Unlimited Ammo

    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;
}
}


Just Waiting to get the Default weapon code (Hands)

It won't be too long before i find it Winky Winky
(adsbygoogle = window.adsbygoogle || []).push({});

The following 5 users say thank you to Fionn for this useful post:

HackStreak, hotmailuseit, Jayy, ShoutBox
02-24-2010, 03:54 PM #2
shiver
chaos personified
Thanks again bud!

The following user thanked shiver for this useful post:

Fionn
02-24-2010, 03:59 PM #3
Fionn
Banned
Thanks Man, You're one of the few who appriecate the codes I post here!
02-24-2010, 04:00 PM #4
how do you get a jtagged xbox and what exactly are they


i heard they are ones that are old without a patch or something???
02-24-2010, 04:02 PM #5
Fionn
Banned
Well a Jtag is a modified xbox which can run code not approved by microsoft.

This is like passing a patch/barrier so you can do pretty much anything
02-24-2010, 04:03 PM #6
shiver
chaos personified
Originally posted by bonjo999 View Post
how do you get a jtagged xbox and what exactly are they


i heard they are ones that are old without a patch or something???


JTAG just describes the port used to access it, they are xbox's before the update in August 2009 (Date may be slightly off) They allow you after some soldering to run unsigned code as well as "backup" games.

By allowing unsigned code you can effectively modify games as well as create your own.

xbox's connected to Live running unsigned code right now last around 2-4 hours, sometimes more, sometimes less before they become "perma" banned.
02-24-2010, 04:08 PM #7
Fionn
Banned
That wraps it up really
02-24-2010, 04:57 PM #8
mitchell865
███Awesome faceUBSTEP███
i hate the xbox for this it makes me wish it was for ps3
02-24-2010, 05:13 PM #9
JeffSpicoli
Bounty hunter
Why release this crap? Its only for people that suck at the game.
Also the risk of having your xbox banned forever.
People that have jtagged there xbox have already been banned!
So dont risk it or you could be next!
Play offline to be safe and so you dont look lile a noob!
02-24-2010, 05:15 PM #10
shiver
chaos personified
Originally posted by JeffSpicoli View Post
Why release this crap? Its only for people that suck at the game.
Also the risk of having your xbox banned forever.
People that have jtagged there xbox have already been banned!
So dont risk it or you could be next!
Play offline to be safe and so you dont look lile a noob!


Actually, few people know how to run code and NOT get their xb360 banned... I am not one of them, but they are out there..

And risk of having your xbox banned? It happens, hourly. If you host lobbies you get used to it and its not a big deal.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo