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
- 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
May be interested
- 7 ways to fix Notepad not opening error on Windowsnotepad is a simple text editor that comes pre-installed on your windows computer. you can use it to view, create and edit text files whenever needed. but what if windows can't open notepad and you can't use it?
- Why can't I type on my computer keyboard? How to fix it?not only used keyboards after a long time, even new devices sometimes have problems. if your keyboard cannot type, don't worry, let hacom fix this problem very quickly in 1 minute!
- How to Open Notepadnotepad is an incredibly easy-to-use text editor bundled with the microsoft windows operating system. you can find and open notepad from within the microsoft windows start menu, or you can create a new text file right on your desktop....
- How to compare contents of 2 text files with Notepad ++in many cases, we need to check the content between two text files. however, checking each word by eye only takes a lot of time and is inefficient, easy to miss. to solve that problem, i would like to introduce you how to compare the content of 2 text files (text or source code) with notepad ++
- It turns out we are all misunderstanding the purpose of the keyboard legaccording to some studies, the most comfortable typing for the wrist is to type on the keyboard directly, without legs. if the top of the keyboard is raised too high, the user may be tired, deforming the wrist muscles.
- How to Use Notepad++this wikihow teaches you how to install and use notepad++ on your windows computer. notepad++ is a text editor that is optimized for programming languages, making it ideal for coding in languages like c++, batch, and html. open the...
- How to create an Excel formula in Notepad ++when entering excel formulas in notepad ++, there will be additional features highlighting, highlighting, and suggestion. the following article will guide you how to set up an excel input formula in notepad ++.
- What is Notepad ++? Compare Notepad ++ and regular Notepadon windows operating systems available for us, notepad software can edit code quickly. but notepad available does not have many features and support for users. in this article, which software tips will guide you about notepad ++? compare notepad ++ and regular notepad.
- These 'hack' tips are only Notepad can donot only useful in creating simple documents, but notepad is also a tool to help users in the process of using some tricks to 'hack', create batch files ....
- How to Type Hindi on PCtoday's tipsmake will show you how to enter hindi text if this is not the default language on your windows pc. if you have a hindi keyboard, you just need to install additional language packs and keyboard layouts. if you don't have one, you can use the google input tools virtual hindi keyboard on the web, or the windows on-screen virtual keyboard to type with applications other than the web (such as microsoft word).