Pages

Jan 8, 2015

How to Do Funny Things in Notepad, Notepad++, and .Bat Files

Over the last few months I have been getting more and more into computers over the last few months, and I discovered my new favorite thing to do..... notepad stuff!
I will teach you how to do a few basic things in notepad, notepad++, and how to use them to your advantage!
First we will look at the Matrix trick!
  1. Open a new notepad document
  2. Paste this in the document
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks
  1. Then save it as whatever you want as long as it has .bat after it!
This will create a command prompt that looks like the matrix! With green letters and everything!
Next is the fake virus trick!
1.Open a new notepad document
  1. Paste this in the document
@echo off
cls
echo Fatal Error!! Your computer is under attack!!
pause
echo Deleting Files
pause
:files
echo !323%%%@#@GJFGG42JG
echo !3424%@#%^&@52%@%gs
echo !@$@^624@$6262$hG
echo !@#4-07234&5*((6hkd
echo !&^%78755&*%478*%$&
echo !^$$68*$78()&4578
echo !&8898*65$$566$68(9
goto files*
3.Save it as anything you want as long as it has .bat after it!
Then watch your victim's face as it scares the crap out of them!!
That is all for now but soon I will be posting more!
I hope you will enjoy thi trick!

0 comments: