Help me with my batch project

It look’s messed up because of the forum but the problem is in the loading screen.

@echo off

title Authentication

color 0a

echo Welcome, Lincoln Jones

ping localhost -n 3 >nul

echo today is %date%

echo.

echo it is %time%

ping localhost -n 8 >nul

cls

echo Please Enter Your Password:

set /p password=

if %password% == lincolnjones1 goto loadscreen ELSE FALSE goto false

:false

echo Authentication Failed:

ping localahost -n 2 >nul

echo Deleting Information

exit

@echo off

color 0a

:loadscreen

title Info.exe

echo correct password

ping localhost -n 3 >nul

echo acces granted

echo loading info grab

ping localhost -n 6 >nul

cls

echo 0 percent loaded…

ping localhost -n 2 >nul

cls

echo #######

echo 0 |

echo #######

echo 13 percent loaded…

ping localhost -n 1 >nul

ping localhost -n 2 >nul

cls

echo #######

echo 0o |

echo #######

echo 21 percent loaded…

ping localhost -n 3 >nul

cls

echo #######

echo 0o0 |

echo #######

echo 14 percent loaded…

ping localhost -n 1 >nul

cls

echo #######

echo 0o0o |

echo #######

echo 54 percent loaded…

ping localhost -n 2 >nul

cls

echo #######

echo 0o0o0 |

echo #######

echo 79 percent loaded…

ping localhost -n 6 >nul

cls

echo #######

echo 0o0o0o|

echo #######

echo 99 percent loaded…

ping localhost -n 2 >nul

cls

echo #######

echo 0o0o0o|

echo #######

echo 99 percent loaded…

ping localhost -n 6 >nul

cls

echo #######

echo 0o0o0o|

echo #######

echo complete

:Mainscreen

cls

ping localhost -n 2 >nul

cls

mode 800

echo #######################################################################################################

echo #######################################################################################################

echo _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____

echo /\ \ /\ \ /\ \ /\ \ /\ \ /\ \ /\ \ /\ \ /\ \ /\ \ /\ \

echo /::_\ /::\ \ /::\ \ /::_\ /::\ \ /::\ \ /::\ \ /::_\ /::\ \ /::\ \ /::_\

echo /:::confused: / /::::\ \ /::::\ \ /:::confused: / /::::\ \ /::::\ \ :::\ \ /::::expressionless: | :::\ \ /::::\ \ /:::confused: /

echo /:::confused: / /::::::\ \ /::::::\ \ /:::confused: / /::::::\ \ /::::::\ \ :::\ \ /:::::expressionless: | :::\ \ /::::::\ \ /:::confused: /

echo /:::confused: / /:::/:::\ \ /:::/:::\ \ /:::confused: / /:::/:::\ \ /:::/:::\ \ :::\ \ /::::::expressionless: | :::\ \ /:::/:::\ \ /:::confused: /

echo /:::confused:/ /:::/__:::\ \ /:::confused: :::\ \ /:::confused:/ /:::confused::::\ \ /:::confused::::\ \ :::\ \ /:::/|::expressionless: | :::\ \ /:::/__:::\ \ /:::confused: /

echo /::::\ \ /::::\ :::\ \ /:::confused: :::\ \ /::::\ \ /::::\ :::\ \ /::::\ :::\ \ /::::\ \ /:::confused: |::expressionless: | /::::\ \ /::::\ :::\ \ /:::confused: /

echo /::::::\ \ _____ /::::::\ :::\ \ /:::confused: / :::\ \ /::::::______ /::::::\ :::\ \ /::::::\ :::\ \ ____ /::::::\ \ /:::confused: |::expressionless: | _____ /::::::\ \ /::::::\ :::\ \ /:::confused: /

echo /:::/:::\ \ /\ \ /:::/:::\ :::\ \ /:::confused: / :::\ \ /:::/:::::::::::\ \ /:::/:::\ :::\ \ /:::/:::\ :::____\ /\ \ /:::/:::\ \ /:::confused: |::expressionless: |/\ \ /:::/:::\ \ /:::/:::\ :::\ \ /:::confused: /

echo /:::confused: :::\ /::_/:::confused: :::\ :::_/:::confused:/ :::_/:::confused: |:::::::::::_/:::confused::::\ :::_/:::confused: :::\ :::expressionless: | /::\ /:::confused: :::_/:: / |::expressionless: /::_\ /:::confused: :::_/:::confused::::\ :::_/:::confused:___/

echo ::confused: :::\ /:::confused: /::confused: :::\ /:::confused: /:::\ \ ::confused: /::confused: |::|~|~~~ :::\ :::\ ::confused: /::confused: |::::\ /:::|____| :::\ /:::confused: ::confused: /::confused: /|::expressionless: /:::confused: / /:::confused: ::confused: /:::\ :::\ ::confused: /:::\ \

echo // :::/:::confused: / // :::/:::confused: / :::\ \ // /|::expressionless: | :::\ :::\ // /|:::::/:::confused: / :::/:::confused: / // // |::expressionless: /:::confused: / /:::confused: / // :::\ :::\ // :::\ \

echo ::::::confused: / ::::::confused: / :::\ \ |::expressionless: | :::\ :::\ \ |:::::::::confused: / ::::::confused: / |::|/:::confused: / /:::confused: / :::\ :::\ \ :::\ \

echo ::::confused: / ::::confused: / :::\ \ |::expressionless: | :::\ :::_\ |::|::::confused: / ::::confused:/ |::::::confused: / /:::confused: / :::\ :::___\ :::\ \

echo /:::confused: / /:::confused: / :::\ \ |::expressionless: | :::\ ::confused: / |::expressionless: ::/____/ :::\ \ |:::::confused: / ::confused: / :::\ ::confused: / :::\ \

echo /:::confused: / /:::confused: / :::\ \ |::expressionless: | :::\ // |::expressionless: ~| :::\ \ |::::confused: / // :::\ /____/ :::\ \

echo /:::confused: / /:::confused: / :::\ \ |::expressionless: | :::\ \ |::expressionless: | :::\ \ /:::confused: / :::\ \ :::\ \

echo /:::confused: / /:::confused: / :::_\ ::expressionless: | :::_\ ::expressionless: | :::_\ /:::confused: / :::_\ :::____\

echo ::confused: / ::confused: / ::confused: / :expressionless: | ::confused: / :expressionless: | ::confused: / ::confused: / ::confused: / ::confused: /

echo // // // || // || // // // //

echo

echo.

echo.

echo created by Lincoln Jones

echo.

echo Questions? Comments? Conncerns? Contact me at:

echo.

echo [email protected] / [email protected] / 248-515-0946

echo ##############################################################################################################################

ping localhost -n 30

cls

echo Write the number of what you want to do:

ping localhost -n 2 >nul

echo 1. ping

ping localhost -n 2 >nul

echo 2. nslookup

ping localhost -n 2 >nul

echo 3. trace route

ping localhost -n 2 >nul

echo 4. show useful com info

ping localhost -n 2 >nul

echo 5. see who is watching you

ping localhost -n 2 >nul

echo 6. go into netsh

ping localhost -n 2 >nul

echo 7. crash a website (warning it will take a few hours)

ping localhost -n 2 >nul

echo 8. crash a local computer

set /p “number=–>”

if %number%==1 GOTO 1

if %number%==2 GOTO 2

if %number%==3 GOTO 3

if %number%==4 GOTO 4

if %number%==5 GOTO 5

if %number%==6 GOTO 6

if %number%==7 GOTO 7

if %number%==8 GOTO 8

:1

cls

echo Who do you want to ping?:

set /p “site=–>”

ping %site%

ping localhost -n 20 >nul

echo Do you want to continue(‘write 1’) or end(‘write 2’)?

set /p “choice=–>”

if %choice%==1 GOTO Mainscreen

if %choice%==2 GOTO end

:2

cls

echo write the name of the site you want to nslookup:

set /p “site=–>”

nslookup %site%

ping localhost -n 20 >nul

echo Do you want to continue(‘write 1’) or end(‘write 2’)?

set /p “choice=–>”

if %choice%==1 GOTO Mainscreen

if %choice%==2 GOTO end

:3

cls

echo Write the name of the site you want to trace route:

set /p “site=–>”

tracert %site%

ping localhost -n 20 >nul

echo Do you want to continue(‘write 1’) or end(‘write 2’)?

set /p “choice=–>”

if %choice%==1 GOTO Mainscreen

if %choice%==2 GOTO end

:4

cls

echo starting ipconfig

ping localhost -n 3 >nul

ipconfig /all

ping localhost -n 20 >nul

echo Do you want to continue(‘write 1’) or end(‘write 2’)?

set /p “choice=–>”

if %choice%==1 GOTO Mainscreen

if %choice%==2 GOTO end

:5

cls

echo starting netstat

ping localhost -n 3 >nul

netstat -a

ping localhost -n 20 >nul

echo Do you want to continue(‘write 1’) or end(‘write 2’)?

set /p “choice=–>”

if %choice%==1 GOTO Mainscreen

if %choice%==2 GOTO end

:6

cls

echo going into netsh

ping localhost -n 4 >nul

@echo on

ping localhost -n 2 >nul

netsh

ping localhost -n 20 >nul

echo Do you want to continue(‘write 1’) or end(‘write 2’)?

set /p “choice=–>”

if %choice%==1 GOTO Mainscreen

if %choice%==2 GOTO end

:7

@echo off

Title Website Crasher

color 0e

echo Enter the website you would

like to crash

set input=

set /p input= Enter your Website

echo Processing Your request

ping localhost>nul

echo to end exit

ping localhost>nul

cls

echo

echo Now Crashing Website…DO NOT CLOSE THIS BOX!!

ping %input% -t-l1000

pause

echo Do you want to continue(‘write 1’) or end(‘write 2’)?

set /p “choice=–>”

if %choice%==1 GOTO Mainscreen

if %choice%==2 GOTO end

:8

processing…

ping localhost -n 3 >nul

echo downloading local com…

echo.

ping localhost -n 3 >nul

cls

echo warning you will need local Ips

shutdown -i

pause

echo Do you want to continue(‘write 1’) or end(‘write 2’)?

set /p “choice=–>”

if %choice%==1 GOTO Mainscreen

if %choice%==2 GOTO end

:end

end

Ignore all the weird slashes in the middle those will work in the actual program.

Check the following for details on how to format code for the forums- FAQ: How to ask good questions

For something this size though consider using a gist or something similar- https://gist.github.com/