Enabling Serialkey

Results 1 to 11 of 11
  1. #1
    Account Upgraded | Title Enabled! wtfhacker is offline
    MemberRank
    Dec 2009 Join Date
    328Posts

    Enabling Serialkey

    I edited my runnable and i want to enable serialkey.

    How to ?


  2. #2
    Sultan of Yolo Demantor is offline
    MemberRank
    May 2008 Join Date
    GermanyLocation
    1,266Posts

    Re: Enabling Serialkey

    Editing the runnable doesn't disable the launch serial key.
    What runnable you got?

  3. #3
    Account Upgraded | Title Enabled! wtfhacker is offline
    MemberRank
    Dec 2009 Join Date
    328Posts

    Re: Enabling Serialkey

    June.

    And i mean my runnable has new things ok ? And i did mistake and edited in non serialkey, so i want to ENABLE.

  4. #4
    Account Upgraded | Title Enabled! alfredao is offline
    MemberRank
    Jan 2008 Join Date
    Coronel FabriciLocation
    705Posts

    Re: Enabling Serialkey

    Go to 004972A7 and change
    Code:
    CMP EAX,0FFFF
    to
    Code:
    MOV EAX,0FFF

  5. #5
    Account Upgraded | Title Enabled! wtfhacker is offline
    MemberRank
    Dec 2009 Join Date
    328Posts

    Re: Enabling Serialkey

    But why when i look on enabled one, it's already CMP EAX,0FFFF

    And I did what you told me, it still working without launcher.

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

    Re: Enabling Serialkey

    Either post your runnable or check if that paticular section is being JMP'd over or something is being NOP'd.

  7. #7
    Account Upgraded | Title Enabled! wtfhacker is offline
    MemberRank
    Dec 2009 Join Date
    328Posts

    Re: Enabling Serialkey

    It is v10_the_duel_admin .

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

    Re: Enabling Serialkey

    1) Go to 004972A2.
    2) Check to see if it is
    Code:
    MOV EAX,0FFFF
    3)a) If it is, change it to
    Code:
    CALL 00494B80
    3)b) If it isn't, please post :P.

  9. #9
    Account Upgraded | Title Enabled! wtfhacker is offline
    MemberRank
    Dec 2009 Join Date
    328Posts

    Re: Enabling Serialkey

    It's already:

    004972A2 . E8 D9D8FFFF CALL theduel_.00494B80
    004972A7 . 3D FFFF0000 CMP EAX,0FFFF

  10. #10
    Account Upgraded | Title Enabled! maxteam is offline
    MemberRank
    Aug 2007 Join Date
    IndiaLocation
    428Posts

    Re: Enabling Serialkey

    00496DA7 . EB 33 JMP SHORT theduel_.00496DDC
    to
    00496DA7 . EB 33 JNZ SHORT theduel_.00496DDC

  11. #11
    Account Upgraded | Title Enabled! wtfhacker is offline
    MemberRank
    Dec 2009 Join Date
    328Posts

    Re: Enabling Serialkey

    Quote Originally Posted by maxteam View Post
    00496DA7 . EB 33 JMP SHORT theduel_.00496DDC
    to
    00496DA7 . EB 33 JNZ SHORT theduel_.00496DDC
    I am in love with you.
    Thanks, Elton.



Advertisement