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
09-02-2013, 01:44 AM #29
KadenxC28
Little One
Originally posted by 847 View Post
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"[I][/I]
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


lol I have a new way that looks wayyyyy better xD
09-02-2013, 07:45 AM #30
Savage_847
Vault dweller
Originally posted by KadenxC28 View Post
lol I have a new way that looks wayyyyy better xD


Kool.
09-02-2013, 08:28 PM #31
FutureOps
Little One
Originally posted by xI2iley
It's ok none of those moron's will understand how this work's or how to do it. Tried explaining it to my friend he still didn't get it.... Dumbass people lol and for the one's that do get it what's the worst that could happen ? Their gunna play dress up with their usb menu's and say it's a patch ? They already do that Smile lol


If someone cant see how this works they are fucking retarded. Excuse my language but seriously.... I don't even make CFG bullshit and I can clearly see how its done..........
09-03-2013, 04:41 PM #32
Script Kiddie
At least I can fight
Originally posted by FutureOps View Post
If someone cant see how this works they are fucking retarded. Excuse my language but seriously.... I don't even make CFG bullshit and I can clearly see how its done..........


yep what I've learned from modding cod and playing cod is one thing mostly I see this world has some very "STUPID" people I question how the hell they are alive at time's. it amaze's me lol I mean ok I get it if you never seen anything like this before... but I mean I've had people ask if I can activate their patche's for them in game I fear for the future of the human race because if dumb ass's like those breed then were all gunna die... oh wait were already doing that lol Smile
the "ME" generation is the end of the world ha ha ha I say kill it with fire before it lay's egg's Reaper

The following user thanked Script Kiddie for this useful post:

FutureOps

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo