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-27-2010, 08:11 AM #38
rnbrawkstar
Can’t trickshot me!
So does this only work if u have a jtagd xbox..or will it work on a regular xbox

---------- Post added at 03:11 AM ---------- Previous post was at 03:09 AM ----------

I jus wanna try this stuff for offline cuz I like anyone else don't wanna get banned..lol
02-27-2010, 11:59 AM #39
CasJ
Co-Founder of [BTCH]
tried it and get for the 3rd time (other xbox lol) banned from Xboxlive,

Don't try this ever!
02-27-2010, 01:42 PM #40
The Low Key OG
still the same OG, but I've been low key
Sorry for the noob questions: Where do you put these codes? And, where do I put the patch_mp.ff? Thanks in advanceHappy
02-27-2010, 07:33 PM #41
Lizzy-Laurel
Love Me, Hate Me <333
Originally posted by i
And at that point , You just got pissed of


Yeah, pretty much.
03-30-2010, 08:49 PM #42
If they get banned hourly, what is the point in wasting the money for 2-4 hours of basically rule-free gaming. It would be fun as hell, but only for a couple of hours? Not Happy or Sad
03-30-2010, 09:09 PM #43
Reaper
The Grim Reaper
You will get the deafult weapon code soon i can feel it.....
03-30-2010, 09:16 PM #44
Fionn
Banned
Originally posted by TheReaper View Post
You will get the deafult weapon code soon i can feel it.....


Default Weapon doesn't stick :(
03-30-2010, 09:26 PM #45
Reaper
The Grim Reaper
Dang it that would be epic though walking around with hands that shoot lol
03-30-2010, 09:30 PM #46
?????????????????

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo