ThaRealUDP

Bank Information Leak October 26th 2016.

Oct 26th, 2016
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.53 KB | None | 0 0
  1. @echo off
  2. Title \/Notes - Lesson 1\/
  3. color 0a
  4.  
  5. REM Do not mess with source code.
  6.  
  7. :home
  8. echo #--------------------------------#
  9. echo Welcome to Lesson 1 Of your notes.
  10. echo #--------------------------------#
  11. pause
  12. goto note1
  13.  
  14. :note1
  15. color 0b
  16. echo In Notes 1 You will be learning about Networking Protocols and what they do.
  17. set /p continue=Do you wish to continue? Y/n (CaSeSeNsiTive)
  18. if %continue%==Y goto note1.1
  19. if %continue%==n goto home
  20. if NOT %continue%==Y goto home
  21. if NOT %continue%==n goto home
  22.  
  23. :note1.1
  24. echo Kek.
Add Comment
Please, Sign In to add comment