Sie sind auf Seite 1von 3

2.

Ghost Keyboard Typing:


Step 1: Open Notepad
Step 2: Copy the Below code.
set wshshell = wscript.CreateObject("wScript.Shell")
wshshell.run "Notepad"
wscript.sleep 400
wshshell.sendkeys "T"
wscript.sleep 100
wshshell.sendkeys "R"
wscript.sleep 120
wshshell.sendkeys "I"
wscript.sleep 200
wshshell.sendkeys "C"
wscript.sleep 100
wshshell.sendkeys "K"
wscript.sleep 140
wshshell.sendkeys "S"
wscript.sleep 100
wshshell.sendkeys "L"
wscript.sleep 50
wshshell.sendkeys "O"
wscript.sleep 120
wshshell.sendkeys "V"
wscript.sleep 170
wshshell.sendkeys "E"
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

Step 3: Paste the Code in Notepad and Save it.

Step 4: Name it Trickslove.vbs and Choose All files in Save as type.

Step 5: Double Click on the saved file to See this Live Notepad Trick


3. Make your Computer Speak:

In the Above trick we made notepad Type automatically but now we will our own text to Speech
tool with the help of small script in Notepad. You will make your Computer Speak whatever you
type. Excited ? Then follow the Below Simple Steps.

Step 1: Open Notepad

Step 2: Copy and Paste the Below Code in Notepad.

Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message

Step 3: After Pasting the Above Code in Notepad, its time to Save the File. Save the File with
name Speak.vbs and again choose All files in save as type

Step 4: Double Click on the File to See a
pop up Window that looks something like this Picture

Now All you have to do is Type in Anything that you want it to Convert in Speech.

Then Click on Ok. Wait a second or Two and hear it do its work.

Also Check: How to Send Colorful Text Messages
on Facebook
4. Keyboard LED lights Dancing Trick

This is another Fun Trick which will Make your Keyboard Lights ie: Numlock,Capslock and Scroll
lock lights go dancing..

Step 1: Open notepad.

Step 2: Copy the Below Code and paste in it.

Set wshShell =wscript.CreateObject(WScript.Shell)
do
wscript.sleep 100
wshshell.sendkeys {CAPSLOCK}
wshshell.sendkeys {NUMLOCK}
wshshell.sendkeys {SCROLLLOCK}
loop

Step 3: Save the File with the name Led.vbs and again choose all files.

Step 4: Double click the File to open, Look down at your keyboard to See the live performance.

How to Stop:

To Stop it just follow the Below Simple Steps.
o Open Task manager by Pressing CTRL+ALT+DELETE
o Now Goto Process Tab
o Scroll down and search for wscript.exe and End the Process.

Das könnte Ihnen auch gefallen