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-24-2010, 06:51 PM #20
JeffSpicoli
Bounty hunter
Originally posted by AlphaDenver View Post
Actually, few people know how to run code and NOT get their xb360 banned...



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!
02-24-2010, 07:13 PM #21
Originally posted by i
Well a Jtag is a modified xbox which can run code not approved by microsoft.

This is like passing a patch/barrier so you can do pretty much anything


Yeah these codes are good but I think Jester released all this already, I remember seeing these codes on the forum website posts on.
02-24-2010, 09:06 PM #22
Fionn
Banned
Originally posted by HSx9 View Post
Yeah these codes are good but I think Jester released all this already, I remember seeing these codes on the forum website posts on.


Jester didn't release all these. Some other modder's I know released some. The weapon, Modlist and killstreak at the start of a game were all released by different people.
02-24-2010, 10:51 PM #23
Look_Behind
Save Point
Originally posted by i
Thanks Man, You're one of the few who appriecate the codes I post here!

Yea its a shame i dont have an XBOX otherwise i'd be hacking it too. Looking at some of the codes u post i can recognise how they work although the programming language is slightly different from what i know. keep up the good work Smile
02-24-2010, 10:54 PM #24
Fionn
Banned
Originally posted by Behind View Post
Yea its a shame i dont have an XBOX otherwise i'd be hacking it too. Looking at some of the codes u post i can recognise how they work although the programming language is slightly different from what i know. keep up the good work Smile


Some people just take it for granted ,
Thanks Happy
02-24-2010, 11:07 PM #25
good job keep up the good work
02-25-2010, 12:45 AM #26
Originally posted by i
Jester didn't release all these. Some other modder's I know released some. The weapon, Modlist and killstreak at the start of a game were all released by different people.


Yes I know but good codes non the less. I'm sure if Tonsilities (cod4 hacker) got a hold of these he would make crazy scripts.
02-25-2010, 01:07 AM #27
how do you unban a jtag xbox
02-25-2010, 10:19 AM #28
now i want a jtag more than ever:(

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo