Lifeless told me to drop this off for him since he quits RaGEZONE for good.
PSDs :
http://i.imgur.com/fgzfO.png
http://i.imgur.com/mCUPN.png
Launcher PSD and source included(coded in c#) :
http://i.imgur.com/0gFI4.png
Launcher supports skip update.
ShitGame.7z
have fun.
ALL CREDITS GO TO LIFELESS, I DIDN'T DO ANYTHING EXCEPT POSTING SCREENSHOTS AND THE LINK FOR HIM.
TUTORIAL:
Run the source with Visual C#, find this line "private Uri PatchLocation = new Uri("http://launchertest.net16.net/");" . Change http://launchertest.net16.net/ to your own, ex: http://launchertest.net16.net/ . Now go to http://launchertest.net16.net/ and put your gunz client in it and run patchmaker.exe.
How to skip?
You make a file called "wtfami.txt" and type in it "whatthefuckisthisshit?", you can change it from the ExeHandler.cs
How to make it run my exe file name?
Right click ExeHandler.cs from the side menu of c# and click view code. Change "Gunz" to your runnable name , ex: Google, and change exe.StartInfo.FileName = "notepad.exe"; to your exact runnable name , ex: exe.StartInfo.FileName = "google.exe";

