The Source Code 


@echo off

cls

:loop

color 0a
echo "Your Text Here" 
ping localhost -n 1 >nul

color 0b
echo "Your Text Here" 
ping localhost -n 1 >nul

color 0c
echo   "Your Text Here" 
ping localhost -n 1 >nul

color 0d
echo   "Your Text Here" 
ping localhost -n 1 >nul

color 0e
echo   "Your Text Here"  
ping localhost -n 1 >nul

color 0f
echo   "Your Text Here" 
ping localhost -n 1 >nul

goto loop



To Download This code Click Download ↓