Easily, just change the process name in the Server.
If you don't know how, I'll do it for you.
Easily, just change the process name in the Server.
If you don't know how, I'll do it for you.
Nice I Use when i Decide to go to uber
Nice release Jakey, I saw you making this for Habbx :P
Not that we really need it, ha ;)
damn i missed it cuz i was playing gears of war 2, kewl release and i've tryed batchs and they don't work. by the way i think it's a great tool ty
Last edited by Omnija; 23-08-10 at 03:15 AM.
If you want to use a port like "1234" instead of the listed ones:
In the server AND client source, search for:
Replace with:Code:port = S;
For allowing connections from certain IPs:Code:int port = Convert.ToInt32(S);
Add:
Before:Code://Un-comment line below to enable allowedClient2 string allowedClient1 = ""; //string allowedClient2 = "";
Replace:Code:#region Pretty Stuff
with:Code:if (data == "r") { Restart(client.Client.RemoteEndPoint.ToString().Split(':')[0]); }
To add more allowed clients just addCode://Remove comment below to enable allowedClient2 if (connectedClient == allowedClient1 /*|| connectedClient == allowedClient2*/) { if (data == "r") { Restart(client.Client.RemoteEndPoint.ToString().Split(':')[0]); } }
Last edited by Stopthattwinkie; 23-08-10 at 11:29 AM.
@stopthattwinkle
Thanks, I wanted to know how to change ports! =D
Can you make one for Holograph Emulator?
I'm sure that would only require a few tweeks...
Check out the source, it's probably as simple as changing the name of the server EXE?
This tool crashing after 2 - 3 restarts.
I'll look into it and fix it.
you should definitely add something like you can add or change a line of name for the exe so it can be used for any emulator, i think this is a great program and i would recommend it to any server who has a weak stability.
I can make it like how you said...I'll do it right now!
ty, i would definitely like to use this for any server i end up hosting in the future.
Great job! My serever ijs terrible xd