mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 16:49:10 +00:00
correct packaging + other things
This commit is contained in:
@@ -5,11 +5,11 @@ import java.io.IOException;
|
||||
import javax.swing.JOptionPane;
|
||||
import javax.swing.UIManager;
|
||||
|
||||
import org.matt123337.proxy.ProxySocket;
|
||||
import org.matt123337.proxy.ProxyType;
|
||||
import org.parabot.core.Core;
|
||||
import org.parabot.core.Directories;
|
||||
import org.parabot.core.forum.AccountManager;
|
||||
import org.parabot.core.proxy.ProxySocket;
|
||||
import org.parabot.core.proxy.ProxyType;
|
||||
import org.parabot.core.ui.LoginUI;
|
||||
import org.parabot.core.ui.ServerSelector;
|
||||
import org.parabot.core.ui.utils.UILog;
|
||||
|
||||
@@ -18,7 +18,6 @@ import java.util.jar.JarOutputStream;
|
||||
import java.util.zip.ZipEntry;
|
||||
import java.util.zip.ZipInputStream;
|
||||
|
||||
import org.matt123337.proxy.ClassRemapper;
|
||||
import org.objectweb.asm.ClassReader;
|
||||
import org.objectweb.asm.ClassWriter;
|
||||
import org.objectweb.asm.commons.RemappingClassAdapter;
|
||||
@@ -26,6 +25,7 @@ import org.objectweb.asm.tree.ClassNode;
|
||||
import org.parabot.core.Directories;
|
||||
import org.parabot.core.build.BuildPath;
|
||||
import org.parabot.core.io.SizeInputStream;
|
||||
import org.parabot.core.proxy.ClassRemapper;
|
||||
import org.parabot.core.ui.components.VerboseLoader;
|
||||
|
||||
/**
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package org.matt123337.proxy;
|
||||
package org.parabot.core.proxy;
|
||||
|
||||
import java.util.HashMap;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package org.matt123337.proxy;
|
||||
package org.parabot.core.proxy;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.DataInputStream;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package org.matt123337.proxy;
|
||||
package org.parabot.core.proxy;
|
||||
|
||||
public enum ProxyType {
|
||||
SOCKS5,SOCKS4,HTTP
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package org.matt123337.spoofer;
|
||||
package org.parabot.core.spoofer;
|
||||
|
||||
import java.net.InetAddress;
|
||||
import java.net.SocketException;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package org.matt123337.spoofer;
|
||||
package org.parabot.core.spoofer;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
@@ -25,9 +25,9 @@ import javax.swing.text.BadLocationException;
|
||||
import javax.swing.text.Document;
|
||||
import javax.swing.text.PlainDocument;
|
||||
|
||||
import org.matt123337.proxy.ProxySocket;
|
||||
import org.matt123337.proxy.ProxyType;
|
||||
import org.matt123337.spoofer.NetworkInterface;
|
||||
import org.parabot.core.proxy.ProxySocket;
|
||||
import org.parabot.core.proxy.ProxyType;
|
||||
import org.parabot.core.spoofer.NetworkInterface;
|
||||
import org.parabot.core.ui.components.LogArea;
|
||||
import org.parabot.core.ui.utils.UILog;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user