Use Notepad to make the keyboard automatically type any text repeatedly

Although Notepad has been around for a long time, users only know Notepad with the simple text editor without knowing that Notepad has many other useful features. One of those features makes the keyboard automatically type any text continuously.

Notepad is one of the simple text editors built into Windows. Often users often use Notepad to edit and store important information and content. However today very few users still use Notepad.

Although Notepad has been around for a long time, users only know Notepad with the simple text editor without knowing that Notepad has many other useful features. One of those features makes the keyboard automatically type any text continuously.

Use Notepad to make the keyboard automatically type any text repeatedly Picture 1Use Notepad to make the keyboard automatically type any text repeatedly Picture 1

Use Notepad to make the keyboard automatically type any text repeatedly:

This process is also known as Ghost Keyboard Typing . You do not need to touch any key on the keyboard and the words will automatically appear on Notepad.

Step 1:

Right-click on the Desktop and select New => Text Document to create a new Notepad or simply open Notepad.

Step 2:

Copy the following code exactly and paste it into Notepad that you just created:

set wshshell = wscript.CreateObject ('wScript.Shell')

wshshell.run 'Notepad'

wscript.sleep 400

wshshell.sendkeys 'S'

wscript.sleep 100

wshshell.sendkeys 'M'

wscript.sleep 120

wshshell.sendkeys 'A'

wscript.sleep 200

wshshell.sendkeys 'R'

wscript.sleep 100

wshshell.sendkeys 'T'

wscript.sleep 140

wshshell.sendkeys 'T'

wscript.sleep 100

wshshell.sendkeys 'R'

wscript.sleep 50

wshshell.sendkeys 'I'

wscript.sleep 120

wshshell.sendkeys 'C'

wscript.sleep 170

wshshell.sendkeys 'K'

wscript.sleep 100

wshshell.sendkeys 'S'

wscript.sleep 50

wshshell.sendkeys '.'

wscript.sleep 120

wshshell.sendkeys 'N'

wscript.sleep 160

wshshell.sendkeys 'E'

wscript.sleep 200

wshshell.sendkeys 'T'

wscript.sleep 100

Step 3:

Save the code you just pasted into Notepad, smarttricks.vbs , select the file format (Save as type) as All files and the extension is .vbs .

Step 4:

Now proceed to double click on the file you just saved, you will see SMARTTRICKS.NET automatically enter the word on Notepad.

Refer to some of the following articles:

  1. Summary of useful shortcuts when using Notepad
  1. 10 features on Windows 10 are most users require
  1. 5 basic features of NotePad.exe

Good luck!

3.8 ★ | 11 Vote