Advertisement
projectshadow1234

matrix

Sep 6th, 2020
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. @echo off
  2. title Matrix
  3. color 0a
  4. mode 1000
  5. goto Greeting
  6.  
  7. :Greeting
  8. cls
  9. echo Hello Neo.
  10. cls
  11. goto Matrix
  12.  
  13. :Matrix
  14. echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
  15. goto Matrix
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement