-
OlyDbg Hide Gm Color Row = 252
Hi People Of Ragezone,
I wanna Know The Hide Gm Color Line in olydbg -> to color the hide gm ugrade
Like maeit did, this is the game master ugrade but not colored, to be hiden, i wanna make it colored.
But I Cant Find out the line, need to edit for colored 252 ugrade.
If someone know will be nice to post it here.
Well thats all thanks for helping.
Well I Only Need The Line,
Administrator 255 :0049EF6C
Developer 254 = 0049EF18
Hide Gm 252 = Line unknown ? this is the one i need
-
Re: ASM Hide Gm Color Row = 253
-
Re: OlyDbg Hide Gm Color Row = 252
Umm i fixed my english lol srry >_>
-
Re: OlyDbg Hide Gm Color Row = 252
Chacalacala, Boum , Boum, Chacalacala, Boum , Boum.
No One Know U_U ?
-
Re: OlyDbg Hide Gm Color Row = 252
-
Re: OlyDbg Hide Gm Color Row = 252
I Need The line of 252 Ugrade
-
Re: OlyDbg Hide Gm Color Row = 252
252 isn't color defined >_>"
You have to make one..
Go to the XOR AL,AL
NOP it..
Make a jump to the codecave,
Type :
XOR AL,AL
TEST ESI
RETN
Copy the 255 lines,
Jump with the JNZ to the the XOR AL,AL
Voila u got ur UGradeID.
Just rename the CMP ECX,EBX or w/e to CMP ECX,0FC (FC if im right, would we 252)
And The string, 256 to a other one, It should be equall with the other ugradeid in Hex
So in messages.xml 9004 = Developer or so.
Make new one called 9010 = Gamemaster and convert that,
Then edit the PUSH 256 which is equall to 9010 in Hex.
Not correct about the 256, could be 265 also xD.. Long time ago i did it,
-
Re: OlyDbg Hide Gm Color Row = 252
-
Re: OlyDbg Hide Gm Color Row = 252
Thats what i did and lol XD i got 2 hide gm grade XD 252 and 256 D=
EDIT : Ok I FOund all the code need to make new uigrade now i need to color it.
But color code for new uigrade is
MOV ESI,DWORD PTR SS:[ESP+10]
TEST ESI,ESI
MOV EDX,DWORD PTR SS:[ESP+0C]
MOV BYTE PTR SS:[ESP+8],AL
MOV BYTE PTR SS:[ESP+9],80
MOV BYTE PTR SS:[ESP+0A],40
MOV BYTE PTR SS:[ESP+0B],AL
MOV EAX,DWORD PTR SS:[ESP+8]
MOV DWORD PTR DS:[EDX],EAX
Im Right ?
too much code maybe...
no one colored x.x
-
Re: OlyDbg Hide Gm Color Row = 252
Quote:
Originally Posted by
sayuta
252 isn't color defined >_>"
You have to make one..
Go to the XOR AL,AL
NOP it..
Make a jump to the codecave,
Type :
XOR AL,AL
TEST ESI
RETN
Copy the 255 lines,
Jump with the JNZ to the the XOR AL,AL
Voila u got ur UGradeID.
Just rename the CMP ECX,EBX or w/e to CMP ECX,0FC (FC if im right, would we 252)
And The string, 256 to a other one, It should be equall with the other ugradeid in Hex
So in messages.xml 9004 = Developer or so.
Make new one called 9010 = Gamemaster and convert that,
Then edit the PUSH 256 which is equall to 9010 in Hex.
Not correct about the 256, could be 265 also xD.. Long time ago i did it,
Too bad GunZ doesn't handle an UGrade higher than 255.
-
Re: OlyDbg Hide Gm Color Row = 252
JEzzzzzzzzzz any idea for the uigrade color >_> i need the full row to color all teh grade U_U
And umm 256 are working D:
-
Re: OlyDbg Hide Gm Color Row = 252
Quote:
Originally Posted by
Donald Duck
Too bad GunZ doesn't handle an UGrade higher than 255.
... too bad he never mentioned a UGradeID above 255?
-
Re: OlyDbg Hide Gm Color Row = 252
Quote:
Originally Posted by
Aristrum
... too bad he never mentioned a UGradeID above 255?
Actually, he did. He either edited one of his post's, or deleted it.
-
Re: OlyDbg Hide Gm Color Row = 252
Quote:
Originally Posted by
Aristrum
... too bad he never mentioned a UGradeID above 255?
I'm sorry. Didn't knew that both 256 and 265 are lower than 255. Should get back to college to study Maths I guess.
-
Re: OlyDbg Hide Gm Color Row = 252
Quote:
Originally Posted by
Donald Duck
I'm sorry. Didn't knew that both 256 and 265 are lower than 255. Should get back to college to study Maths I guess.
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.
-
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