Use Notepad to make the keyboard automatically type any text repeatedly
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:
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:
- Summary of useful shortcuts when using Notepad
- 10 features on Windows 10 are most users require
- 5 basic features of NotePad.exe
Good luck!
You should read it
- Summary of useful shortcuts when using Notepad
- What is Notepad ++? Compare Notepad ++ and regular Notepad
- These 'hack' tips are only Notepad can do
- How to quickly open the data file with the Notepad editor
- Tips to set an encryption password for NotePad files
- Reset Notepad to the initial default setting state
- Why is Notepad still a great note taking application?
- Microsoft adds automatic file saving feature to Notepad on Windows
- How to Install Notepad++ on Linux
- How to open Notepad with admin rights
- The difference between Notepad and WordPad
- How to Make Pictures Using Keyboard Keys