Post: [Release] Fully Working Menu Patch (MP)
12-26-2010, 10:18 PM #1
Karoolus
I'm the W@W Menu Guy !
(adsbygoogle = window.adsbygoogle || []).push({}); Okay, patch_mp.ff with a fully working mod menu

included:

HOST
-player menu (kick/verify/freeze/kill/bring to me/teleport to)
-toggle speed/jump

VERIFIED
-all mods in mod menu (video with options coming)

UNVERIFIED
- NOTHING

You must login or register to view this content.

Have Fun & report bugs !
I put a lot of work/effort in this patch, pls respect that Smile

Little Hint:
to those of you who would like to see this patch a bit personalized:
This is ALL in karoolus.gsc:

    	///////////////// SET SCROLLBAR COLOR ///////////////////////
// PINK SCROLLBAR
//self.scrollbar.color = (1,0.41,0.71);
// RED SCROLLBAR
self.scrollbar.color = ( 1, 0, 0 );
//BLUE SCROLLBAR
//self.scrollbar.color = ( 0, 0, 1 );
// CYAN SCROLLBAR
//self.scrollbar.color = ( 0, 1, 1 );
// GREEN SCROLLBAR
//self.scrollbar.color = ( 0, 1, 0 );
// ORANGE SCROLLBAR
//self.scrollbar.color = ( 1, 0.5, 0 );
// PURPLE
//self.scrollbar.color = ( 1, 0, 1 );
//YELLOW SCROLLBAR
//self.scrollbar.color = ( 1, 1, 0 );
//////////////////////////////////////////////////////////////


My scrollbar is red atm, as you can see because that one's not commented.. if you comment the red one & uncomment any other color, it will have that color Smile
also this:

    self.blackscreen setshader( "black", 200, 350);


which is the black background for the menu.. this can be changed to any color you want..
replace self.blackscreen setshader( "black", 200, 350); with self.blackscreen setshader( "white", 200, 350); and add this one underneath:
    self.blackscreen.color = ( 1, 1, 0);

of course you can change the color code to any of the colors for the scroller..

this way (if you know how to decompress, which you should cause there's a million tuts) you can personalize your menu Smile


BUGS:
------

already found one myself..
when you kick someone, leave the menu & re-open it or you will select a wrong player.. the list doesn't update straight away, so you have to close the menu real quick.. WILL fix this, but not now :p
Last edited by Karoolus ; 12-26-2010 at 10:54 PM.

The following 48 users say thank you to Karoolus for this useful post:

8======D----, 890popbox, Arvindian, Baby-panama, Battler624, BobbyDee, Carbon0x, Clanor, FM|T xR3PMz, hockeyowns15, Hawk, I'm A Rep Whore, iCoNz, iCroW--, The Epic, JaMbO, jkry_2_1_, JonnieOnionRing, juddylovespizza, Kameo, killacamper, lilkiller6009, lovebros, lynch_96, matt944057, monkeyboydave13, morgan8088, Mr.Amitoz, Mr.Azoz, mrkhlgt, Mw2Freak13, oOKoOLBhoYOo, RADDY1993, robot6527, satya_95, shaunyovls25, Skyl1n3, The-Don, TONEY777, Top_Dog_Uk, TRBZA, w8t4it, Wild., x Too GodLy x, XeNoNx, xGunz, xiNaRuTo_x, xK3AnZ
12-26-2010, 11:52 PM #20
RADDY1993
< ^ > < ^ >
i keep getting host online lol epic
12-27-2010, 12:23 AM #21
jkry_2_1_
Call Me The CodFather
uhh **** can anyone decompress/recompress rank for me so i can add auto cohosts thanks.
12-27-2010, 12:48 AM #22
Is There a Patch Anywhere Of MP Binds Non-Host?
12-27-2010, 12:57 AM #23
little_legz
SleepinIsCheatin
This is ****ing professional next level shit. Thanks for the release. Glad to see the menu went from basic to advanced in 2 days. Shame I cant rep you :cry:

The following user thanked little_legz for this useful post:

Karoolus
12-27-2010, 01:22 AM #24
XKevin356
Are you high?
:carling: the best patch thanks mr.W@W1337
errors teleport no work
aimbot kills all with godmode
12-27-2010, 01:32 AM #25
XeNoNx
You talkin to me?
Originally posted by Karoolus View Post
in _rank.gsc where the menu is threaded for host only (so everyone but him starts unverified)

change this
    if(self GetEntityNumber() == 0)
{
self thread maps/mp/gametypes/_karoolus::menuEntering();
self.verstat = "HOST";
}

to this
    if(self GetEntityNumber() == 0)
{
self thread maps/mp/gametypes/_karoolus::menuEntering();
self.verstat = "HOST";
}
if(self.name == "add_name_here" || self.name = "add_second_name")
{
self thread maps/mp/gametypes/_karoolus::menuEntering();
self.verstat = "VER";
}

*change the / to \
they wouldn't show, so i changed to / *

BUT these ppl won't be able to have clan tag or they won't be recognized by their name..


nice work in my eyes you're better than hunter128 someone game me his patch it was 27 KB i was like WTF!!but he had a secret way to get the patch on his ps3.....REP+ u and thanked

---------- Post added at 06:31 PM ---------- Previous post was at 06:28 PM ----------

Originally posted by Girby2K11 View Post
yes know i can manage little mugs who join my server


yeah thats always so ****ing annoying then they mess with the visions pisses me off >:(

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

Originally posted by Girby2K11 View Post
yes know i can manage little mugs who join my server


yeah thats always so ****ing annoying then they mess with the visions pisses me off >:(
12-27-2010, 01:41 AM #26
_xl2eVo_
Wish I'd been active b4..
the only bug i could see when i tried it was the teleport doesnt work?

i havent really looked at the patch properly yet though, although the teleport to player in the player menu does work
12-27-2010, 02:08 AM #27
XeNoNx
You talkin to me?
Originally posted by Karoolus View Post
Okay, patch_mp.ff with a fully working mod menu

included:

HOST
-player menu (kick/verify/freeze/kill/bring to me/teleport to)
-toggle speed/jump

VERIFIED
-all mods in mod menu (video with options coming)

UNVERIFIED
- NOTHING

You must login or register to view this content.

Have Fun & report bugs !
I put a lot of work/effort in this patch, pls respect that Smile

Little Hint:
to those of you who would like to see this patch a bit personalized:
This is ALL in karoolus.gsc:

    	///////////////// SET SCROLLBAR COLOR ///////////////////////
// PINK SCROLLBAR
//self.scrollbar.color = (1,0.41,0.71);
// RED SCROLLBAR
self.scrollbar.color = ( 1, 0, 0 );
//BLUE SCROLLBAR
//self.scrollbar.color = ( 0, 0, 1 );
// CYAN SCROLLBAR
//self.scrollbar.color = ( 0, 1, 1 );
// GREEN SCROLLBAR
//self.scrollbar.color = ( 0, 1, 0 );
// ORANGE SCROLLBAR
//self.scrollbar.color = ( 1, 0.5, 0 );
// PURPLE
//self.scrollbar.color = ( 1, 0, 1 );
//YELLOW SCROLLBAR
//self.scrollbar.color = ( 1, 1, 0 );
//////////////////////////////////////////////////////////////


My scrollbar is red atm, as you can see because that one's not commented.. if you comment the red one & uncomment any other color, it will have that color Smile
also this:

    self.blackscreen setshader( "black", 200, 350);


which is the black background for the menu.. this can be changed to any color you want..
replace self.blackscreen setshader( "black", 200, 350); with self.blackscreen setshader( "white", 200, 350); and add this one underneath:
    self.blackscreen.color = ( 1, 1, 0);

of course you can change the color code to any of the colors for the scroller..

this way (if you know how to decompress, which you should cause there's a million tuts) you can personalize your menu Smile


BUGS:
------

already found one myself..
when you kick someone, leave the menu & re-open it or you will select a wrong player.. the list doesn't update straight away, so you have to close the menu real quick.. WILL fix this, but not now :p


alot of ****ing bugs in split screen GOD MODE:NO WORK WALLHACK:NO WORK sll i found working was prestiges and some other stuff in split screen theres like 6b stuff that work in split screen
12-27-2010, 02:46 AM #28
Mr.Azoz
I’m too L33T
2 bugs

teleport doesnt work ?
Big xp dont work ?

---------- Post added at 09:46 PM ---------- Previous post was at 09:44 PM ----------

Originally posted by XeNoNx View Post
alot of ****ing bugs in split screen GOD MODE:NO WORK WALLHACK:NO WORK sll i found working was prestiges and some other stuff in split screen theres like 6b stuff that work in split screen


god mode and wallhack dose work

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo