- Joined
- Mar 23, 2009
- Messages
- 239
- Reaction score
- 17
Here is a few ways you can patch your GunzLauncher. 
1) Download GunZLauncher from
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
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:
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.

1) Download GunZLauncher from
To view the content, you need to sign in or register
.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
To view the content, you need to sign in or register
.6) Click this button:
![purpleCRAYON - [Tutorial] Patch your GunzLauncher v2 - RaGEZONE Forums purpleCRAYON - [Tutorial] Patch your GunzLauncher v2 - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
And type in:
Code:
00406601
Code:
PUSH 43C648
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.