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.