CMD Fake Hacking (Creating a sick as Fake Hacking file)
Hello once again readers :D!! The tutorial we're going to be going through today, is once again about the wonders of the CMD. So, hopefully, my tutorials have helped you to learn some cool stuff, and made you feel awesome, like a white hat hacker! Today, we're going to be talking about how cool it looks when the CMD is going through random numbers super fast. It looks a lot like the scene out of the matrix. If you have it as your backdrop, while typing ordinary code, it makes you feel like a super hacker! But, if you want to be lazy, and just achieve the end result, download this file here. But if you want to learn something, keep reading. Lets begin.

Step 1: Create a new txt file. If you dont know how to do that, your going to learn pretty quickly. So, type in to your computers search bar "notepad." Then click enter, or click on the program "notepad." You have now create a new txt file!

Step 2: Put these lines of code into notepad. It may look like a lot of code, but if you copy and paste it, its not really a lot. This code can be edited to whatever you want. I have covered tutorials about how to change the colour of the text, and how to change the title of the CMD bar. You can do the same here. Once you have pasted in the code, you can change "Professional Hacker Console" to whatever you want. You can also change the colour by changing "06" to whatever you want.
@echo off title Professional Hacker Console :matrix color 06 echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%% echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%% echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%% echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%% echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%% echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%% echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%% echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%% goto matrix

Step 4: Now that you've done that, click "file." Then click "Save as."

Step 5: After that, a box will appear, asking you where you want to save your file. Choose where you want to save it, but don't click save yet!

Step 6: This is an extremely important step. Make sure that you click "Text Documents" and change it to "All Files." Then, where it says "File name," call it whatever you want, but at the end of it, put there ".bat"

Step 7: Once you've saved it, locate where you have saved it. Then double click it, and the CMD will run and all the randomised numbers will be there, scrolling super quick. My suggestion would be to open up the same thing twice, and then open up a normal CMD box in the background. It looks super cool!
