All possible notepad tricks,use notepad for make any file with any extension
jeudi 19 février 2015
Libellés :
computer tricks
~
Tricks of notepad Having fun
Do you know that notepad is a very importent application for every computer or laptops
there are lot of feature or program we can make .
notepad is very easy application which make file with any extension like htm,vbs,bat etc.
If you think that Notepad is just a basic text editor, then, you will be amazed by its capabilities. You
can use Notepad to create everything from personalized logs to harmless viruses that are incredibly annoying.
Notepad, the text editor that comes bundled in Windows is an excellent tool for text editing. But that
is not the only thing for which notepad is famous. It is also famous for its tricks and hacks. Here is a
roundup of some of the best and coolest tricks that you can try using Notepad.
#1 how to apply Matrix Falling Code Effect
it is very attractive code design for mattrix effect and it is easily emplimented by notepad.notepad
easily made this mattrix effect trick.so follow simple step to apply some code for mattrix effect.
many of us saw the movie name matrix ,in this movie i saw very attractive and amazing numbers
flow in matrix style .so we can easily make that type of effect using notepad see bellow steps.
step: 1) simply copy following code and past in the notepad. (see bellow picture)
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks
.png)
step:2) after that simply save it as matrix.bat (file>save as)( see picture bellow)
.png)
step:3) now you have done ,now this is the time to see matrix effect like bellow just double click on matrix.bat file
.png)
#2 Make Your Keyboard Type (Any) Message Continuously-VBS Trick
This VBS trick can make any of your friend's keyboard type any message continuously.
simply for having fun with your friends just follow simple steps to make this type of fun using simple notepad.
step:1) first of all open notepad and copy bellow code and past it in to the notepad.(see picture given)
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop
step:2) after that save it as fun.vbs here (.vbs extension must use) see bellow picture for your understand.
.png)
step:3) after that simply send this file to your friends by email or pendrives,when he double click on it he totally confused and you see the fun.
#3 Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives
befor begin this topic i suggest not use trick in your pc .
as you know coding is very powerfull to hack and detroy anything.
so here is a small trick to creat a very powerfull virus which totally infect your drives.
This VBS trick will create a code which will continuously eject all your connected Optical drives.
here i am give step by step procedure to make such tpe of virus using notepad without having much
knowledge about coding.simply follow steps.
step:1) first of all open notepad and copy bellow code and past it in to the notepad (see bellow picture)
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
step:2) simply save it name virus.vbs see bellow picture for your understand
#4 Make a Personal Diary(Log) with Notepad
if you want to make a file which give you right time and date .
by using this simple trick you are able to see what exect time and date even day in your computer
You can use this trick to create a personal log with Notepad which will automatically include the
current date and time before your note.
so simply follow steps given bellow.
To do so, open Notepad and type .LOG in capital letters and press Enter. Save the file. Now, every
time you open this file, notepad will automatically insert the current time and date before the note.
Just enter your note and save the file each time after making an entry.
if you like this article please share it with your friends .if you have faced any problem during all
pocess without thinking comment on comment box given bellow,also don't forget to like my facebook page for better updates
Do you know that notepad is a very importent application for every computer or laptops
there are lot of feature or program we can make .
notepad is very easy application which make file with any extension like htm,vbs,bat etc.
If you think that Notepad is just a basic text editor, then, you will be amazed by its capabilities. You
can use Notepad to create everything from personalized logs to harmless viruses that are incredibly annoying.
Notepad, the text editor that comes bundled in Windows is an excellent tool for text editing. But that
is not the only thing for which notepad is famous. It is also famous for its tricks and hacks. Here is a
roundup of some of the best and coolest tricks that you can try using Notepad.
#1 how to apply Matrix Falling Code Effect
it is very attractive code design for mattrix effect and it is easily emplimented by notepad.notepad
easily made this mattrix effect trick.so follow simple step to apply some code for mattrix effect.
many of us saw the movie name matrix ,in this movie i saw very attractive and amazing numbers
flow in matrix style .so we can easily make that type of effect using notepad see bellow steps.
step: 1) simply copy following code and past in the notepad. (see bellow picture)
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks
.png)
step:2) after that simply save it as matrix.bat (file>save as)( see picture bellow)
.png)
step:3) now you have done ,now this is the time to see matrix effect like bellow just double click on matrix.bat file
.png)
#2 Make Your Keyboard Type (Any) Message Continuously-VBS Trick
This VBS trick can make any of your friend's keyboard type any message continuously.
simply for having fun with your friends just follow simple steps to make this type of fun using simple notepad.
step:1) first of all open notepad and copy bellow code and past it in to the notepad.(see picture given)
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop
step:2) after that save it as fun.vbs here (.vbs extension must use) see bellow picture for your understand.
.png)
step:3) after that simply send this file to your friends by email or pendrives,when he double click on it he totally confused and you see the fun.
#3 Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives
befor begin this topic i suggest not use trick in your pc .
as you know coding is very powerfull to hack and detroy anything.
so here is a small trick to creat a very powerfull virus which totally infect your drives.
This VBS trick will create a code which will continuously eject all your connected Optical drives.
here i am give step by step procedure to make such tpe of virus using notepad without having much
knowledge about coding.simply follow steps.
step:1) first of all open notepad and copy bellow code and past it in to the notepad (see bellow picture)
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
.png)
step:2) simply save it name virus.vbs see bellow picture for your understand
step:3) simply Double click to open this file and you will be impressed by this awesome trick.and
send it to any of your victim through email or any transferable medium.
NOTE: please dont miss use this trick.IF YOU DO THAT I AM NOT RESPONSIBLE.
#4 Make a Personal Diary(Log) with Notepad
if you want to make a file which give you right time and date .
by using this simple trick you are able to see what exect time and date even day in your computer
You can use this trick to create a personal log with Notepad which will automatically include the
current date and time before your note.
so simply follow steps given bellow.
To do so, open Notepad and type .LOG in capital letters and press Enter. Save the file. Now, every
time you open this file, notepad will automatically insert the current time and date before the note.
Just enter your note and save the file each time after making an entry.
if you like this article please share it with your friends .if you have faced any problem during all
pocess without thinking comment on comment box given bellow,also don't forget to like my facebook page for better updates
0 commentaires :
Enregistrer un commentaire