oh you didnt want exitium maybe i can help you to code your new server?
yoo can i help you code new source?
I can't find out how to do this, because when I search public static final String findcachedir() { It doesn't find it. I'm searching it in signlink.java in the client files. And it just doesn't find it. So therefore I can't replace it with public static final String findcachedir() { String s; String s1; File file; s = "C:/Fatalscapev1"; s1 = ""; file = new File((new StringBuilder()).append(s1).append(s).toString()); if(file.exists() || file.mkdir()) { return (new StringBuilder()).append(s1).append(s).append("/").toString(); } return null; } and put the cache on C: