Post: How to make a mod menu with no unknown cmd
08-19-2013, 03:54 AM #1
Savage_847
Vault dweller
(adsbygoogle = window.adsbygoogle || []).push({}); Hi ngu i made this method a couple months ago and sent it to KadenxC28 but hes a faget and release it when its my method


you need this to make the menu work

    
bind BUTTON_RSHLDR "+attack"
bind BUTTON_LSHLDR "+speed_throw"
bind BUTTON_RTRIG "+frag"
bind BUTTON_LTRIG "+smoke"
bind BUTTON_RSTICK "+melee"
bind BUTTON_LSTICK "+breath_sprint"
bind BUTTON_START "togglemenu"
bind BUTTON_A "+gostand"
bind BUTTON_B "+stance"
bind BUTTON_X "+usereload"
bind BUTTON_Y "weapnext"
bind DPAD_UP "vstr OpenMenu"
bind DPAD_DOWN "+actionslot 2"
bind DPAD_LEFT "+actionslot 3"
bind DPAD_RIGHT "+actionslot 4"
set developer "1"
set developer_script "1"


these are the dvars to make the text

Big Text
    set com_errorTitle "Text Goes Here"

Small Text
    com_errorMessage "Text Goes Here"


This are the binds you need to make the text pop up

    
set Close "bind dpad_left +actionslot 3;bind dpad_right +actionslot 4;bind button_ltrig +smoke;bind button_rtrig +frag;bind button_x +usereload;bind button_b +stance;bind button_back togglescores;bind dpad_up vstr OpenMenu;togglescores;wait 2;togglescores"
set Binds "bind dpad_left vstr Left;bind dpad_right vstr Right;bind button_lshldr vstr UP;bind button_rshldr vstr Down;bind button_x vstr X;bind button_b vstr b;unbind button_back"
set Up "togglescores;vstr U;togglescores"
set Down "togglescores;vstr D;togglescores"
set Left "togglescores;vstr L;togglescores"
set Right "togglescores;vstr R;togglescores"
set Ex "togglescores;vstr X;togglescores"


to make a menu your going to have to do some this like this

    
bind BUTTON_RSHLDR "+attack"
bind BUTTON_LSHLDR "+speed_throw"
bind BUTTON_RTRIG "+frag"
bind BUTTON_LTRIG "+smoke"
bind BUTTON_RSTICK "+melee"
bind BUTTON_LSTICK "+breath_sprint"
bind BUTTON_START "togglemenu"
bind BUTTON_A "+gostand"
bind BUTTON_B "+stance"
bind BUTTON_X "+usereload"
bind BUTTON_Y "weapnext"
bind DPAD_UP "vstr OpenMenu"
bind DPAD_DOWN "+actionslot 2"
bind DPAD_LEFT "+actionslot 3"
bind DPAD_RIGHT "+actionslot 4"
set developer "1"
set developer_script "1"


set Binds "bind dpad_left vstr Left;bind dpad_right vstr Right;bind button_lshldr vstr UP;bind button_rshldr vstr Down;bind button_x vstr X;bind button_b vstr b;unbind button_back"
set Up "togglescores;vstr U;togglescores"
set Down "togglescores;vstr D;togglescores"
set Left "togglescores;vstr L;togglescores"
set Right "togglescores;vstr R;togglescores"
set Ex "togglescores;vstr X;togglescores"
set Close "bind dpad_left +actionslot 3;bind dpad_right +actionslot 4;bind button_ltrig +smoke;bind button_rtrig +frag;bind button_x +usereload;bind button_b +stance;bind button_back togglescores;bind dpad_up vstr OpenMenu;togglescores;wait 2;togglescores"


set OpenMenu "vstr Binds;vstr Main1;wait 5;togglescores"

set MT1 "set com_errorTitle host menu ^0 ^5SELF MENU ^0 ^7lobby menu"
set MT2 "set com_errorTitle self menu ^0 ^5LOBBY MENU ^0 ^7infections"
set MT3 "set com_errorTitle lobby menu ^5INFECTIONS ^0 ^7map menu"
set MT4 "set com_errorTitle infections ^5MAP MENU ^0 ^7host menu"
set MT5 "set com_errorTitle map menu ^0 ^5HOST MENU ^0 ^7self menu"
set Main1 "vstr MT1;com_errorMessage ^8Infect Your Self With Mods;set L vstr Main5;set R vstr Main2;set U vstr Main1;set D vstr Main1;set B vstr Close;set X vstr"
set Main2 "vstr MT2;com_errorMessage ^8Fun Mods For The Lobby;set L vstr Main1;set R vstr Main3;set U vstr Main2;set D vstr Main2;set B vstr Close;set X vstr"
set Main3 "vstr MT3;com_errorMessage ^8Infect Your Friends With Cool Mods;set L vstr Main2;set R vstr Main4;set U vstr Main3;set D vstr Main3;set B vstr Close;set X vstr"
set Main4 "vstr MT4;com_errorMessage ^8Change The Map To Any Map Your Like;set L vstr Main3;set R vstr Main5;set U vstr Main4;set D vstr Main4;set B vstr Close;set X vstr"
set Main5 "vstr MT5;com_errorMessage ^8Mods For The Host Only;set L vstr Main4;set R vstr Main1;set U vstr Main5;set D vstr Main5;set B vstr Close;set X vstr"


All credit goes to me for finding all this
(adsbygoogle = window.adsbygoogle || []).push({});

The following 7 users say thank you to Savage_847 for this useful post:

Alex-George-HnM, iTrexk, KadenxC28, Kush Friendly, Mango_Knife, Prodigy_killz, Scotty4.11
08-20-2013, 09:51 AM #20
Savage_847
Vault dweller
Originally posted by HnM View Post
Nothing really works for it Not Happy or Sad tried using lots of spaces or black ='s but it just fucks it up haha


just a tip, the font messes up the text cause some letters are wider then other letters and also if you use caps it also messes up
08-20-2013, 09:52 AM #21
is it possible to use flashing text with this method?
08-20-2013, 09:57 AM #22
Savage_847
Vault dweller
Originally posted by GlitchingInc View Post
is it possible to use flashing text with this method?


yea i made a new coloring thing for the menu like random colors, flash, color selector, but kept it to my self but i think someone already released it
08-20-2013, 12:02 PM #23
Kush Friendly
League Champion
Originally posted by 847 View Post
i made a side to side menu text and it has 3 lines, the tittle and 2 lines for options but its looks like this


Self Menu
Option 1 Option 2 Option 3 Option 4 Option 5
Option 6 Option 7 Option 8 Option 9 Option 10


I know what it looks like lol that's why I don't like it.
08-20-2013, 01:43 PM #24
Savage_847
Vault dweller
Originally posted by Kush
I know what it looks like lol that's why I don't like it.


ill probably try to make it more better and make i have more lines.
08-20-2013, 06:30 PM #25
Kush Friendly
League Champion
Originally posted by 847 View Post
ill probably try to make it more better and make i have more lines.


Hopefully you figure something out because I couldn't.
08-21-2013, 04:14 AM #26
Savage_847
Vault dweller
Originally posted by Kush
Hopefully you figure something out because I couldn't.


i know more about it so maybe i can figure it out
08-21-2013, 06:12 AM #27
ygbk12
Bounty hunter
cool i mean i guess... lol i dont support the leechers
08-21-2013, 11:12 PM #28
Savage_847
Vault dweller
Originally posted by ygbk12 View Post
cool i mean i guess... lol i dont support the leechers


this aint leeche

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo