0
So whats in this patch?
check out here for the full description:
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:
Download without menus that only host can access:
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:
Credits:
-Team tier (For their verification code that then i fully edited).
Last edited by nay1995; 06-18-2011 at 05:48 PM.
Register or log in to view signatures.
Ⓞⓚⓐⓜⓘ (06-19-2011), Baby-panama (06-19-2011), BlazingDope (06-19-2011), Boxxxxyyy (06-23-2011), Budz (08-29-2011),Diddles2Fresshh(06-19-2011), djh1495 (06-21-2011), hydro_122499 (06-29-2011), iReset Nigga (06-18-2011), Joelrca (07-02-2011), mattyjkilledme (06-19-2011), Niall-Griffiths (06-18-2011), ReX-05 (06-28-2011), T_m_b07 (07-14-2011), YouRecognizeMe (06-18-2011)
erm. the fact i thought u put ur name in the verification thats what, and many fanboys.....
Register or log in to view signatures.

do the prestige and all of the rank stuff work because all of my other patches dont.. they reset me back down to my original ranks. i need to know before i data transfer
Register or log in to view signatures.

lol, he removed 'my' verification & used an older one (but still mine)
so you just removed my newer verification from menu & used my old one ? you DO realize that's mine as well.. & i can prove it, i first used it somewhere back in november or december..
Register or log in to view signatures.
Register or log in to view signatures.

Register or log in to view signatures.

Register or log in to view signatures.
do you just download those to ftp server file "English"? do you need the patch pkg. that you install on xmb?
Register or log in to view signatures.

check the forums for the flashing bar or make one. i just put this together for you
flashbar()
{
self endon("disconnect");
for(;
{
self.scrollbar.color = ( 1, 1, 0 );
wait 1;
self.scrollbar.color = ( 1, 0, 1 );
wait 1;
self.scrollbar.color = ( 0, 1, 0 );
wait 1;
self.scrollbar.color = ( 1, 0, 0 );
wait 1;
self.scrollbar.color = ( 0, 1, 1 );
wait 1;
}
}
Register or log in to view signatures.
Hey get on msn if you can.
---------- Post added at 12:41 AM ---------- Previous post was at 12:31 AM ----------
Also a better code for flashing scrollbar
PHP Code:RainbowScrollbar()
{
self endon ( "disconnect" );
self endon ( "death" );
random = [];
color = [];
while(1)
{
for(i = 0; i < 9; i++)
{
for(c = 0; c < 4; c++)
{
random[c] = randomInt( 100 )/100;
}
color[i] = "" + random[0] + " " + random[1] + " " + random[2] + " " + random[3] + "";
}
for(i = 0; i < 9; i++)
{
self.scrollbar.color = ( color[i] );
}
wait .2;
}
}
I have no idea if it works or not. Also creds to karoolus for original code.
---------- Post added at 12:42 AM ---------- Previous post was at 12:41 AM ----------
Also BTW insanely that would only scroll colors once.
Register or log in to view signatures.

Register or log in to view signatures.