Advertisement
Guest User

Matrix.Bat

a guest
Aug 30th, 2016
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. @echo off
  2. color 2
  3. pause
  4. test&cls
  5.  
  6.  
  7.  
  8. :Username
  9. echo Enter Your Username:
  10. set /p Name=
  11. if %Name% == Neo goto Password
  12. if %Name% == Hacks goto top
  13. goto Wrong
  14.  
  15. :Wrong
  16. test&cls
  17. echo Try Again!
  18. timeout 1 > nul
  19. goto Username
  20.  
  21. :Password
  22. test&cls
  23. echo Enter Your Password
  24. set /p Pass=
  25. if %Pass% == Admin goto Loading
  26. goto Wrong
  27.  
  28. :Loading
  29. test&cls
  30. echo Successfully Logged In!
  31. timeout 2 > nul
  32. test&cls
  33. echo Loading Matrix...
  34. timeout 1 > nul
  35. test&cls
  36. echo Loading Matrix.
  37. timeout 1 > nul
  38. test&cls
  39. echo Loading Matrix..
  40. timeout 1 > nul
  41. test&cls
  42. echo Loading Matrix...
  43. timeout 1 > nul
  44. test&cls
  45. echo Loading Matrix.
  46. timeout 1 > nul
  47. test&cls
  48. echo Loading Matrix..
  49. timeout 1 > nul
  50. test&cls
  51. echo Loading Matrix...
  52. timeout 1 > nul
  53. test&cls
  54.  
  55.  
  56.  
  57. :top
  58. ping localhost -n 0.5 >nul
  59. echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
  60. goto top
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement