Re: ASM or Hex codes (2007)
You can edit that using Hex Workshop Hex Editor
Browse the DLL using it,
then search for text/string: [S]
[S] means Speed right?
that is nearest to the output of F9 - hpap
Re: ASM or Hex codes (2007)
In the Gunz.exe or the dll file?
---------- Post added at 10:57 AM ---------- Previous post was at 10:42 AM ----------
Nevermind, I thought you were talking about the Gunz.exe, thanks.
Now for the /wall command (since I changed it).
Re: ASM or Hex codes (2007)
Re: ASM or Hex codes (2007)
Re: ASM or Hex codes (2007)
I'm talking about the color, my message.xml for that wall is "^1Announcement: $1"
But when I use the /wall command my name is orange due to the ^2 color. I'm trying to figure out a way to change it to white (^9)
Either Hex or Ollydbg that I only know to edit, and I'm using 2007 files.
Re: ASM or Hex codes (2007)
You need to change the message color or your name color only in the admin wall?
Change it to:
Code:
^1Announcement:$1^9
That'll change the color of your message.
Re: ASM or Hex codes (2007)