Post: [TUTORIAL/RELEASE] USB Menu Without "unknown cmd"
08-18-2013, 10:13 PM #1
KadenxC28
Little One
(adsbygoogle = window.adsbygoogle || []).push({}); deleted
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to KadenxC28 for this useful post:

Scotty4.11, Script Kiddie

The following 12 users groaned at KadenxC28 for this awful post:

Okami, blackhawk2299, CoDyMoDz1000XD, FwiskyFIFA, Kush Friendly, Obris, Savage_847, SnaY, Sticky, The Kosmic, ViolentFelon, ZerOtObey+RM
08-19-2013, 03:29 AM #20
Savage_847
Vault dweller
Originally posted by KadenxC28 View Post
Hello, and welcome to the thread


Today, I am finally releasing the method to make a USB mod menu WITHOUT the "unknown cmd" error and with no lag when not host. There are, as far as I know, two ways to do this. (Both work for every CoD) I am only releasing one in this thread.

Lets begin!
FAQ before using this method:
    Q: What does/can the menu look like?
A: [URL="https://www.mediafire.com/download/2d2evdl1zyaxe26/No_Unknown_CMD_Example.JPG"]Here's an example[/URL]

Q: Is it harder/longer to code a menu this way?
A: It is about the same difficulty and actually takes less space than the traditional CFG style.

If you have any questions you would like added, quote me.


Okay, I'll try to make this as n00b friendly as possible, because it is for USB users. lol

How to make a USB mod menu without the "unknown cmd" error:

Step 1:
Button Layout: (I use tactical)
    set gpad_buttonsconfig "YOLO"
bind BUTTON_RSHLDR "+attack"
bind BUTTON_LSHLDR "+speed_throw"
bind BUTTON_RTRIG "+frag"
bind BUTTON_LTRIG "+smoke"
bind BUTTON_RSTICK "+stance"
bind BUTTON_LSTICK "+breath_sprint"
bind BUTTON_START "togglemenu"
bind BUTTON_A "+gostand"
bind BUTTON_B "+melee"
bind BUTTON_X "+usereload"
bind BUTTON_Y "weapnext"
bind DPAD_UP "vstr Open"
bind DPAD_DOWN "+actionslot 2"
bind DPAD_LEFT "+actionslot 3"
bind DPAD_RIGHT "+actionslot 4"


As you can see, I set dpad_up to Open the menu. You can use whatever you want.


Step 2:
These DVARs need to be pre-set for this to work:
    seta loc_warnings "0"
seta loc_warningsAsErrors "0"


So, all together, that's:
    set gpad_buttonsconfig "YOLO"
bind BUTTON_RSHLDR "+attack"
bind BUTTON_LSHLDR "+speed_throw"
bind BUTTON_RTRIG "+frag"
bind BUTTON_LTRIG "+smoke"
bind BUTTON_RSTICK "+stance"
bind BUTTON_LSTICK "+breath_sprint"
bind BUTTON_START "togglemenu"
bind BUTTON_A "+gostand"
bind BUTTON_B "+melee"
bind BUTTON_X "+usereload"
bind BUTTON_Y "weapnext"
bind DPAD_UP "vstr Open"
bind DPAD_DOWN "+actionslot 2"
bind DPAD_LEFT "+actionslot 3"
bind DPAD_RIGHT "+actionslot 4"
seta loc_warnings "0"
seta loc_warningsAsErrors "0"


Step 3:
The Open function:
First, incase you haven't noticed, this method works on the concept that every time that the error text is edited and the scoreboard is toggled, the error message is displayed. So it looks like this:

    set Open "vstr Binds;vstr Remember;togglescores"
set Remember "vstr MM1"
(The "Remember" function is for option rememberance)


So, we edit the error message text and then toggle the scoreboard. The error message is displayed. Now, how do we manipulate this to make a mod menu? It's all in the binds.

    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" //You cannot use dpad_up/down while the menu is opened.
set Up "togglescores;vstr u;togglescores"
set Down "togglescores;vstr d;togglescores"
set Left "togglescores;vstr l;togglescores"
set Right "togglescores;vstr r;togglescores"


So, when a button is pressed, we:
1. togglescores to remove the error message.
2. Edit the error message text.
3. togglescores to refresh the error message.


Steps 1-3 together:
set gpad_buttonsconfig "YOLO"
bind BUTTON_RSHLDR "+attack"
bind BUTTON_LSHLDR "+speed_throw"
bind BUTTON_RTRIG "+frag"
bind BUTTON_LTRIG "+smoke"
bind BUTTON_RSTICK "+stance"
bind BUTTON_LSTICK "+breath_sprint"
bind BUTTON_START "togglemenu"
bind BUTTON_A "+gostand"
bind BUTTON_B "+melee"
bind BUTTON_X "+usereload"
bind BUTTON_Y "weapnext"
bind DPAD_UP "vstr Open"
bind DPAD_DOWN "+actionslot 2"
bind DPAD_LEFT "+actionslot 3"
bind DPAD_RIGHT "+actionslot 4"
seta loc_warnings "0"
seta loc_warningsAsErrors "0"

set Open "vstr Binds;vstr Remember;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 Remember "vstr MM1"


Step 4:
Editing the error message:
    There are many ways to do this, I'll show an example.
set MM1 "[B]set com_errorTitle[/B] ^2GunShotZ_MoDz ^4v1;[B]set com_errorMessage[/B] ^3[^5Sub Menu 1^3] ^1[^4Sub Menu 2^1] ^1[^4Sub Menu 3^1] ^1[^4Sub Menu 4^1] ^1[^4Sub Menu 5^1] ^1[^4Sub Menu 6^1];set d vstr MM4;set u vstr MM4;set l vstr MM3;set r vstr MM2;set Remember vstr MM1;set b vstr Close;set x vstr SM11"


It will take A LOT of testing to get the text aligned, but you get the hang of it.


Okay, I think that's about it! If I missed anything or if you have any questions or comments, quote me. Please, refrain from using hateful language directed toward USB modders. Yes, I know that most of them are leeching faggots and the ones that aren't, are usually retarded. But there are some legit USB modders that will use this in their menus. And I think a patch would look pretty bad-ass using this method as well. So, yeah I'll leave a download link to a menu base that I've made using this method below. Thanks for reading Smile


You must login or register to view this content.


what a faget i get no credit? i made this you didnt, this is my method, your such a faget i thought you said you went going to release it
08-19-2013, 03:31 AM #21
KadenxC28
Little One
Z
Originally posted by Kush
Im going to try some things to improve it but theirs not a lot of freedom with it. You cant do much with it.


There are ways to improve it, I'm just not releasing them. I kept the thread as simple as possible so that the small minds of most USB modders could understand it. And there is freedom with it, you just need to learn to use a little bit of creativity and a lot of these "^0 "
08-19-2013, 03:37 AM #22
KadenxC28
Little One
Originally posted by 847 View Post
what a faget i get no credit? i made this you didnt, this is my method, your such a faget i thought you said you went going to release it


I said in the thread that you have me the method. lol and you told me in the chat on Friday that I could release it.
08-19-2013, 03:44 AM #23
Savage_847
Vault dweller
Originally posted by KadenxC28 View Post
I said in the thread that you have me the method. lol and you told me in the chat on Friday that I could release it.

never said shot and you gave no credit you a fake bitch just like every other faget
08-19-2013, 03:53 AM #24
KadenxC28
Little One
Originally posted by 847 View Post
never said shot and you gave no credit you a fake bitch just like every other faget


In the chat room where you were trying to sell your ps3, I said I'm not going to release it. But you said "idc if you release it cuz I don't code anymore." And I said "okay ill release tomorrow."
08-19-2013, 03:56 AM #25
Savage_847
Vault dweller
Originally posted by KadenxC28 View Post
In the chat room where you were trying to sell your ps3, I said I'm not going to release it. But you said "idc if you release it cuz I don't code anymore." And I said "okay ill release tomorrow."


you are fake as fuck i said but dont release it and you said its just for me
08-19-2013, 04:02 AM #26
KadenxC28
Little One
Originally posted by 847 View Post
you are fake as fuck i said but dont release it and you said its just for me


lol I'm looking at the chat right now xD
08-19-2013, 04:07 AM #27
Savage_847
Vault dweller
Originally posted by KadenxC28 View Post
lol I'm looking at the chat right now xD


i dont care i said im not going to code no more but i also said dont release it , and you didnt make this method your a leeching fake fuck cause i sent it to you like a month ago and i have the skype to prove it, found out how to make waw stealth menus, have 2 types of unknown cmds, and make a mod menu on black ops zombies and i was going to send it to you once i fixed some bugs but now that i see that your fake as fuck
08-19-2013, 04:44 AM #28
Kush Friendly
League Champion
Originally posted by 847 View Post
never said shot and you gave no credit you a fake bitch just like every other faget


Lulz you fucked up.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo