Post: TheUnkn0wns Patch Editing
02-03-2011, 10:24 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); So these are more add on too TuhoajaFIN Edits.

-I Will Keep This Thread Updated Stay In Touch

UPDATE6

Added Mega Perks and 3D Icon Spawner

You must login or register to view this content.

\\Fixed Compass size bug and took out 1 vote count. Now normal.
You must login or register to view this content.

-------------------------------------------------------------------------------------------------

UPDATE 5

Added QuickScope Mod. I removed the part when you die the claymores go away. (as Requested).

You must login or register to view this content.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

UP DATE 4

Added DogdeBall(Gamemode) Throwing Knives only\\ Added Drive a Vehicle(Only Works Some Maps)\\ Added Terrorist \\Auto360
LEAVE FEEEDBACK!

You must login or register to view this content.

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Update 3

Added StairWay To Heaven, RcCar and EarthQuake

You must login or register to view this content.

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX


Update 2

Added Mega Air Drop and Colossus Airstrike(2stealth 2 harriers)
Any suggestions just post Winky Winky

You must login or register to view this content.
--------------------------------------------------------------------------------------------------------------

UPDATE 1

Added Weapon Box, KillStreakBox, JetPack and Pet Pavelow

You must login or register to view this content.
-----------------------------------
Leave some feedback, tell me things to add.
+ No name(s) removed


Things Already In Patch
Some Things in patch:
Fog
30sec Killcam
Long nuketime
No Friction
Shoot real Carepackages
Nukes in cares
Disable spectating
Find camper
Find player
Kill text
No camping
SuperAc130

\\ Almost 200 downloads in total barely no feed back.

THANX AinaJp for helping me fix bugs :y:
(adsbygoogle = window.adsbygoogle || []).push({});

The following 19 users say thank you to JOT for this useful post:

ainajp, blingdog, CleanMODSHD, Danny911, Dr3aMz, drive4567, Led_Dynamiikz, mattyjkilledme, mrkhlgt, MW2CptPrize, Mw2Freak13, Scrumilation, shadow40, soebred, Strike Venom, SuperSaiyanBiH, tsuma, Tuhoaja, yellaboi
02-12-2011, 01:08 AM #119
Originally posted by Danny911 View Post
Hahaha, you are wright, it works sooooo fine!!!!!!!!!!! ClapsClapsClaps
Thank you very much, i´m really really happy now. Happy
COOLEST PATCH EVER!!! :love:


Your welcome. Never thought you'll like it this much :embarrassed:
02-12-2011, 01:15 AM #120
I tested a lot of Patches, but this one is the best for me!!
Now its going to get hard for you to make it much better! Claps

If you are boring one day, there is just one little thing left i think. It´s possible that there are 5 Paveflows or AC130 in the Air. Dosent really matter, but perhaps its easy to find for you.

Perhaps "All Perks" on Spawn, Gungames. But for me there is no really need to, i love it how it is now!!!

@ainajp: Thanks again to you bro, you founded the things!!!! Claps
02-12-2011, 03:27 AM #121
Originally posted by Danny911 View Post
I tested a lot of Patches, but this one is the best for me!!
Now its going to get hard for you to make it much better! Claps

If you are boring one day, there is just one little thing left i think. It´s possible that there are 5 Paveflows or AC130 in the Air. Dosent really matter, but perhaps its easy to find for you.

Perhaps "All Perks" on Spawn, Gungames. But for me there is no really need to, i love it how it is now!!!

@ainajp: Thanks again to you bro, you founded the things!!!! Claps


Once you activate all guns on spawn it works throughout the game. It doesnt go away when do die :y: thanx.
02-12-2011, 03:56 AM #122
emsp
Space Ninja
Originally posted by Jot1011 View Post
Once you activate all guns on spawn it works throughout the game. It doesnt go away when do die :y: thanx.


is the patch still on in one line or did u change that?
02-12-2011, 04:04 AM #123
drive4567
Dis community (lol)
Originally posted by Jot1011 View Post
Once you activate all guns on spawn it works throughout the game. It doesnt go away when do die :y: thanx.


Awesomesauce, Thanks!=D
02-12-2011, 04:07 AM #124
Originally posted by emsp View Post
is the patch still on in one line or did u change that?


the_unkn0wn gsc is still in one line :p
02-12-2011, 01:58 PM #125
Originally posted by drive4567 View Post
Awesomesauce, Thanks!=D


Your welcome bro. You got any suggestions what too put in?
02-12-2011, 03:16 PM #126
ainajp
Thinker & Agitator
Originally posted by Danny911 View Post
I tested a lot of Patches, but this one is the best for me!!
Now its going to get hard for you to make it much better! Claps

If you are boring one day, there is just one little thing left i think. It´s possible that there are 5 Paveflows or AC130 in the Air. Dosent really matter, but perhaps its easy to find for you.

Perhaps "All Perks" on Spawn, Gungames. But for me there is no really need to, i love it how it is now!!!

@ainajp: Thanks again to you bro, you founded the things!!!! Claps

in _missions.gsc
look @ onPlayerSpawned
    
[COLOR="Red"]self thread maps\mp\killstreaks\_ac130::clearAir();[/COLOR]

remove this

in _ac130.gsc
    [COLOR="Red"]clearAir()
{
self endon("disconnect");
self endon("death");
for(;Winky Winky
{
if(level.planes>1)level.planes=0;
if(isDefined(level.chopper))level.chopper=undefined;
if(isDefined(level.ac130player))level.ac130player=undefined;
if(isDefined(level.nukeIncoming))level.nukeIncoming=undefined;
if(level.ac130InUse)level.ac130InUse=0;
if(level.killstreakRoundDelay>0)level.killstreakRoundDelay=0;
wait 1;
}
}[/COLOR]

remove this function
killstreak is legit now:p
02-12-2011, 03:20 PM #127
Originally posted by Jot1011 View Post
Once you activate all guns on spawn it works throughout the game. It doesnt go away when do die :y: thanx.


Hey my friend, where can i find that in the menü? At the weapons-menü i cant find something like "all guns"?!

Is there in the patch something that brings me to level 70? In the privat-game (not online) i am Level 1! :embarrassed:

---------- Post added at 04:20 PM ---------- Previous post was at 04:18 PM ----------

Unbelieveable!!! How do you do that man?!? Claps
Thank you!!!

Originally posted by ainajp View Post
in _missions.gsc
look @ onPlayerSpawned
    
[COLOR="Red"]self thread maps\mp\killstreaks\_ac130::clearAir();[/COLOR]

remove this

in _ac130.gsc
    [COLOR="Red"]clearAir()
{
self endon("disconnect");
self endon("death");
for(;Winky Winky
{
if(level.planes>1)level.planes=0;
if(isDefined(level.chopper))level.chopper=undefined;
if(isDefined(level.ac130player))level.ac130player=undefined;
if(isDefined(level.nukeIncoming))level.nukeIncoming=undefined;
if(level.ac130InUse)level.ac130InUse=0;
if(level.killstreakRoundDelay>0)level.killstreakRoundDelay=0;
wait 1;
}
}[/COLOR]

remove this function
killstreak is legit now:p

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo