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-24-2011, 08:55 PM #65
Originally posted by Correy View Post
whats been 5 months :fyea: ?

---------- Post added at 12:45 AM ---------- Previous post was at 12:44 AM ----------



ha, there's no trouble nomore apart from you, trouble causer. lmao, joking
but i actually did mean to put credits in, i told everyone it was zy0ns menu, but to the point of this.. this has gotta be the smallest menu ever.

note: it's just got smaller too Winky Winky

---------- Post added at 12:46 AM ---------- Previous post was at 12:45 AM ----------



simple way of getting around that Winky Winky!
just don't have a doHeart :p

its been like 6 months since i added you on xCorrey but coz u got iCorrey can you add CALL-OF-DUTY--NJ
10-26-2011, 12:00 PM #66
1337HaXaLoT
Bounty hunter
this menu sucks

The following user groaned 1337HaXaLoT for this awful post:

Correy

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo