Just change the name of your command in Hex Workshop and replace the useless bytes with 00.
Done.
Printable View
Just change the name of your command in Hex Workshop and replace the useless bytes with 00.
Done.
its from Hex Editor edit th runnable srch for it and edit
It works to do:
Download Hex Editor / Hex Workshop
Run the file in the ediotr and then use the search function (CTRL+F)
Search for /admin_wall then edit it so you will get /ALLin_wall then nop the "in_wall" not just use spaces but nop it..
Regards,
moi
PROGRAM: HEX WORKSHOP
HOW TO: CTRL+F
TYPE: TEXT STRING
VALUE: /admin_wall
HEX: 2F61 646D 696E 5F77 616C 6C
/admin_wall <......>
TO
/all <......>
Binary:
2F61646D696E5F77616C6C203CB8DEBDC3C1F63E
TO
2F616C6C203C2E2E2E2E2E2E3E00000000000000
Just upload your runnable and tell me what commands you want to change and to what. I seriously hate it when you keep asking even though you just have to search and replace.