First release in RZ.Hope you guys like it.
GMD opens your map without creating shortcut.
File crypted thats why some scanners found it suspucious.
Tested with RZGunz and IntGunz clients.
Credits to me.
:juggle:
First release in RZ.Hope you guys like it.
GMD opens your map without creating shortcut.
File crypted thats why some scanners found it suspucious.
Tested with RZGunz and IntGunz clients.
Credits to me.
:juggle:
Nice, it works.
:) Good Job.
Was this coded in visual basic??
thanks man i hate to open the shortcut always and open change the name you just do a really help for me but 1 sq did you made it?
do i havwe type for rzgunz ragezone.exe?
nice release 10/10 I hated that shortcut crap.
Why would you need to crypt an exe for something that has ~5 lines of code?
C# example:
Tada...Code:private void btnRun(object sender, EventArgs e) { System.Diagnostics.Process.Start(this.txtExeName.Text, "/game \"" + this.txtMap.Text + "\""); }