I got a question, how do I fix it so my Developer name also appears cyan ( 66FFFF ) on the TAB Player List? I've been anxious to know how to fix this.
Printable View
I got a question, how do I fix it so my Developer name also appears cyan ( 66FFFF ) on the TAB Player List? I've been anxious to know how to fix this.
There lot of way to color grade. i preffer mine. directly change the color from the original color code voila :)
lmfao cyan is 00ffff + the alpha alway ff >_>
CPU Disasm
Address Hex dump Command Comments
0049EF18 C644E4 08 00 MOV BYTE PTR SS:[ESP+8],0
0049EF1D C644E4 09 FF MOV BYTE PTR SS:[ESP+9],0FF
0049EF22 8B44E4 0C MOV EAX,DWORD PTR SS:[ESP+0C]
0049EF26 C644E4 0A FF MOV BYTE PTR SS:[ESP+0A],0FF
0049EF2B C644E4 0B FF MOV BYTE PTR SS:[ESP+0B],0FF
0049EF30 8B4CE4 08 MOV ECX,DWORD PTR SS:[ESP+8]
0049EF34 8908 MOV DWORD PTR DS:[EAX],ECX
You will have no more je but it will work
I use 33ccff for mine, i have to say it turned out pretty well. http://i39.tinypic.com/2liwnsx.jpg
anyways, if the function I quoted isn't from Betrayed's post, then id say look at that. I haven't tested it yet, but it might work.
Right click these and choose Binary > Fill with NOP'sCode:0049EF18
0049EF1C
0049EF20
0049EF24
0049EF29
then you'll get a bunch of NOP's.
Find 0049EF18 again
fill it in with
under that fill inCode:MOV EAX,DWORD PTR SS:[ESP+C]
it should look like this :Code:JMP 005E50E3
and under JMP 005E50E3, fill inCode:0049EF18 8B4424 0C MOV EAX,DWORD PTR SS:[ESP+C]
0049EF1C E9 C2611400 JMP xiao.005E50E3
0049EF21 90 NOP
0049EF23 90 NOP
0049EF24 90 NOP
0049EF25 90 NOP
0049EF26 90 NOP
0049EF27 90 NOP
0049EF28 90 NOP
0049EF29 90 NOP
0049EF2A 90 NOP
0049EF2B 90 NOP
0049EF2C 90 NOP
0049EF2D 90 NOP
and then it should look like this :Code:JMP SHORT 0049EF2E
then go to 0049EF1C,Code:0049EF18 8B4424 0C MOV EAX,DWORD PTR SS:[ESP+C]
0049EF1C E9 C2611400 JMP xiao.005E50E3
0049EF21 EB 0B JMP SHORT xiao.0049EF2E
0049EF23 90 NOP
0049EF24 90 NOP
0049EF25 90 NOP
0049EF26 90 NOP
0049EF27 90 NOP
0049EF28 90 NOP
0049EF29 90 NOP
0049EF2A 90 NOP
0049EF2B 90 NOP
0049EF2C 90 NOP
0049EF2D 90 NOP
Right click and select Follow or simply click it and press enter.
(It's the follow hotkey).
It will take you to the codecave.Code:0049EF18 8B4424 0C MOV EAX,DWORD PTR SS:[ESP+C]
0049EF1C E9 C2611400 JMP xiao.005E50E3 <<<<< This one.
0049EF21 EB 0B JMP SHORT xiao.0049EF2E
0049EF23 90 NOP
0049EF24 90 NOP
0049EF25 90 NOP
0049EF26 90 NOP
0049EF27 90 NOP
0049EF28 90 NOP
0049EF29 90 NOP
0049EF2A 90 NOP
0049EF2B 90 NOP
0049EF2C 90 NOP
0049EF2D 90 NOP
I think you can do it from now on.
oO
Really nice tutorial! 10/10 :)
lol epic bump O_o. Anyways, I'll say good tutorial now, cuz I didn't wanna say it before, because i didn't wanna bump it :P
I do this first part of the tut and instead of this code appearing:Quote:
Step 1. Nop The Lines
Go to line ; 0049EF18
Alt+G
It appears me this one:Quote:
[code]
0049EF18 |. 884424 08 MOV BYTE PTR SS:[ESP+8],AL
0049EF1C |. 884424 0B MOV BYTE PTR SS:[ESP+B],AL
0049EF20 |. 8B4424 0C MOV EAX,DWORD PTR SS:[ESP+C]
0049EF24 |. C64424 09 80 MOV BYTE PTR SS:[ESP+9],80
0049EF29 |. C64424 0A 40 MOV BYTE PTR SS:[ESP+A],40
[code]
0049EF18 |. 884424 08 MOV BYTE PTR SS:[ARG.1],AL
0049EF1C |. 884424 0B MOV BYTE PTR SS:[ARG.1+3],AL
0049EF20 |. 8B4424 0C MOV EAX,DWORD PTR SS:[ARG.2]
0049EF24 |. C64424 09 80 MOV BYTE PTR SS:[ARG.1+1],80
0049EF29 |. C64424 0A 40 MOV BYTE PTR SS:[ARG.1+2],40
What i do now......help plz.
holy crap, in my 1 week experience of asm (lol), I've never seen ARG used before :O. But other than that ARG thing, everything else looks the same. Try just following it using what you have, and if it doesn't work, then maybe use the xiao runnable.
Ty for help but i managed to solve the problem by myself, the ARG Values only appeared cuz iwas loading the runnable INSIDE the client and not outside, when i loaded it outside it did appeared the ESP value, hope this helps a lo of people with same problem as me :tongue:.
EDIT2:This edit is only to say to forget what says above.
EDIT3: This edit is to explain why i got ARG Values instead of ESP Value when loading the runnable inside the client, the answear is that my OLLYDBG didnt had any Plugins at all! It was screwing me all up, then i downloaded another OLLYDBG that had all plugins for it(i guess), and when i loaded my runnable with it with the runnable inside the client it showed me the ESP value, all resumed --> Problem Solved.
I do not understand that part. can someone explain me better?
Like, the colors are in hex for example: # 000000 and there otra boot thing .. could someone explain me this?
"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"
Urmm can I ask where to get this ASM program?
Hmm...
http://*******.com/y5yzqpjQuote:
Since so many people are nagging to change it...
Requirments
-OLLYDBG.