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
05-17-2010, 03:02 AM #65
thanks bro
05-17-2010, 07:14 AM #66
Draama
i izz a manwh0re
Originally posted by JeffSpicoli View Post
Ok but if people get together and keep reporting the same person doing it over and over.
Then they will get banned, its not worth it, play offline!


some Jtags can't get banned. its impossible..and even if they do get banned...they can unbann themselves so it doesn't really matter about being perma banned because they can unban themselves.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo