Re: OlyDbg Hide Gm Color Row = 252
u can have a ugradeid higher than 255, Lolled.
Re: OlyDbg Hide Gm Color Row = 252
Quote:
Originally Posted by
Aristrum
He's not talking about the UGradeIDs. He's talking about the number used to read from messages.xml. The 256 (Though being wrong) is hex for another number, which is read from messages.xml. If the runnable in question wasnt unmasked, that is what it would show.
Sorry for my bad wording there :P.
9003 => 232B in HEX, 9004 => 232C in HEX.
Quote:
Originally Posted by
sayuta
u can have a ugradeid higher than 255, Lolled.
I never said you can't have it. But it doesn't work whenever you're going to mask it with a color, nor compare it using any other function GunZ has.
Re: OlyDbg Hide Gm Color Row = 252
Re: OlyDbg Hide Gm Color Row = 252
Quote:
Originally Posted by
sayuta
Hook it plx.
Yes and then? Great argue, although you could maybe state some facts they're grounded on?
Fasten your seatbelts.
Maximum size of an unsigned 8 byte is 255.
Re: OlyDbg Hide Gm Color Row = 252
Well can you say me what wrong whit my new uigrade here the code it work ingame but he not colored :\
CMP ECX,0FC
XOR AL,AL
POP ESI
RETN
MOV ESI,DWORD PTR SS:[ESP+10]
TEST ESI,ESI
MOV EDX,DWORD PTR SS:[ESP+C]
MOV BYTE PTR SS:[ESP+8],FF
MOV BYTE PTR SS:[ESP+9],00
MOV BYTE PTR SS:[ESP+A],00
MOV BYTE PTR SS:[ESP+B],00
MOV EAX,DWORD PTR SS:[ESP+8]
MOV DWORD PTR DS:[EDX],EAX
MOV AL,1
POP ESI
RETN
PUSH 256
JNZ To CMP
Re: OlyDbg Hide Gm Color Row = 252
MOV BYTE PTR SS:[ESP+B],00
Must be
MOV BYTE PTR SS:[ESP+B],FF
@ Donald, u win o.o xD.. i keep with PHP, atleast some thing where i got loads of knowledge. ASM just a bit.
Re: OlyDbg Hide Gm Color Row = 252
Quote:
Originally Posted by
sayuta
u can have a ugradeid higher than 255, Lolled.
Could some one explain why it only goes to 255 and not to 256..?
Re: OlyDbg Hide Gm Color Row = 252
Quote:
Originally Posted by
Mambo
I guess i support you, since bytes and 256 are linked in some way.. (My brain might be malfunction :O)
GunZ will read them. However, you can't use them to compare.
Quote:
Originally Posted by
sayuta
MOV BYTE PTR SS:[ESP+B],00
Must be
MOV BYTE PTR SS:[ESP+B],FF
@ Donald, u win o.o xD.. i keep with PHP, atleast some thing where i got loads of knowledge. ASM just a bit.
It has not really anything to do with ASM itself, it also counts for C++, C#, etc.
Re: OlyDbg Hide Gm Color Row = 252
Quote:
Originally Posted by
Donald Duck
GunZ will read them. However, you can't use them to compare.
It has not really anything to do with ASM itself, it also counts for C++, C#, etc.
Thanks!! That helped me out with some mysteries :P
Re: OlyDbg Hide Gm Color Row = 252
i only cant understand how i know what UGradeID is =/
0FC = 256 or 265 how you know that ...?
Re: OlyDbg Hide Gm Color Row = 252
Re: OlyDbg Hide Gm Color Row = 252
Quote:
Originally Posted by
diosz
i only cant understand how i know what UGradeID is =/
0FC = 256 or 265 how you know that ...?
Bullshit. 0FC. The 0 is because it couldn't read it without it. And FC is hex for 252. 252 NOT 256 or 265..
Re: OlyDbg Hide Gm Color Row = 252
Quote:
Originally Posted by
Mambo
Bullshit. 0FC. The 0 is because it couldn't read it without it. And FC is hex for 252. 252 NOT 256 or 265..
You can simply enter FC, Olly will automatically put it as 0FC.
Anyway, use this:
PHP Code:
<?php
echo dechex(252);
?>
http://www.php.net/dechex
Re: OlyDbg Hide Gm Color Row = 252
Uh, Hided GM modus = 252, is GM powers and seeing your original character name.
You can just add through the DB ^1 ~^9 etc to change the color o_o
Re: OlyDbg Hide Gm Color Row = 252
jajaja i understand now thakz
wesman2232
and Mambo i said 265 or 256 becuz sayuta said something