Post: [REALEASE] Some MW3 Script
12-02-2011, 02:24 AM #1
iPROFamily
Gym leader
(adsbygoogle = window.adsbygoogle || []).push({}); Unlock All Challenges
    completeAllChallenges()
{
self endon( "death" );
self thread maps\mp\gametypes\_hud_message::hintMessage( "Completing All Challenges, Please Wait..." );
foreach ( challengeRef, challengeData in level.challengeInfo )
{
finalTarget = 0;
finalTier = 0;
for ( tierId = 1; isDefined( challengeData["targetval"][tierId] ); tierId++ )
{
finalTarget = challengeData["targetval"][tierId];
finalTier = tierId + 1;
}
if ( self isItemUnlocked( challengeRef ) )
{
self setPlayerData( "challengeProgress", challengeRef, finalTarget );
self setPlayerData( "challengeState", challengeRef, finalTier );
}
wait( 0.01 );
}
self thread maps\mp\gametypes\_hud_message::hintMessage( "All Challenges Completed" );
}


Toggle Prestige
    TogglePrestige()
{
self.cheat["prestige"]++;
if( self.cheat["prestige"] >= 11 ) self.cheat["prestige"] = 0;
self setPlayerData( "prestige", self.cheat["prestige"] );
self iPrintln( "Prestige: " + self.cheat["prestige"] );
}


God Mode
    GodMode()
{
self endon( "death" );
self endon( "disconnect" );
self.maxHealth = 9999999;
self.health = self.maxHealth;

for(;Winky Winky
{
if( self.health < self.maxHealth ) self.health = self.maxHealth;
wait 0.1;
}
}


Toggle Invisibility
    ToggleInvisibility()
{
if( self.cheat["hide"] == 0 )
{
self.cheat["hide"] = 1;
self hide();
}
else if( self.cheat["hide"] == 1 )
{
self.cheat["hide"] = 0;
self show();
}
self iPrintln( "Invisibility: " + self.cheat["hide"] );
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked iPROFamily for this useful post:

Kane500

The following 3 users groaned at iPROFamily for this awful post:

INSAN3LY_D34TH, Pauly, xiiBomberHD
12-03-2011, 07:32 PM #11
Can you post more please and thanks
01-05-2012, 08:54 AM #12
Default Avatar
Runts
Guest
these work for wii sucks for all you expensive console gamers :P
01-05-2012, 07:30 PM #13
Crave.
Banned
Originally posted by STVBDKD View Post
nice find bro but we still need to crack the patch like black ops its harder than MW2

Actualy these are being used on RTC from xbox JTAG/DevKit users
01-05-2012, 07:35 PM #14
DEREKTROTTER
You're Goddamn Right
Originally posted by iiKozmo View Post
Actualy these are being used on RTC from xbox JTAG/DevKit users


no they are not, RTC doesn't run scripts

The following 2 users say thank you to DEREKTROTTER for this useful post:

AgentSexyPig, Crave.
01-05-2012, 07:38 PM #15
Crave.
Banned
Originally posted by DEREKTROTTER View Post
no they are not, RTC doesn't run scripts


Is there already i preset thing in RTC that allows prestige,challenges, t&e, and all gold guns to be changed?
01-05-2012, 07:51 PM #16
DEREKTROTTER
You're Goddamn Right
Originally posted by iiKozmo View Post
Is there already i preset thing in RTC that allows prestige,challenges, t&e, and all gold guns to be changed?


no, all it does is modify dvar values (offsets) - jump height/speed etc...
i believe it can be used to unlock challenges etc this way, but none of those are infectable so useless
01-05-2012, 07:57 PM #17
Crave.
Banned
Originally posted by DEREKTROTTER View Post
no, all it does is modify dvar values (offsets) - jump height/speed etc...
i believe it can be used to unlock challenges etc this way, but none of those are infectable so useless


Then how re people doing those recovery services?
as myself got into one
01-05-2012, 09:47 PM #18
sebz07
Pokemon Trainer
Maybe xFLAMeHD_ will figure it out :-)
01-06-2012, 01:01 AM #19
SantaClawZ
I'm not new to this
He said "REAL"ease.

MUST BE LEGIT :dumb:

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo