OlyDbg Hide Gm Color Row = 252

Page 1 of 2 12 LastLast
Results 1 to 25 of 30
  1. #1
    Proficient Member lapochier is offline
    MemberRank
    Oct 2008 Join Date
    153Posts

    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
    Last edited by lapochier; 12-06-09 at 09:30 AM.


  2. #2
    人◕ ‿‿ ◕人 Forean is offline
    MemberRank
    Jul 2008 Join Date
    1,183Posts

    Re: ASM Hide Gm Color Row = 253

    um....what?

  3. #3
    Proficient Member lapochier is offline
    MemberRank
    Oct 2008 Join Date
    153Posts

    Re: OlyDbg Hide Gm Color Row = 252

    Umm i fixed my english lol srry >_>

  4. #4
    Proficient Member lapochier is offline
    MemberRank
    Oct 2008 Join Date
    153Posts

    Re: OlyDbg Hide Gm Color Row = 252

    Chacalacala, Boum , Boum, Chacalacala, Boum , Boum.
    No One Know U_U ?

  5. #5
    My Religion: Love ♥ diosz is offline
    MemberRank
    Feb 2008 Join Date
    IDK~Location
    314Posts

    Re: OlyDbg Hide Gm Color Row = 252

    plz dont spam

  6. #6
    Proficient Member lapochier is offline
    MemberRank
    Oct 2008 Join Date
    153Posts

    Re: OlyDbg Hide Gm Color Row = 252

    I Need The line of 252 Ugrade

  7. #7
    Account Upgraded | Title Enabled! sayuta is offline
    MemberRank
    Jan 2007 Join Date
    The NetherlandsLocation
    205Posts

    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,

  8. #8
    Proficient Member lapochier is offline
    MemberRank
    Oct 2008 Join Date
    153Posts

    Re: OlyDbg Hide Gm Color Row = 252

    Ok Thnx i will try D=

  9. #9
    Proficient Member lapochier is offline
    MemberRank
    Oct 2008 Join Date
    153Posts

    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

  10. #10
    Member Donald Duck is offline
    MemberRank
    Jun 2009 Join Date
    USA.Location
    95Posts

    Re: OlyDbg Hide Gm Color Row = 252

    Quote Originally Posted by sayuta View Post
    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.

  11. #11
    Proficient Member lapochier is offline
    MemberRank
    Oct 2008 Join Date
    153Posts

    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:

  12. #12
    Aristrum Mark is offline
    MemberRank
    Aug 2007 Join Date
    United KingdomLocation
    474Posts

    Re: OlyDbg Hide Gm Color Row = 252

    Quote Originally Posted by Donald Duck View Post
    Too bad GunZ doesn't handle an UGrade higher than 255.
    ... too bad he never mentioned a UGradeID above 255?

  13. #13
    Account Upgraded | Title Enabled! Tman151 is offline
    MemberRank
    May 2009 Join Date
    CaliforniaLocation
    306Posts

    Re: OlyDbg Hide Gm Color Row = 252

    Quote Originally Posted by Aristrum View Post
    ... too bad he never mentioned a UGradeID above 255?
    Actually, he did. He either edited one of his post's, or deleted it.

  14. #14
    Member Donald Duck is offline
    MemberRank
    Jun 2009 Join Date
    USA.Location
    95Posts

    Re: OlyDbg Hide Gm Color Row = 252

    Quote Originally Posted by Aristrum View Post
    ... 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.

  15. #15
    Aristrum Mark is offline
    MemberRank
    Aug 2007 Join Date
    United KingdomLocation
    474Posts

    Re: OlyDbg Hide Gm Color Row = 252

    Quote Originally Posted by Donald Duck View Post
    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.

  16. #16
    Account Upgraded | Title Enabled! sayuta is offline
    MemberRank
    Jan 2007 Join Date
    The NetherlandsLocation
    205Posts

    Re: OlyDbg Hide Gm Color Row = 252

    u can have a ugradeid higher than 255, Lolled.

  17. #17
    Member Donald Duck is offline
    MemberRank
    Jun 2009 Join Date
    USA.Location
    95Posts

    Re: OlyDbg Hide Gm Color Row = 252

    Quote Originally Posted by Aristrum View Post
    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 View Post
    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.

  18. #18
    Account Upgraded | Title Enabled! sayuta is offline
    MemberRank
    Jan 2007 Join Date
    The NetherlandsLocation
    205Posts

    Re: OlyDbg Hide Gm Color Row = 252

    Hook it plx.

  19. #19
    Member Donald Duck is offline
    MemberRank
    Jun 2009 Join Date
    USA.Location
    95Posts

    Re: OlyDbg Hide Gm Color Row = 252

    Quote Originally Posted by sayuta View Post
    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.

  20. #20
    Proficient Member lapochier is offline
    MemberRank
    Oct 2008 Join Date
    153Posts

    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

  21. #21
    Account Upgraded | Title Enabled! sayuta is offline
    MemberRank
    Jan 2007 Join Date
    The NetherlandsLocation
    205Posts

    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.

  22. #22
    RestyleGamerZ FTW Mambo is offline
    MemberRank
    Mar 2008 Join Date
    The NetherlandsLocation
    821Posts

    Re: OlyDbg Hide Gm Color Row = 252

    Quote Originally Posted by sayuta View Post
    u can have a ugradeid higher than 255, Lolled.
    Could some one explain why it only goes to 255 and not to 256..?

  23. #23
    Member Donald Duck is offline
    MemberRank
    Jun 2009 Join Date
    USA.Location
    95Posts

    Re: OlyDbg Hide Gm Color Row = 252

    Quote Originally Posted by Mambo View Post
    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 View Post
    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.

  24. #24
    RestyleGamerZ FTW Mambo is offline
    MemberRank
    Mar 2008 Join Date
    The NetherlandsLocation
    821Posts

    Re: OlyDbg Hide Gm Color Row = 252

    Quote Originally Posted by Donald Duck View Post
    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

  25. #25
    My Religion: Love ♥ diosz is offline
    MemberRank
    Feb 2008 Join Date
    IDK~Location
    314Posts

    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 ...?



Page 1 of 2 12 LastLast

Advertisement