Ghost Keyboard Typing Trick – Keyboard Prank – Notepad Trick

This Trick a notepad trick that you can do it on your friend to prank them as this trick will allow auto typing and prank your friends. So without wasting more time, let’s jump to the VBScript code and create Ghost Keyboard Typing prank.

Ghost Keyboard Typing Trick

Create Ghost Keyboard Typing Trick

1. Open Notepad and Type the following code :

Code 1:

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop

Code 2:

set wshshell = wscript.CreateObject("wScript.Shell")
wshshell.run "Notepad"
wscript.sleep 400
wshshell.sendkeys "O"
wscript.sleep 100
wshshell.sendkeys "N"
wscript.sleep 120
wshshell.sendkeys "L"
wscript.sleep 200
wshshell.sendkeys "I"
wscript.sleep 100
wshshell.sendkeys "N"
wscript.sleep 140
wshshell.sendkeys "E"
wscript.sleep 100
wshshell.sendkeys "C"
wscript.sleep 50
wshshell.sendkeys "M"
wscript.sleep 120
wshshell.sendkeys "A"
wscript.sleep 170
wshshell.sendkeys "G"
wscript.sleep 100
wshshell.sendkeys "."
wscript.sleep 120
wshshell.sendkeys "C"
wscript.sleep 160
wshshell.sendkeys "O"
wscript.sleep 200
wshshell.sendkeys "M"
wscript.sleep 100

2. Copy any of the code described above and paste it into the notepad.

3. Save it as trickbysolutionexist.vbs or anything that you Afterwant to name it but ensure you add .vbs at the end of the file name as .vbs extension makes this file saving as Vbscript.

4. Now after saving this vbscript virus, just double click on the file to execute the file.

5. The text can be altered simply by typing anything in the place of “You are a fool” in the code.

You can also send the file to your friends and ask them to open it.

Wrapping Up

Hope you like this tutorial on how to create keyboard prank virus that makes automatic typing in keyboard which will be a Ghost Keyboard Typing Trick . We had posted various Notepad tricks so in case you are interested in reading prank virus tricks the do check out VBScript coding. If you want some additional help for windows or you are facing trouble in windows 10 then join our Facebook page solution exist and our Facebook Group Android And Windows Errors Solution

solutionexist telegram

Recommended Reading...

Avatar für Ronak Prajapati

Ronak Prajapatit is a Chemical Engineer by profession and a Part-Time blogger. He is a passionate tech blogger who likes to share his knowledge and helped to troubleshoot problems of computers and PC.

Leave a Comment