no, not all. just the right one. it's enough to change it at just one direction.
i've done this a few years ago and it takes some time to find the correct one, but then
it's enough to change it at just one point (didn't know any longer which one exactly and
the right place differs for every game.exe, for sure)
Apply the changes using Cheat Engine or OllyDBG while you're in game, as they apply instantly and you'll know immediately if the last edited offset is the one you need.
UP!
For ep6+ GM Name color, the correct offset and code is this :
PS : It's the same for the other ep's, with the exception of the Offset 0004C000 for ep 5.1 game.exe. If someone need the correct offset for his game.exe. Tell me what ep.
--------------------
Open your game.exe with HxD, and CTRL + G.
Go to this offset (ep6):
Code:
0004BA80
You see that :
Code:
C7 44 24 18 FF 00 00 FF
Here, only us interested
Code:
FF 00 00 FF
The first 3 values are the color BUT reversed... Instead of RGB(Red Green Blue) it is BGR (Blue Green Red)... the last value is the Alpha value that doesnt matter if you change it.
UP!
For ep6+ GM Name color, the correct offset and code is this :
PS : It's the same for the other ep's, with the exception of the Offset 0004C000 for ep 5.1 game.exe. If someone need the correct offset for his game.exe. Tell me what ep.
--------------------
Open your game.exe with HxD, and CTRL + G.
Go to this offset (ep6):
Code:
0004BA80
You see that :
Code:
C7 44 24 18 FF 00 00 FF
Here, only us interested
Code:
FF 00 00 FF
The first 3 values are the color BUT reversed... Instead of RGB(Red Green Blue) it is BGR (Blue Green Red)... the last value is the Alpha value that doesnt matter if you change it.
can be found easily if you know the HTML color code for Guilds. I'd say look around the code given by Skull for GM colour, see if anything stands out to you.
and guild color euhm idk but i know all guild/charname/gm_name/ennemies/name is the SAME code
Code:
C7 44 24 18 FF 00 00 FF
but with differents offset and it works like gm name -> The first 3 values are the color BUT reversed... Instead of RGB (Red Green Blue) it is BGR (Blue Green Red)... the last value is the Alpha value that doesnt matter if you change it.
[Source] Move mouse to specific color on screen (color aimbot) 11/20/2012 - .NET Languages - 0 Replies I was initially calling GetPixel in a loop to scan a screenshot for a specific RBG which caused a 2-3 delay before finding the color until I realized it's much faster to use LockBits and UnlockBits instead.
Anyway, here's my source for finding a specific RBG color on your screen and then automatically moving the mouse to that color which is good for browser shooting games and what not.
Compiled in vs2010.
Imports System.Drawing.Imaging
Imports System.Runtime.InteropServices
WoW Color Hack (Use color-codes in text) 09/23/2007 - WoW Exploits, Hacks, Tools & Macros - 31 Replies WoWColorHack.flt
-=Preamble=-
I'm quite surprised that no one has released
anything similar yet - the theory behind
this dates back to the alpha days. Hell,
I first used this filter on my own alpha
sandbox.
-=Theory=-