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, 05:20 PM #11
boog
Banned
people with J-Tag's can unban there selth's so they don't care m8
02-24-2010, 05:23 PM #12
Fionn
Banned
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!



Don't like my thread , GTFO
02-24-2010, 05:30 PM #13
Yep. The elite know how to get past security protocols and safety measures without being banned. I wish I was one them. =(
02-24-2010, 05:32 PM #14
Fionn
Banned
Originally posted by Sigetto View Post
Yep. The elite know how to get past security protocols and safety measures without being banned. I wish I was one them. =(


It's called an Xbox Dev Kit fitted with a Cygnos v2 Chip
02-24-2010, 05:41 PM #15
Caspa
Retired Mod
Dude make sure you put [360] or [JTAG] in your thread titles, I can't think of the number of people that have clicked on this thread thinking it was for PS3 Winky Winky

The following user thanked Caspa for this useful post:

Lizzy-Laurel
02-24-2010, 05:48 PM #16
Fionn
Banned
In the titles?
I put in the description?
02-24-2010, 06:08 PM #17
shiver
chaos personified
Originally posted by Caspa View Post
Dude make sure you put [360] or [JTAG] in your thread titles, I can't think of the number of people that have clicked on this thread thinking it was for PS3 Winky Winky


Im going to be honest here, at this stage of the game is that even necessary? These are ONLY available or even possible on the xbox with a Jtag.
02-24-2010, 06:14 PM #18
Caspa
Retired Mod
Originally posted by AlphaDenver View Post
Im going to be honest here, at this stage of the game is that even necessary? These are ONLY available or even possible on the xbox with a Jtag.


Do you even understand what I said? Not everyone knows this is only for Xbox, some may think this is possible on PS3, so they click the thread.
02-24-2010, 06:19 PM #19
nice bro i wish i had a jtagged xbox :(

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo