Post: [Release]nay1995's New Cod5 Patch [The Biggest Menu On W@W]
06-18-2011, 10:39 PM #1
nay1995
The Master
(adsbygoogle = window.adsbygoogle || []).push({}); So whats in this patch?

check out here for the full description: You must login or register to view this content.

And this is what i have added:

-Took away the karoolus menu and added a new verification menu (fully works)
Includes:
-Verify
-Un verify
-Derank
-Kill
-Kick
All of these have been tested and are fully working.
-Added a new stat menu.
-Added print position on screen (under main mods).
-Added unlock all guns.
-Removed sniper game (it was pointless and didnt do much).
-Fixed the ac130 so when it ends you actually get the menu.
-When the menu opens you get the SnD bomb, but when it closes it goes (due to people getting annoyed with the sound off it).
As you can see all off the bugs have been fixed!

Just one word of warning, you must not have a clan in your name otherwise the menu will not load!

There are 2 downloads the first one has the some menus that only host can access, if anyon else tries to access it, it will kick everyone or the other one where everyone can access all the menus.
I did these his is because you have to trust the people you verify otherwise anyone could just press the menu and mess it up for you.

Download with menus that only host can access:You must login or register to view this content.
Download without menus that only host can access:You must login or register to view this content.

Video Off Patch:


Have fun and if you edit this dont forget to credit me!

If i ever bother to edit this again i will add the infectable menu and a menu editer and maybee even a fully functioning stat editer.

Dont forget to subscribe to: [url]www.youtube.com/nay1995x[/url]

Credits:
-Team tier (For their verification code that then i fully edited).
(adsbygoogle = window.adsbygoogle || []).push({});

The following 16 users say thank you to nay1995 for this useful post:

Okami, Baby-panama, BlazingDope, Boxxxxyyy, Budz, Diddles2Fresshh, djh1495, hydro_122499, iReset Nigga, Joel, mattyjkilledme, Niall-Griffiths, ReX-05, T_m_b07, YouRecognizeMe
06-19-2011, 10:48 PM #20
Originally posted by PsNxDrEaMs View Post
lmao wtf sounds like u getting mad over nothing chill out

---------- Post added at 03:43 PM ---------- Previous post was at 03:42 PM ----------



lol u took the words out of my mouth i just didnt wanna sound like a dick xD


Ur a Jew but I still love u
06-19-2011, 11:06 PM #21
INSAN3LY_D34TH
INSAN3LY GAMING
Originally posted by PsNxDrEaMs View Post
lmao wtf sounds like u getting mad over nothing chill out

---------- Post added at 03:43 PM ---------- Previous post was at 03:42 PM ----------



lol u took the words out of my mouth i just didnt wanna sound like a dick xD


i know but its true and he needs to know it lol
06-19-2011, 11:07 PM #22
.Kane.
Banned
Originally posted by D34TH View Post
i know but its true and he needs to know it lol


Get on msn.
06-20-2011, 10:13 AM #23
Karoolus
I'm the W@W Menu Guy !
Originally posted by nay View Post
-Took away the karoolus menu and added a new verification menu (fully works)
Includes:
-Verify
-Un verify
-Derank
-Kill
-Kick



-Team tier (For their verification code that then i fully edited).


What menu did you throw out ?
the verification menu ?

can you post the code of the new verification menu ? cba downloading it now cause i'm on laptop from work (proxy :( )
06-20-2011, 01:58 PM #24
Amir-Habeeb
Do a barrel roll!
Wowza, looks fun. Great release. Thanks. Smile
06-20-2011, 03:48 PM #25
INSAN3LY_D34TH
INSAN3LY GAMING
Originally posted by Karoolus View Post
What menu did you throw out ?
the verification menu ?

can you post the code of the new verification menu ? cba downloading it now cause i'm on laptop from work (proxy :( )


here is his verification menu

    menuEntering()
{
wait 0.05;
self endon("disconnect");
{
disp = createFontString( "objective", 1.4 );
disp setPoint("TOPRIGHT");
cur = 0;
for(;Winky Winky
{
while(self getStance() == "prone")
{
player = level.players[cur];
if(player.vip == false)
{
disp setText("" + player.name + " |[{+usereload}]:Switch, [{+attack}]:Verify |[{+melee}]:Kick |[{+smoke}]Happyerank |[{+speed_throw}]:Kill" );
}
else
{
disp setText("" + player.name + " |[{+usereload}]:Switch, [{+attack}]:Un Verify |[{+melee}]:Kick |[{+smoke}]Happyerank |[{+speed_throw}]:Kill" );
}
if(self UseButtonPressed()) cur++;
if(cur > level.players.size-1) cur = 0;
if(self AttackButtonPressed())
{
self thread VerifyPlayer(cur);
}
if(self MeleeButtonPressed())
{
self thread doKick(cur);
}
if(self SecondaryOffHandButtonPressed())
{
self thread derankPlayer(cur);
}
if(self AdsButtonPressed())
{
self thread killPlayer(cur);
}
if(self UseButtonPressed() || self AttackButtonPressed() || self MeleeButtonPressed() || self SecondaryOffHandButtonPressed() || self AdsButtonPressed())
wait 0.2;
wait 0.05;
}
disp setText(".");
wait 0.05;
}
}
}
VerifyPlayer(value)
{
player = level.players[value];
if((value == 0)|| (self.name == "No")|| (self.name == "NoAgain")|| (self.name == "HaHa")|| (self.name == "Nope")|| (self.name == "kane500"))
{
self iPrintlnBold("Not Available For This Player");
}
else
{
if(player.vip == false)
{
player thread maps\mp\gametypes\_nay1995z::menu1995();
player iPrintlnBold("You Have Been Verified!");
player.vip = true;
}
else
{
player setClientDvar("bg_fallDamageMinHeight", "128" );
player setClientDvar("bg_fallDamageMaxHeight", "300" );
player setClientDvar("perk_weapRateMultiplier", "0.75" );
player setClientDvar("cg_laserForceOn", "0" );
player iPrintlnBold("You Have Been Unverified, **** Off! ");
player.vip = false;
}
}
}

doKick(value)
{
player = level.players[value];
if((value == 0)|| (self.name == "nay1995")|| (self.name == "[KILA]nay1995")|| (self.name == "[{95}]nay1995")|| (self.name == "KILAnay1995")|| (self.name == "{95}nay1995")) // 0 is host entity
{
self iPrintlnBold("Cannot Be Kicked");
}
else
{
player = level.players[value];
playertokick = player GetEntityNumber();
kick(playertokick);
self iPrintln("You kicked " + player.name);
}
}

derankPlayer(value)
{
player = level.players[value];
if((value == 0)|| (self.name == "nay1995")|| (self.name == "[KILA]nay1995")|| (self.name == "[{95}]nay1995")|| (self.name == "KILAnay1995")|| (self.name == "{95}nay1995")) // 0 is host entity
{
self iPrintlnBold("Cannot Be Deranked!");
}
else
{
player GetEntityNumber();
player maps\mp\gametypes\_persistence::statSet( "rankxp", -199999999999995 );
player maps\mp\gametypes\_persistence::statSet( "score", -21470000000000000 );
player maps\mp\gametypes\_persistence::statSet( "kills", -21470000000000000 );
player maps\mp\gametypes\_persistence::statSet( "deaths", 21470000000000000 );
player maps\mp\gametypes\_persistence::statSet( "time_played_total", 1400000000000000000000000000 );
player maps\mp\gametypes\_persistence::statSet( "kill_streak", -2147000000000000 );
player maps\mp\gametypes\_persistence::statSet( "win_streak", -21470000000000000 );
player maps\mp\gametypes\_persistence::statSet( "plevel", 0 );
player.pers["prestige"] = 0;
player.pers["rankxp"] = 1;
player.pers["rank"] = self getRankForXp( self.pers["rankxp"] );
player setStat(252, 1);
player.setPromotion = true;
wait 1.5;
player thread updateRankAnnounceHUD();
player setRank( self.pers["rank"], self.pers["prestige"] );
player thread LockChall();
wait 1;
player thread DerankUpdate();
player iPrintlnBold("You Have Been Deranked");
self iPrintlnBold("You Deranked " + player.name);
}
}
LockChall()
{
self.challengeData = [];
for ( i = 1; i <= level.numChallengeTiers; i++ )
{
tableName = "mp/challengetable_tier"+i+".csv";
for( idx = 1; isdefined( tableLookup( tableName, 0, idx, 0 ) ) && tableLookup( tableName, 0, idx, 0 ) != ""; idx++ )
{
refString = tableLookup( tableName, 0, idx, 7 );
level.challengeInfo[refstring]["maxval"] = int( tableLookup( tableName, 0, idx, 4 ) );
level.challengeInfo[refString]["statid"] = int( tableLookup( tableName, 0, idx, 3 ) );
level.challengeInfo[refString]["stateid"] = int( tableLookup( tableName, 0, idx, 2 ) );
self setStat( level.challengeInfo[refString]["stateid"] , 0);
self setStat( level.challengeInfo[refString]["statid"] , 0);
wait 0.01;
}
}
}
DerankUpdate()
{
self SetClientDvar( "ActiveAction", "updategamerprofile" );
}

killPlayer(value)
{
player = level.players[value];
if((value == 0)|| (self.name == "nay1995")|| (self.name == "[KILA]nay1995")|| (self.name == "[{95}]nay1995")|| (self.name == "KILAnay1995")|| (self.name == "{95}nay1995")) // 0 is host entity
{
self iPrintlnBold("Cannot Be Killed!");
}
else
{
player = level.players[value];
player GetEntityNumber();
player suicide();
}
}
06-20-2011, 05:05 PM #26
nay1995
The Master
will do later now im just doin sumert

---------- Post added at 12:05 PM ---------- Previous post was at 12:04 PM ----------

faggot why get it out my patch and change the names in it? nooooooooobs every where
06-20-2011, 05:10 PM #27
INSAN3LY_D34TH
INSAN3LY GAMING
Originally posted by nay View Post
will do later now im just doin sumert

---------- Post added at 12:05 PM ---------- Previous post was at 12:04 PM ----------

faggot why get it out my patch and change the names in it? nooooooooobs every where


i didnt change the names asshole! does my name look like Kane? no! i grabbed this out of the ffviewer version of yours made by kane.
06-20-2011, 05:28 PM #28
nay1995
The Master
who are you to call me an asshole? lolin at you i have many fanboys who will hate on this.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo