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
03-30-2010, 09:37 PM #47
BSLICER25
Black ops
thanks man !!
03-31-2010, 02:50 AM #48
Originally posted by i
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



Nice Dude I just kick my self in the ass after realizing I'm a depressed owner of a garbage PS3 where hacks are impossible, I wish I had an X-BOX :mad: waaaahhhhhh!!!! BTW gave u rep anyways...lolHappy
03-31-2010, 07:32 PM #49
kmullins
Save Point
tell them to start working on ps3
03-31-2010, 07:47 PM #50
iiSaammm-x
Pokemon Trainer
wicked thankss
03-31-2010, 08:59 PM #51
iphone
Keeper
challenge tails what serves to me?
03-31-2010, 09:08 PM #52
Stank
Little One
i just brought a j tag gonna try this stuff
03-31-2010, 09:12 PM #53
titonx
Banned
Originally posted by Stank0121 View Post
i just brought a j tag gonna try this stuff


You better hurry up you got until the 6th of April before the dash update hits.
03-31-2010, 09:19 PM #54
BSLICER25
Black ops
ahhaha god mode that must be awesome
03-31-2010, 11:11 PM #55
Charaky
Bounty hunter
Originally posted by kmullins View Post
tell them to start working on ps3


not possible to jtag a ps3 in any form or way cause sony burnt out the soldering points you need to do it, infact nything not needed they burnt out to avoid this situation.
Only way i can think of to do this stuff on a ps3 is (when it happens) using the geo exploit to run stuff through the ps3 while u play.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo