Created
January 13, 2017 02:24
-
-
Save RoboMWM/71fa27bcbd391f7ed5a9243159139fc1 to your computer and use it in GitHub Desktop.
By Sweepyoface I think
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
| @echo off | |
| echo Loading ressources please wait.... | |
| color EC | |
| timeout /t 5 /nobreak | |
| echo -------------------------------- | |
| echo Internet Checker | |
| echo -------------------------------- | |
| echo Please wait your internet is beeing checked ... | |
| timeout /t 3 /nobreak | |
| echo. | |
| echo DNS Suffix: Invalid | |
| echo. | |
| echo Standardgateway: Invalid | |
| echo. | |
| echo Trying to repair internet.... | |
| timeout /t 5 /nobreak | |
| echo. | |
| echo WORKING...... | |
| timeout /t 25 /nobreak | |
| color C | |
| echo. | |
| echo -------------------------------- | |
| echo PLEASE CONTACT YOUR PROVIDER TECHNICAL SUPPORT FOR FURTHER HELP | |
| echo -------------------------------- | |
| echo. | |
| echo. | |
| echo Error Code: 1030:dfd:d180:6234f1 | |
| echo As long as this issue pressits you will be unable to properly play with others. HIGH PING - PACKET LOSS | |
| echo. | |
| echo APPLICATION WILL TERMINATE | |
| timeout /t 30 /nobreak | |
| pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment