This is RCon, a Remote control GUI application for your server.
Questions that noob losers may ask:
Q. What does this do?
A. Lets you execute commands remotely. (Without logging onto the server)
Q. What is GUI?
A. Graphical user interface. it isn't like OdinMS batch files, its a nice looking GUI
Leaked by me <3
How to setup:
Run the installer, then press enter
Make a package called net.sf.odinms.rcon
Make a file in there called Network.java
in it put this:
And also, put RconNetwork.dll into your Server folder, eg, where recvops.properties and sendops.properties are located.Code:package net.sf.odinms.rcon; public class Network { public static native Network create() throws Throwable; public native void onConnect() throws Throwable; public native void onDisconnect() throws Throwable; public native void onSend(Object messsage) throws Throwable; public native void onRecv(Object message) throws Throwable; public native void onPing() throws Throwable; static { try { System.load(System.getProperty("user.dir") + "/RconNetwork.dll"); } catch (Throwable ex) {} } }
If you're wondering where everything is handled, they've written a DLL called RconNetwork.dll and everything is handled in C++ (No idea why)
Download Link:
RconNetwork:
http://www.mediafire.com/?wxjmm1myqmi
Client:
http://www.mediafire.com/?zljkgymd3m2






Reply With Quote![[Release] RCon (Remote Console) For v62 [UPLOADED]](http://ragezone.com/hyper728.png)
*


