How Can I disable Non Updating Launchers?

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

    How Can I disable Non Updating Launchers?

    How can I disable people from using Non Updating Launchers? My launcher is patched against the gunzlauncher.ini but what if they use a Non-Updating launcher? I've tried on some highly encrypted servers and their Server's dont appear on the server select if I start the game with my own non-updating launcher.

    Please help me, thanks.


    EDIT : If you guys have never thought of it then don't reply. Please don't say it.
    Last edited by Phoenix; 04-09-09 at 09:47 PM.


  2. #2
    Account Upgraded | Title Enabled! randy1234 is offline
    MemberRank
    Mar 2009 Join Date
    SingaporeLocation
    1,196Posts

    Re: How Can I disable Non Updating Launchers?

    WOW I never Think of That before.. Lol

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

    Re: How Can I disable Non Updating Launchers?

    Quote Originally Posted by randy1234 View Post
    WOW I never Think of That before.. Lol
    Good for you.


    P.S : Looking for a solution.

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

    Re: How Can I disable Non Updating Launchers?

    Erm Anyone?

  5. #5
    Apprentice [Creative]Halo is offline
    MemberRank
    Sep 2009 Join Date
    10Posts

    Re: How Can I disable Non Updating Launchers?

    I never even thought of this before, i'm sorry.

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

    Re: How Can I disable Non Updating Launchers?

    since the
    Code:
     @SKIP_UPDATE
    is so popular, why not just NOP it out via hex-editing?

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

    Re: How Can I disable Non Updating Launchers?

    I didn't get you.
    Posted via Mobile Device

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

    Re: How Can I disable Non Updating Launchers?

    the file "GunzLauncher.ini", it's usual 'code' is "@SKIP_UPDATE".
    it features are to NOT update, right?

    open a hex-editor, search for the line "@SKIP_UPDATE", and NOP it.
    by NOP'ing, i mean:
    Code:
     @SKIP_UPDATE
    now goes to
    Code:
     ............
    how to nop is easy, and you should know it by following MaxTraxv3's tutorial, with editing "GunzLauncher.exe" to your IP.

  9. #9

    Re: How Can I disable Non Updating Launchers?

    Or change the string, if you want to go the easy way out without ASM, and stick to Hex.

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

    Re: How Can I disable Non Updating Launchers?

    Guys, I'm not worried about my Gunzlauncher being bypassed. My question is, what if people use their OWN non updating launcher to run my game?

    I've tried that on a few highly encrypted servers and if I start game with my launcher, I cannot see their servers.

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

    Re: How Can I disable Non Updating Launchers?

    Anyone?
    Posted via Mobile Device

  12. #12
    Account Upgraded | Title Enabled! randy1234 is offline
    MemberRank
    Mar 2009 Join Date
    SingaporeLocation
    1,196Posts

    Re: How Can I disable Non Updating Launchers?

    Asm Coding? Disable Runnable to start with non updating Launcher?

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

    Re: How Can I disable Non Updating Launchers?

    YOU know Asm? Guide me more.
    Posted via Mobile Device

  14. #14
    Account Upgraded | Title Enabled! randy1234 is offline
    MemberRank
    Mar 2009 Join Date
    SingaporeLocation
    1,196Posts

    Re: How Can I disable Non Updating Launchers?

    idk but u can find the runnable that has the coding Xiao Runnable? (if i am right if i am not sorry). or ask asm Pro

  15. #15
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: How Can I disable Non Updating Launchers?

    1) Have active checks on loaded files to memory.
    2) Once the runnable is loading, have the launcher handle the initialization process (e.g. Inserting shellcode to load required files or libraries), beyond just handing off some command-line arguments.



Advertisement