[WIP] Classic-style Launcher

Page 1 of 3 123 LastLast
Results 1 to 15 of 32
  1. #1
    much coder t0p lel Team Zebra is offline
    MemberRank
    Mar 2009 Join Date
    234Posts

    [WIP] Classic-style Launcher

    Hey guys. I figured I'd spend a few days and code a launcher since it seems like all the launchers that get released here don't actually do any updating, just look pretty, which is the opposite of what a launcher should be.

    Just started a few minutes ago, got the form and checksumming code done. I'll release once it's done and not before then. As always, it will be open-source, especially considering the way it's made. I don't want config files for it, so any server that uses it will have to update the source code itself to point to their online patch file, etc.

    I think it should work well for pservers. I don't know of any public launchers that update besides the official one, but I've heard it has issues with MRS encryption (haven't personally tested this). Plus I just like the idea of an open-source launcher.

    Anyway, here's a pic. It's meant to look like the old IGunz launcher, I prefer this one the best.


    Don't bother trying to convince me to change the interface, I'm sticking to this one. If you wanna add flashy effects and all that other stupid bullshit then be my guest, but I'm using this one.


  2. #2
    Ego=Fail. monckey100 is offline
    MemberRank
    Jul 2007 Join Date
    Coquitlam, BritLocation
    319Posts

    Re: [WIP] Classic-style Launcher

    nice! personally i love teh calssic-style launcher too...
    btw to confirm about the mrs encryption, there is problems with it, you gotta like hexedit the launcher and make it go to mbs instead of mrs due to the launcher/patcher having an encryption reader on it or something like that.

  3. #3
    much coder t0p lel Team Zebra is offline
    MemberRank
    Mar 2009 Join Date
    234Posts

    Re: [WIP] Classic-style Launcher

    But see, I'm not going to use theduel.exe to make the checksums, I'm just including checksumming code directly in the launcher so it won't have problems doing checksums no matter what kind of file or what the encryption on it is. It's just raw byte reading.

  4. #4
    Mako is insane. ThePhailure772 is offline
    MemberRank
    Sep 2007 Join Date
    1,115Posts

    Re: [WIP] Classic-style Launcher

    Quote Originally Posted by Team Zebra View Post
    But see, I'm not going to use theduel.exe to make the checksums, I'm just including checksumming code directly in the launcher so it won't have problems doing checksums no matter what kind of file or what the encryption on it is. It's just raw byte reading.
    So, how do you plan to emulate the serial check? I can already tell you it uses GetVolumeInformation() and a bitwise encryption which you won't be able to reverse, lol.

  5. #5
    Proficient Member -Lambda- is offline
    MemberRank
    Jan 2007 Join Date
    SpainLocation
    157Posts

    Re: [WIP] Classic-style Launcher

    Quote Originally Posted by ThePhailure772 View Post
    So, how do you plan to emulate the serial check? I can already tell you it uses GetVolumeInformation() and a bitwise encryption which you won't be able to reverse, lol.
    MSeed::Decrypt(public: bool __thiscall MSeed::Decrypt(unsigned char *,unsigned long,unsigned char *,unsigned long *))

    http://en.wikipedia.org/wiki/SEED

  6. #6
    Account Upgraded | Title Enabled! 00niels00 is offline
    MemberRank
    Sep 2008 Join Date
    The NetherlandsLocation
    1,041Posts

    Re: [WIP] Classic-style Launcher

    Nice. Do you make it work with enabled serial key?

  7. #7
    GunZ messiah peaceofpi is offline
    MemberRank
    Nov 2006 Join Date
    333Posts

    Re: [WIP] Classic-style Launcher

    Memory lane!

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

    Re: [WIP] Classic-style Launcher

    nice, but the design is not my hit :D
    but, great^^

  9. #9
    Sharing is caring KillerStefan is offline
    MemberRank
    Feb 2007 Join Date
    NetherlandsLocation
    2,554Posts

    Re: [WIP] Classic-style Launcher

    Ooh nice sir

  10. #10
    Account Upgraded | Title Enabled! 4ndr34s is offline
    MemberRank
    Sep 2007 Join Date
    At My Home O_oLocation
    587Posts

    Re: [WIP] Classic-style Launcher

    lambda u are a programmer in real life?

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

    Re: [WIP] Classic-style Launcher

    Quote Originally Posted by 4ndr34s View Post
    lambda u are a programmer in real life?
    he is pro anyway!!
    Quote Originally Posted by -Lambda- View Post
    MSeed::Decrypt(public: bool __thiscall MSeed::Decrypt(unsigned char *,unsigned long,unsigned char *,unsigned long *))

    http://en.wikipedia.org/wiki/SEED
    Owned lol.....

  12. #12
    Account Upgraded | Title Enabled! cerealnp is offline
    MemberRank
    Apr 2006 Join Date
    BrazilLocation
    441Posts

    Re: [WIP] Classic-style Launcher

    The project looks interesting. I really dont like the update so much, but, as it will be opensource it doesn't matter cause we can change it =D. BTW, it's being coded in C#?

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

    Re: [WIP] Classic-style Launcher

    Very nice, I love old IGunZ :D (especially the launcher xD)
    I hope this goes well and everything :P

  14. #14
    much coder t0p lel Team Zebra is offline
    MemberRank
    Mar 2009 Join Date
    234Posts

    Re: [WIP] Classic-style Launcher

    It's C#.

    Phail, I know I probably couldn't reverse the serial key stuff, I didn't say it would include that, I just said it would update and stuff. You sure enjoy trying to make me look bad, don't you? No need to bust my balls for something I didn't even claim it would do.

  15. #15
    WowIwasSuperCringeB4 XZeenon is offline
    MemberRank
    Jun 2008 Join Date
    CanadaLocation
    1,405Posts

    Re: [WIP] Classic-style Launcher

    Yes! Hurray for C# more to learn, I hope it's in visual C# 2008 LOL



Page 1 of 3 123 LastLast

Advertisement