Ugrade 252

Results 1 to 4 of 4
  1. #1
    Account Upgraded | Title Enabled! Gosu[ru] is offline
    MemberRank
    Jan 2009 Join Date
    http://www.epicLocation
    359Posts

    Ugrade 252

    Hello, i add color for 252

    from

    Code:
    1)Go to address & Assemble the following
    004A17B2 - JNZ [Code cave address]		
    
    
    2)Assemble the following
    CMP ECX,[Grade in hexadecimal]
    JNZ SHORT [New Grade Address] //You need to jump at the next CMP ECX,[Grade in hexadecimal]
    MOV ESI,DWORD PTR SS:[EBP+10]
    TEST ESI,ESI
    MOV EDX,DWORD PTR SS:[EBP+C]
    MOV BYTE PTR SS:[EBP+8],FF //The R
    MOV BYTE PTR SS:[EBP+9],80 //The G
    MOV BYTE PTR SS:[EBP+A],40 //The B
    MOV BYTE PTR SS:[EBP+B],FF //The A
    MOV EAX,DWORD PTR SS:[EBP+8]
    MOV DWORD PTR DS:[EDX],EAX
    MOV AL,1
    POP ESI
    POP EBP
    RETN
    
    - NOTE: Repeat the above code till (n-1) grades u need
    
    3)For the last grade it should be like this
    CMP ECX,[Grade in hexadecimal]
    JNZ 004A17F3 //You are jumping back to Administrator Grade  
    MOV ESI,DWORD PTR SS:[EBP+10]
    TEST ESI,ESI
    MOV EDX,DWORD PTR SS:[EBP+C]
    MOV BYTE PTR SS:[EBP+8],FF //The R
    MOV BYTE PTR SS:[EBP+9],80 //The G
    MOV BYTE PTR SS:[EBP+A],40 //The B
    MOV BYTE PTR SS:[EBP+B],FF //The A
    MOV EAX,DWORD PTR SS:[EBP+8]
    MOV DWORD PTR DS:[EDX],EAX
    MOV AL,1
    POP ESI
    POP EBP
    RETN

    Well, tab list color don't work, help please.


  2. #2
    Enthusiast danika123 is offline
    MemberRank
    Nov 2008 Join Date
    45Posts

    Re: Ugrade 252

    You have to make Detour for the Tablist. There is not any Tuts for that.

  3. #3
    Account Upgraded | Title Enabled! Gosu[ru] is offline
    MemberRank
    Jan 2009 Join Date
    http://www.epicLocation
    359Posts

    Re: Ugrade 252

    Quote Originally Posted by danika123 View Post
    You have to make Detour for the Tablist. There is not any Tuts for that.
    Well, where i can get it?

  4. #4
    Enthusiast danika123 is offline
    MemberRank
    Nov 2008 Join Date
    45Posts

    Re: Ugrade 252

    Learn ASM lolLol



Advertisement