Here is a few ways you can patch your GunzLauncher. (:
1) Download GunZLauncher from here.
2) Open it in a hex editor, and edit:
@SKIP_UPDATE to something like @00000000000 (Make sure it is 11 characters)
3) Edit:
@TEST_LAUNCH to the same thing as above, 11 characters.
Note: The above can be ANYTHING as long as it is 11 characters!
4) Now, save it and make sure it still works properly.
5) Open it in OllyDbg which can be found here.
6) Click this button:

And type in:
Now, double click it and you will get this code:
Change "PUSH" to "JMP". So it looks like this:
Code:
00406601 . 68 48C64300 JMP GunzLaun.0043C648 ; ASCII "@00000000000"
Now, find a good obfuscater like Themida, or something similiar, pack your executable and find a way to MD5 check your launcher, to make sure people don't make a new one, and you are on your way to making a very secure server.