View Single Post
Old 02-04-21, 08:55 AM   #6
Viktor_Prien
Navy Dude
 
Join Date: Jan 2010
Location: Italy
Posts: 178
Downloads: 313
Uploads: 0
Default

Quote:
Originally Posted by Rosomaha View Post
Now clear. In principle, all the necessary instructions have already been given there, I have little idea what can be added.
You need to change the 4 bytes (XX XX XX XX) responsible for the color in the specified address lines. (# FF222222, BB444444, FE111188, EE000000, …). If change on black : on FF000000, or FE000000, or 00000000, … or your other version of black.

For example:


33 C0 C7 41 3C FF 00 00 00 89 41 2C 89 41 28 C2


3B D0 74 0A 3B 53 48 74 05 8B 5B 3C EB 05 BB FF 00 00 00



33 C0 C7 41 3C FF 00 00 00 89 41 2C 89 41 28 89

...etc
First of all thanks for your help!!!!! You're great Herr Kaleun!

Second: I'm an idiot...I have now ( finally!!!) understood how it works ( Again thanks to you! )


There is only one left that I do not know how to edit it correctly because the FF is the last of the 16 couples of numbers ( or rather FE ) in the hex editor so there is not enough space left to write FF 00 00 00.

(0x1055FF) 3B D0 74 0A 3B 53 48 74 05 8B 5B 3C EB 05 BB FE

What part I have to edit of it? What I have to do in this case?

My guess is that the code becomes 3B D0 74 0A 3B 53 48 74 05 8B 5B 3C EB 05 BB 00 --> Is this correct? * Somehow it seems to work ( Changed FE with 00 )


Again many many thanks for your help, it has been crucial!!!!



Last edited by Viktor_Prien; 02-04-21 at 10:30 AM.
Viktor_Prien is offline   Reply With Quote