whatEver63
u have to download and install hexworkshop i suggest, then press ctrl+f and make a search for a string text with the value= to the command name.
for example to change GameMaster command:
search type: text string; value GameMaster
u will then find this hex: 6761 6D65 6D61 7374 6572
now to change it overwrite in the right page layout over the GameMaster the new command, if the new name is shorter u will have to correct the hex and make it end with 00 00 00...
here is an example change GameMaster to GodMode:
GameMaster (6761 6D65 6D61 7374 6572) is made of 10 letters while GodMode of 7 so this is what the new hex will have to look like:
6761 6D65 6D61 7374 6572 = GameMaster
476F 644D 6F64 6500 0000 = GodMode (notice the last 3 letters became 00 00 00.
if the new command is longer... u will have to make another type of correction.
example: change GameMaster to SuperMaster:
as b4 Gamemaster is made of 10 letters while supermaster of 11 in this case u must look b4 the hex which corresponds to gamemaster (6761 6D65 6D61 7374 6572), u will notice there is a 0A00 0000, instead of 0A (which is equal to 10, the number of letters) u will have to put 0B which is 11.
bah, i keep on making things look complicated, sorry