Hello friends, In this post you can Prank with your fiends with the help of Notepad. Notepad is a common text editor included with all versions of Microsoft Windows that lets you create, open, and read plaintext files with the .txt file extension. If the file has special formatting or is not a plain text file, it cannot be read in Notepad. The picture shown here is a small example of what Notepad might look like when running.
Top Best Pranks With Using Notepad
To prank with friends you have to paste the code given below correctly in notepad and apply extension while saving the file and you will get to see many notepad tips and tricks or pranks.
All Steps:- Open Notepad - Copy Any Code - Paste Code For Notepad - Click File Option - Click Save as - Type Anything File Name - You must add the .extension after the file name.
Step 1: Nonstop Message Popping
@ECHO off
:Begin
msg * Hello
msg * You having fun?
msg * Me Too!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d !
GOTO BEGIN
:Begin
msg * Hello
msg * You having fun?
msg * Me Too!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d !
GOTO BEGIN
After pasting this code, You must after clicking on save the file .bat extension.
Step 2: Number Of Create Notepad File
echo off
:start
echo Your Message ! > File Name %random%.txt
echo Your Message ! > File Name %random%.txt
One More
%0|%0
Paste this code " echo your message > file name%random% " as many times as you want to create the file. You are also change file txt ,doc ,zip , rar ) .After pasting this code, You must after clicking on save the file .bat extension.
Step 3: Many Create Notepad File One Code
echo off
:start
echo Your System is Hacked! > virus%random%.txt
goto Start
You are change file. ( txt , doc , zip , rar ) After pasting code, You must after clicking on save the file .bat extension.
Step 4: Auto Backspace
MsgBox "your message here"
Set wshShell=wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
After pasting code, You must after clicking on save the file .vbs extension.
Step 5: Hit Enter Key Continuously
MsgBox "Lets Rumble"
Set wshShell=wscript.CreateObject("WScript.Shell")do wscript.sleep 100Wshshell.sentkeys
"{bs}" loop
After pasting code, You must after clicking on save the file .vbs extension.