
Originally Posted by
Mambo
Hi, I'm trying stuff in my client (theduel.exe)
Well my problem: Can i change like /admin_ban to /disconnect?
If so, is this an ascii in the client and server or do i have to change a string in the client files without ASM editing anything?
Thx in advance!
This is a very easy Edit with HeX Editors:, Open gunz.exe with a hex editor, Find a Text String Value :
OR
Edit them to your Command name which you want, as Example to use the /admin_ban to /disconect do this:
and the second edit it to this,,!
To change your command to a word which is smaller than the original one, you need to begin with the edits, and delete the other characters from the other command name in the left side in hex editor which you can see numbers and some letters, then, remove each unneeded letter with typing 00 for one, and so on,
If you did it fine it must be like this . .
If you are a newb, look here as aexample to change the /Admin_ban to /dc :
this is on on the right side of your hex editor .. is not meaning a dot or space*
Code:
dc........../dc <charname>
here you can see the other side of you hex editor :
Code:
6463000000000000000000002F6463203C636861726E616D653E
I can't say more!!!
It is really too easy!!!!!, try others yourself!!!