The Tutorial is really easy but i stuck oon this steps and i dont want red i want this hex code as administartor HEXCODE: 0000CC
Step 5. Coloring It
Well u all know RRGGBB? in HEX?
Like ; #FF0000 = Red
This is most like the same, only it has a Alpha Channel on it.
Line : 005E50E3 = RR
Line : 005E50E8 = GG
Line : 005E50ED = BB
Line : 005E50F2 = AA
Change the it however u like
Here is a Color Scheme
Click Here
Example for Red :
Code:
005E50E3 C64424 08 FF MOV BYTE PTR SS:[ESP+8],0FF // RED
005E50E8 C64424 09 00 MOV BYTE PTR SS:[ESP+9],0 // GREEN
005E50ED C64424 0A 00 MOV BYTE PTR SS:[ESP+A],0 // BLUE
005E50F2 C64424 0B FF MOV BYTE PTR SS:[ESP+B],0FF // ALPHA
Now lets make a Jump back.
Add Under the Alpha Line ;
Code:
JMP 0049EF21
Follow that line, and it would stand on the JMP SHORT.
Follow that and it would stand on ;
0049EF2E |. 8B4C24 08 MOV ECX,DWORD PTR SS:[ESP+8]
Well done, u colored ur Developer Grade.
Last Step! Saving
Right Click -> Copy To Executeable -> All Modifications -> Copy All -> Right Click On New Window -> Save File -> Name it & Save
If i right click, there is no "Copy to executeable ???