Pure Kaos
Posts : 438 Points : 2147595307 Rank : 1 Join date : 2009-08-09 Age : 30 Location : England, Bristol
| Subject: For adrian. Thu Nov 05, 2009 6:30 pm | |
| // FrontEnd Plus GUI for JAD // DeCompiled : Null.class
import java.io.IOException; import java.net.ServerSocket;
public class Null {
public Null() { }
public void resetserver() { misc.println("shutting down server"); PlayerHandler.kickAllPlayers = true; misc.println("saved all player"); closeListener(); runserver(); }
public void runserver() { try { String run = "runserver.bat"; String xstr = (new StringBuilder()).append("./").append(run).toString(); Runtime.getRuntime().exec(xstr); } catch(IOException ioe) { ioe.printStackTrace(); } }
public void closeListener() { try { server.shutdownClientHandler = true; if(server.clientListener != null) server.clientListener.close(); server.clientListener = null; } catch(Exception __ex) { __ex.printStackTrace(); } } } | |
|
Bobibob
Posts : 538 Points : 115764 Rank : 24 Join date : 2009-08-27 Age : 29 Location : uk
| Subject: Re: For adrian. Fri Nov 06, 2009 3:20 am | |
| if thats the anti null should have given it to me trying to make me look bad by the way does it count for autoers cos my anti null stops normal nulls but doesnt work on autoer nulls | |
|
Pure Kaos
Posts : 438 Points : 2147595307 Rank : 1 Join date : 2009-08-09 Age : 30 Location : England, Bristol
| Subject: Re: For adrian. Sun Nov 08, 2009 8:22 am | |
| | |
|