Tutorial How to find SetClantag

  • Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Radio

    Status
    Not open for further replies.

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,466
    7,708
    321
    localhost
    Code:
    How to get the sig:
    1. Open client.dll with ida
    1.1 String search "ClanTagChanged"
    2. Go to the xref
    
    .text:100894F0 sub_100894F0    proc near               ; CODE XREF: sub_10089570+35p
    .text:100894F0                                         ; sub_10089570+D8p
    .text:100894F0                 push    ebx <--- sig this
    .text:100894F1                 push    esi
    .text:100894F2                 push    edi
    .text:100894F3                 mov     ebx, edx
    .text:100894F5                 mov     edi, ecx
    .text:100894F7                 call    ds:KeyValuesSystem
    .text:100894FD                 push    24h
    .text:100894FF                 mov     ecx, eax
    .text:10089501                 mov     esi, [eax]
    .text:10089503                 call    dword ptr [esi+4]
    .text:10089506                 test    eax, eax
    .text:10089508                 jz      short loc_1008951A
    .text:1008950A                 push    offset aClantagchanged ; "ClanTagChanged"
    .text:1008950F                 mov     ecx, eax
    .text:10089511                 call    sub_102E1DD0
    .text:10089516                 mov     esi, eax
    .text:10089518                 jmp     short loc_1008951C
    
    3. Sig the first push
     
    Status
    Not open for further replies.