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
04-01-2010, 02:36 AM #56
KJThaDon
WE RUNNIN THIS $HIT
Originally posted by HackStreak View Post
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


I love my ps3, this being one of the reasons Happy
04-01-2010, 04:23 AM #57
there has to be a way to hack the ps3 like this.
04-01-2010, 12:59 PM #58
Nice! If You Know Anymore Codes Please Pm me Smile
04-01-2010, 01:14 PM #59
looks nice
04-01-2010, 01:55 PM #60
Dylo36
Haxor!
Thanks a lot for this
04-01-2010, 10:02 PM #61
jeffgordon24365
Bounty hunter
Nice bro, I'll have to try it.
04-01-2010, 10:18 PM #62
xScreamo!
Trading Kids For Angel Dust
How do you even jtag a xbox? lol i dont have a xbox I just got a ps3 so I really dont know about the xbox
04-02-2010, 09:19 PM #63
*jawdrops* wtf
05-17-2010, 12:44 AM #64
lazyboyz2
I am error
well if ps3 had these ps3would be the shit lol

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo