
Originally Posted by
RefsMe
Kick doesn't work. It display the message but the player is never kicked. It's authenticated on the server side from what i can see.
Hey , you bought my h4ck to know if it's working or not?
My people know that it's working.
And now im still working at next hacks.
Isn't hard to find them and to code , for me one thing it's hard and to lazy . To write the positions from textField with buttons etc..
- - - Updated - - -

Originally Posted by
Jackilous
You need admin privileges but here:
using CodeHatch.Engine.Networking;
Server.Kick(Player player, "Reason");
Server.Ban(Player player, int Length, "Reason");
Server.Shutdown();
There are other method what i didn't tried. It doesnt need admin rights i think.
CoreServer.Kick(Player player , Reason);
CoreServer.Ban(Player player , int length ,"Reason");
CoreServer.Shutdown();->Should shutdown all Officials Servers , or just the server what are u playing at momment.
CoreServer.StartServer();->Should start the servers what aren't Online. ( Only Officials works)