Serialkey Problem (July 2008 Runnable)

Results 1 to 4 of 4
  1. #1
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    idea Serialkey Problem (July 2008 Runnable)

    GUNZ2830 posted the following code to enable Serial key

    Code:
    0049955B     75 51          JNZ SHORT 004995AE
    The same thing is present in my runnable but I can still run GunZ directly. How do I enable serial key?


  2. #2
    Apprentice Kyoshike is offline
    MemberRank
    Apr 2010 Join Date
    CanadaLocation
    13Posts

    Re: Serialkey Problem (July 2008 Runnable)

    Code:
    - Enabling Step.
    
    1)Go to address & Assemble the following
    00499556 - CMP EAX,0FFFF
    
    - Disabling Step.
    
    1)Go to address & Assemble the following
    00499556 - MOV EAX,0FFFF

  3. #3
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Serialkey Problem (July 2008 Runnable)

    EDIT : Problem solved. I referred to what Your Master edited on his runnable and found it. For those of you who still have problems, this is the code:

    Code:
    00499551  |.  E8 0ADEFFFF   CALL 00497360
    
    0049955B  |.  75 51         JNE SHORT 004995AE

    EDIT 2: Why can't I close this thread? o-o.
    Last edited by Phoenix; 29-08-10 at 06:26 PM.

  4. #4
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: Serialkey Problem (July 2008 Runnable)

    Quote Originally Posted by phoenix_147 View Post
    EDIT 2: Why can't I close this thread? o-o.
    sorry to be off-topic, but idk. some users can't close their own threads. Even I can't :P



Advertisement