|
Today I am teaching you how to make animation in
notepad just follow my 5 steps to complete the animation and you will also
enjoy the animation in notepad and don't forget to comments on my post.........
@echo off
title Animation Bitches
color 0a
:menu
cls
echo Username:
set /p name=
echo Password:
set /p pass=
cls
echo loading.
ping localhost -n 2 >nul
cls
echo loading..
ping localhost -n 2 >nul
cls
echo loading...
ping localhost -n >nul
cls
echo loading....
ping localhost -n 2 >nul
cls
echo loading.....
ping localhost -n 2 >nul
cls
echo loading......
ping localhost -n >nul
cls
echo loading.......
ping localhost -n 2 >nul
cls
goto realmenu
:realmenu
cls
echo 1. The menu
echo 2. Instruction
echo 3. Exit
echo 4. identification
set /p menud=
if %menud% == 1 goto rmenu
if %menud% == 2 goto instruct
if %menud% == 3 goto exit
if %menud% == 4 goto ident
:exit
exit
:instruct
cls
echo just do it subscribe.
pause
goto realmenu
:rmenu
cls
echo hahahahaha dumb
pause
echo going back.
ping localhost -n 2 >nul
cls
echo going back..
ping localhost -n 2 >nul
cls
echo going back...
ping localhost -n 2 >nul
cls
goto
:ident
cls
echo Your Username is now %name%.
echo Your Password is now %pass%.
pause
goto realmenu
1-Login animation in
notepad.
- First open notepad.
- Copy this code in notepad
@echo off
title Animation Bitches
color 0a
:menu
cls
echo Username:
set /p name=
echo Password:
set /p pass=
cls
echo loading.
ping localhost -n 2 >nul
cls
echo loading..
ping localhost -n 2 >nul
cls
echo loading...
ping localhost -n >nul
cls
echo loading....
ping localhost -n 2 >nul
cls
echo loading.....
ping localhost -n 2 >nul
cls
echo loading......
ping localhost -n >nul
cls
echo loading.......
ping localhost -n 2 >nul
cls
goto realmenu
:realmenu
cls
echo 1. The menu
echo 2. Instruction
echo 3. Exit
echo 4. identification
set /p menud=
if %menud% == 1 goto rmenu
if %menud% == 2 goto instruct
if %menud% == 3 goto exit
if %menud% == 4 goto ident
:exit
exit
:instruct
cls
echo just do it subscribe.
pause
goto realmenu
:rmenu
cls
echo hahahahaha dumb
pause
echo going back.
ping localhost -n 2 >nul
cls
echo going back..
ping localhost -n 2 >nul
cls
echo going back...
ping localhost -n 2 >nul
cls
goto
:ident
cls
echo Your Username is now %name%.
echo Your Password is now %pass%.
pause
goto realmenu
- save it as .bat
1 comments:
the best
Post a Comment