Custom GunZ Launcher

Results 1 to 5 of 5
  1. #1
    Proficient Member Zinoxity is offline
    MemberRank
    Dec 2009 Join Date
    198Posts

    Custom GunZ Launcher

    Well, I have seen custom GunZ Launchers here, but none of them send a SerialKey, well this is advice to programmers that have in mind creating one, or have one but have no idea how to send it, just take a look inside the GunZ Launcher's HanAuthForClient.dll and I can promise you, It is easy to figure out, I just took a quick look at it, and so I found out that it checks for the process created by its host (GunZLauncher) and it retrieves the Serial-Key from the GunZ Launcher, then the dll proceeds to compare the Serial-Keys from the daughter process, and then proceeds to letting it launch after injecting into it. (That is my theory from what I looked at) I'm not completely sure if I in fact am correct, but take a look, and let's see what we find out!

    P.S. Programming basically is Logic that a computer understands.

    I don't mind if you tell me I'm wrong, I would actually appreciate it, it's always good to learn more, and if you are wrong, then better knowing the truth than not at all, right?


  2. #2
    Alpha Member gregon13 is offline
    MemberRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: Custom GunZ Launcher

    Quote Originally Posted by Zinoxity View Post
    Well, I have seen custom GunZ Launchers here, but none of them send a SerialKey, well this is advice to programmers that have in mind creating one, or have one but have no idea how to send it, just take a look inside the GunZ Launcher's HanAuthForClient.dll and I can promise you, It is easy to figure out, I just took a quick look at it, and so I found out that it checks for the process created by its host (GunZLauncher) and it retrieves the Serial-Key from the GunZ Launcher, then the dll proceeds to compare the Serial-Keys from the daughter process, and then proceeds to letting it launch after injecting into it. (That is my theory from what I looked at) I'm not completely sure if I in fact am correct, but take a look, and let's see what we find out!

    P.S. Programming basically is Logic that a computer understands.

    I don't mind if you tell me I'm wrong, I would actually appreciate it, it's always good to learn more, and if you are wrong, then better knowing the truth than not at all, right?
    actually the serial bit is in the Launcher itself, what you were looking at was for the username and pass

  3. #3
    Proficient Member Zinoxity is offline
    MemberRank
    Dec 2009 Join Date
    198Posts

    Re: Custom GunZ Launcher

    Quote Originally Posted by gregon13 View Post
    actually the serial bit is in the Launcher itself, what you were looking at was for the username and pass
    Well, that also is what includes inside it, but here it has the method of comparing the two. This GunZ Launcher needs to have that DLL in order for the client to open, if you add a blank dll and replace it with that one, then you will see it wont launch. Take a look inside with Hex Workshop.

  4. #4
    Account Upgraded | Title Enabled! PenguinGuys is offline
    MemberRank
    Sep 2009 Join Date
    AlabamaLocation
    261Posts

    Re: Custom GunZ Launcher

    Code:
    GetNMClipData
    SeedDecryptCCoreCipher
    SeedEncRoundKeyCCoreCipher

  5. #5
    Proficient Member Zinoxity is offline
    MemberRank
    Dec 2009 Join Date
    198Posts

    Re: Custom GunZ Launcher

    Quote Originally Posted by PenguinGuy View Post
    Code:
    GetNMClipData
    SeedDecryptCCoreCipher
    SeedEncRoundKeyCCoreCipher
    Sorry, I'm not a great Progammer, but what is that, and where did you find it?



Advertisement