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
01-06-2012, 03:26 AM #20
PussayPatrol
I'm a neat monster...
i smell a Rep Whore stare
01-06-2012, 11:21 AM #21
Crave.
Banned
Originally posted by PussayPatrol View Post
i smell a Rep Whore stare


As do i Awesome face
01-06-2012, 08:28 PM #22
These are all already in my mw3 wii mod menu lol dont hate but wii is fun modding cause everything else is patched.
01-06-2012, 09:38 PM #23
Kane500
< ^ > < ^ >
Originally posted by PaulyD. View Post
No this is pointless and not even from mw3 /facepalm


Originally posted by iP4ckHe4t View Post
looks like MW2 code to me, just looks alot like it stare


Originally posted by SantaClawZ View Post
He said "REAL"ease.

MUST BE LEGIT :dumb:


These are all real scripts for mw3. They look a lot alike mw2 scripts but have a few differences. These can be used for PC and Wii so stop flaming him. All he's trying to do is help all of you guys.

---------- Post added at 05:32 PM ---------- Previous post was at 05:31 PM ----------

Originally posted by PussayPatrol View Post
i smell a Rep Whore stare


Originally posted by iiKozmo View Post
As do i Awesome face


I smell dumbasses.

---------- Post added at 05:35 PM ---------- Previous post was at 05:32 PM ----------

Originally posted by xiiBomberHD View Post
Wheres credits to DEREKTROTTER?


Why does he need credits to Derektrotter. He didn't make these. No one did. These have been in all cods since modding started. All you need to do is port these over (which is not hard AT ALL).

---------- Post added at 05:38 PM ---------- Previous post was at 05:35 PM ----------

Originally posted by D34TH View Post
Bet these are from another games patches...


I've been able to use scripts from one game to another without modifying the script at all.

Mw3 and mw2 are extremely alike.

The following 2 users groaned at Kane500 for this awful post:

Pauly, SantaClawZ

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo