Post: [Release] - Smallest Menu Ever Made!
10-22-2011, 11:04 PM #1
Correy
I'm the Original
(adsbygoogle = window.adsbygoogle || []).push({}); i did forgot to state, this was made from Zy0n's kick menu.. i edited alot to form a menu

the title says it all, this is the smallest menu ever..
it's very simple, easy to function and very very small.

as of many patches this does not ever overflow due to text and yes, it's very stable.

Menu Main Features
    
- Very Very Small
- Easy Functioning
- Scrolls Up & Down
- No String Overflow
- Stealth
- Go In Prone To Use
- Hold Square Select
- R2 Scroll Up
- L2 Scroll Down
- Scroll Patch


Menu Syntax
    
n - Option Name( "God Mode" )
f - Option Function( ::GodMode )
i - Option Input( 1/ "" );


    
Micro_Menu(){
n[0] = "Option 1";
f[0] = ::test;
n[1] = "Option 2";
f[1] = ::test;
n[2] = "Option 3";
f[2] = ::test;
wait 1;
for(c=0;Winky Winky
{ while(self getStance() == "prone")
{ self setLowerMessage(n[c]);
c+=self FragButtonPressed();
c-=self secondaryOffHandButtonPressed();
if(c<0)c=3;if(c>3)c=0;
c*=(c<n.size);
if(self UsebuttonPressed())self thread [[f[c]]]([i[c]]);
wait (self FragButtonPressed())*.2+(self UsebuttonPressed())*.5+.5;
}
self clearLowerMessage();
wait .05;
}
}
test(){self iPrintln("Test");}


here's another one, a little update.. i just basically made a little extra function and made it look a little nicer!
    
Correy(){
self getMenu();
wait 1;
self maps\mp\gametypes\_hud_message:GaspldNotifyMessage("Welcome "+self.name,"The Micro Menu v1");
for(c=0;Winky Winky
{ self freezeControls(false);
while(self getStance()=="prone")
{ setDvar("r_blur",9);
setDvar("ui_hud_hardcore",1);
self freezeControls(true);
self setLowerMessage("- ^2" + self.n[c] + " ^7-");
c+=self FragButtonPressed();
c-=self secondaryOffHandButtonPressed();
if(c<0)c=3;if(c>3)c=0;
c*=(c<self.n.size);
if(self UsebuttonPressed()){self thread [[self.f[c]]]();self iPrintln("^2You Selected : "+self.n[c]);}
wait (self FragButtonPressed())*.2+(self UsebuttonPressed())*.5+.5;
}
setDvar("r_blur",0);
setDvar("ui_hud_hardcore",0);
self clearLowerMessage();
wait .05;
}
}
getMenu()
{ self.n[0] = "Option 1";
self.f[0] = ::test;
self.n[1] = "Option 2";
self.f[1] = ::test;
self.n[2] = "Option 3";
self.f[2] = ::test;
wait 1;
}
test(){self iPrintln("Testing");}


click the spoiler to see a video of this little beast!



enjoy this, super little micro menu Enzo
note: next version i think i might add sub menu's.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 8 users say thank you to Correy for this useful post:

Baby-panama, Docko412, IELIITEMODZX, ImDUB, iReset Nigga, IVI40A3Fusionz, Jeremy, User2340034u
10-23-2011, 12:15 PM #29
xKtF
In my man cave
idk this shit is to ****ing hard to add 1 simple function cant do this i think imma move 2 mw2 gsc

The following user groaned xKtF for this awful post:

10-23-2011, 12:27 PM #30
Correy
I'm the Original
Originally posted by Blackstorm View Post
Where's the credits to Swifteh, K Brizzle, and Zy0n? You pretty much used their menu, made a few small changes and called it yours...


Not trying to be a dick or anything but people taking other people's work is a no no in my book, no matter who it is. You know this!

Here are the links to the original menus ( *No advertising intended* )... released over a year ago!

I thought you were better than that Correy /:

You must login or register to view this content.

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


didn't mean i was leeching, i just forgot to put the credits in :p

---------- Post added at 01:27 PM ---------- Previous post was at 01:26 PM ----------

Originally posted by x. View Post
I'm surprised it's taken you all this long to realise that this is what Correy does..


and what do i leach?
10-23-2011, 12:28 PM #31
Default Avatar
Newelly
Guest
Originally posted by infinitycl View Post
idk this shit is to ****ing hard to add 1 simple function cant do this i think imma move 2 mw2 gsc


MW2 modding is the same as this apart from you need to bypass for GSC for MW2
i think you should consider CFG modding ...

The following user thanked Newelly for this useful post:

Correy
10-23-2011, 12:33 PM #32
Originally posted by BAdmaNgLiTcHa View Post
I dont really care, I don't choose my friends over how good they are at programming. :p
I don't meet my friends on the internet at all.. Happy

The following user thanked x_DaftVader_x for this useful post:

Diddles2Fresshh
10-23-2011, 12:36 PM #33
xKtF
In my man cave
yes i know im good with cfg but i wanna do gsc i wanna get both of them its just so confusing add a function 2 gsc wanna have a look i add 1 function add got a error
10-23-2011, 12:37 PM #34
Originally posted by Correy View Post
didn't mean i was leeching, i just forgot to put the credits in ..

...and what do i leach?
Just saying you do it quite a lot. Change the function name to Correy(), post it then when you get pulled on it you say "Oh I forgot to add the credits".. But who cares, that's all that goes on on this site nowadays anyway...

The following user thanked x_DaftVader_x for this useful post:

aerosoul94
10-23-2011, 12:43 PM #35
Correy
I'm the Original
Originally posted by x. View Post
Just saying you do it quite a lot. Change the function name to Correy(), post it then when you get pulled on it you say "Oh I forgot to add the credits".. But who cares, that's all that goes on on this site nowadays anyway...


so your saying cause i get old things, edit them and then release them working for cod4 im a leacher?

---------- Post added at 01:43 PM ---------- Previous post was at 01:38 PM ----------

Originally posted by Blackstorm View Post
Where's the credits to Swifteh, K Brizzle, and Zy0n? You pretty much used their menu, made a few small changes and called it yours...


Not trying to be a dick or anything but people taking other people's work is a no no in my book, no matter who it is. You know this!

Here are the links to the original menus ( *No advertising intended* )... released over a year ago!

I thought you were better than that Correy /:

You must login or register to view this content.

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


yes, i agree but it's not as if leaching is taking something, editing it.. completely changing the function of the script is it?
look at my bottom coding, thats what i done for it.. you can see the difference
10-23-2011, 12:43 PM #36
Correy
I'm the Original
Originally posted by Blackstorm View Post
Where's the credits to Swifteh, K Brizzle, and Zy0n? You pretty much used their menu, made a few small changes and called it yours...


Not trying to be a dick or anything but people taking other people's work is a no no in my book, no matter who it is. You know this!

Here are the links to the original menus ( *No advertising intended* )... released over a year ago!

I thought you were better than that Correy /:

You must login or register to view this content.

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


yes, i agree but it's not as if leaching is taking something, editing it.. completely changing the function of the script is it?
look at my bottom coding, thats what i done for it.. you can see the difference
10-23-2011, 12:44 PM #37
Originally posted by Correy View Post
so your saying cause i get old things, edit them and then release them working for cod4 im a leacher?

I never used the word leech.

The following user thanked x_DaftVader_x for this useful post:

Blackstorm

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo