Skip to content

Instantly share code, notes, and snippets.

@RoboMWM
Created January 13, 2017 02:24
Show Gist options
  • Select an option

  • Save RoboMWM/71fa27bcbd391f7ed5a9243159139fc1 to your computer and use it in GitHub Desktop.

Select an option

Save RoboMWM/71fa27bcbd391f7ed5a9243159139fc1 to your computer and use it in GitHub Desktop.
By Sweepyoface I think
@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