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-25-2010, 03:31 PM #29
Fionn
Banned
I can remember Tonsilitis , Were did he go?
02-25-2010, 03:37 PM #30
Okami
Known As Yukuku
man ide love to get a jtag or even get invited to a lobby good work man keep it upSmile
02-26-2010, 01:23 AM #31
Originally posted by i


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


knew this ages ago, pretty easy to guess even if you don't have a clue on shit like this.
you can also give this (and almost every other hack) to others in your match/party if your playing with others without a JTAG, not gonna let it out the bag just yet. Winky Winky
02-26-2010, 05:17 AM #32
PS3LUV3R
Too Beast
I was looking into buying my friends jtag xbox but dont you get banned in like 3 hours? Is there a way to not get banned or somethin?
02-26-2010, 05:22 AM #33
shiver
chaos personified
Originally posted by PS3LUV3R View Post
I was looking into buying my friends jtag xbox but dont you get banned in like 3 hours? Is there a way to not get banned or somethin?


Very few know how to avoid the automatic detection. The answer is NOT the cygnos chip either.
02-26-2010, 03:35 PM #34
Fionn
Banned
Originally posted by chris2k7sears View Post
knew this ages ago, pretty easy to guess even if you don't have a clue on shit like this.
you can also give this (and almost every other hack) to others in your match/party if your playing with others without a JTAG, not gonna let it out the bag just yet. Winky Winky


That's the ModList Winky Winky
Posted it already
02-26-2010, 04:02 PM #35
Lizzy-Laurel
Love Me, Hate Me <333
It was all good until it said "Xbox" and "Jtag"
02-26-2010, 04:03 PM #36
Fionn
Banned
Originally posted by AA1sniper1konaAA View Post
It was all good until it said "Xbox" and "Jtag"


And at that point , You just got pissed of
02-27-2010, 04:23 AM #37
PS3LUV3R
Too Beast
^^ LOL. yea sometimes I wish I had one of these too...and yea Ive seen videos of people playing it online. Mustve been some hard work to not get detected...or very simple. Who knows...If THAT was releases, I would buy a Jtag Xbox immediately lol

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo