Custom UGrade Colors+Unmasked Lvl[Tab List]

Results 1 to 10 of 10
  1. #1
    Valued Member kronic23 is offline
    MemberRank
    Apr 2009 Join Date
    home sweet homeLocation
    130Posts

    Custom UGrade Colors+Unmasked Lvl[Tab List]

    Little reconstruction for 2007 client if you will.

    Copy and binary paste at 4078BC up to 40794d
    Code:
    90 90 90 90 90 36 8B 81 5A 04 00 00 50 8B 85 64 04 00 00 8B 50 54 8B 40 0C 8B 04 90 50 68 B5 06
    00 00 E8 0D 0C 10 00 8B C8 E8 86 7D 0C 00 8B 8D 84 03 00 00 50 51 8D 57 0C 68 24 6D 5E 00 52 E8
    0D 9E 16 00 8B 44 24 14 83 F8 00 75 10 C7 47 7F FF 55 C7 FF C6 87 83 00 00 00 01 EB 34 3D C8 00
    00 00 75 10 C7 47 7F FF 90 00 FF C6 87 83 00 00 00 01 EB 1D 3D C9 00 00 00 75 16 C7 47 7F 00 FF
    00 FF C6 87 83 00 00 00 01 EB 06 90 90 90 90 90 90 83 C4 18

    This is how it should look like:
    Code:
    004078BC  |. 90             |NOP
    004078BD  |. 90             |NOP
    004078BE  |. 90             |NOP
    004078BF  |. 90             |NOP
    004078C0  |. 90             |NOP
    004078C1  |. 36:8B81 5A0400>|MOV EAX,DWORD PTR SS:[ECX+45A]
    004078C8  |. 50             |PUSH EAX                                ;  save the ugrade for later
    004078C9  |. 8B85 64040000  |MOV EAX,DWORD PTR SS:[EBP+464]
    004078CF  |. 8B50 54        |MOV EDX,DWORD PTR DS:[EAX+54]
    004078D2  |. 8B40 0C        |MOV EAX,DWORD PTR DS:[EAX+C]
    004078D5  |. 8B0490         |MOV EAX,DWORD PTR DS:[EAX+EDX*4]
    004078D8  |. 50             |PUSH EAX
    004078D9  |. 68 B5060000    |PUSH 6B5
    004078DE  |. E8 0D0C1000    |CALL theduel.005084F0
    004078E3  |. 8BC8           |MOV ECX,EAX
    004078E5  |. E8 867D0C00    |CALL theduel.004CF670
    004078EA  |. 8B8D 84030000  |MOV ECX,DWORD PTR SS:[EBP+384]
    004078F0  |. 50             |PUSH EAX
    004078F1  |. 51             |PUSH ECX
    004078F2  |. 8D57 0C        |LEA EDX,DWORD PTR DS:[EDI+C]
    004078F5  |. 68 246D5E00    |PUSH theduel.005E6D24                   ;  ASCII "%d%s %s"
    004078FA  |. 52             |PUSH EDX
    004078FB  |. E8 0D9E1600    |CALL theduel.0057170D
    00407900  |. 8B4424 14      |MOV EAX,DWORD PTR SS:[ESP+14]           ;  move ugrade into eax
    00407904  |. 83F8 00        |CMP EAX,0
    00407907  |. 75 10          |JNZ SHORT theduel.00407919
    00407909  |. C747 7F FF55C7>|MOV DWORD PTR DS:[EDI+7F],FFC755FF      ;  pink
    00407910  |. C687 83000000 >|MOV BYTE PTR DS:[EDI+83],1
    00407917  |. EB 34          |JMP SHORT theduel.0040794D
    00407919  |> 3D C8000000    |CMP EAX,0C8
    0040791E  |. 75 10          |JNZ SHORT theduel.00407930
    00407920  |. C747 7F FF9000>|MOV DWORD PTR DS:[EDI+7F],FF0090FF      ;  blue
    00407927  |. C687 83000000 >|MOV BYTE PTR DS:[EDI+83],1
    0040792E  |. EB 1D          |JMP SHORT theduel.0040794D
    00407930  |> 3D C9000000    |CMP EAX,0C9
    00407935  |. 75 16          |JNZ SHORT theduel.0040794D
    00407937  |. C747 7F 00FF00>|MOV DWORD PTR DS:[EDI+7F],FF00FF00      ;  green
    0040793E  |. C687 83000000 >|MOV BYTE PTR DS:[EDI+83],1
    00407945  |. EB 06          |JMP SHORT theduel.0040794D
    00407947  |  90             |NOP
    00407948  |  90             |NOP
    00407949  |  90             |NOP
    0040794A  |  90             |NOP
    0040794B  |  90             |NOP
    0040794C  |  90             |NOP
    0040794D  |> 83C4 18        |ADD ESP,18
    You will have to re-add color for admin and any other grades yourself.

    Result:




  2. #2
    Proficient Member mattdademon is offline
    MemberRank
    Apr 2008 Join Date
    ImmortalZ!!!!!!Location
    164Posts

    Re: Custom UGrade Colors+Unmasked Lvl[Tab List]

    Thanks except I believe they released something like this before. But still thanks, easy to understand for me :).

  3. #3
    igunz.net Dawson is offline
    LegendRank
    Feb 2010 Join Date
    ::1 (Canada BC)Location
    2,581Posts

    Re: Custom UGrade Colors+Unmasked Lvl[Tab List]

    Bit late on the boat for this, been posted a few times.

    Thanks for the effort though.

  4. #4
    Valued Member kronic23 is offline
    MemberRank
    Apr 2009 Join Date
    home sweet homeLocation
    130Posts

    Re: Custom UGrade Colors+Unmasked Lvl[Tab List]

    Quote Originally Posted by DawsonByrd View Post
    Bit late on the boat for this, been posted a few times.

    Thanks for the effort though.
    I couldn't find it, I had to make this myself for my server.

  5. #5
    Proficient Member tuiuiu is offline
    MemberRank
    Jan 2010 Join Date
    186Posts

    Re: Custom UGrade Colors+Unmasked Lvl[Tab List]

    this is just for 2007 or 2008 client can also?

  6. #6
    Member azatain is offline
    MemberRank
    May 2009 Join Date
    68Posts

    Re: Custom UGrade Colors+Unmasked Lvl[Tab List]

    I wish that the levels of Administrators and games master, stayed masked, how can I do this?

    In 2008 runnable
    Last edited by azatain; 10-08-10 at 07:23 PM.

  7. #7
    Doggie And Rice. Military is offline
    MemberRank
    Jun 2009 Join Date
    Here and AboutLocation
    3,302Posts

    Re: Custom UGrade Colors+Unmasked Lvl[Tab List]

    can you do it for masked levels?

  8. #8
    Valued Member kronic23 is offline
    MemberRank
    Apr 2009 Join Date
    home sweet homeLocation
    130Posts

    Re: Custom UGrade Colors+Unmasked Lvl[Tab List]

    Quote Originally Posted by Military View Post
    can you do it for masked levels?
    hell naw, I'm done with this.

  9. #9
    ShadowEvil Shadowevil is offline
    MemberRank
    Apr 2007 Join Date
    236Posts

    Re: Custom UGrade Colors+Unmasked Lvl[Tab List]

    Ok so I fixed the masked administrator in the tab list for this the fix is the following

    Current:
    Code:
    004078CF  |. 8B50 54        |MOV EDX,DWORD PTR DS:[EAX+54]
    004078D2  |. 8B40 0C        |MOV EAX,DWORD PTR DS:[EAX+C]
    004078D5  |. 8B0490         |MOV EAX,DWORD PTR DS:[EAX+EDX*4]
    Unmasked Tab:
    Code:
    004078CF   . 8D81 D0030000  LEA EAX,DWORD PTR DS:[ECX+3D0]
    004078D5   . EB 01          JMP SHORT Gunz.004078D8
    004078D7     90             NOP

  10. #10
    Account Upgraded | Title Enabled! ManyBlackPpl is offline
    MemberRank
    Mar 2009 Join Date
    CanadaLocation
    336Posts

    Re: Custom UGrade Colors+Unmasked Lvl[Tab List]

    the stuff in your first post isn't that new, but sudnrage's level unmask in tablist is new (at least I think it is). So good job to sudnrage. And good effort to you kronic for this release. It'll help those who can't search.
    Last edited by ManyBlackPpl; 24-08-10 at 01:34 AM.



Advertisement