Pages

Please leave a comment as often as you see fit.. :)

Saturday, September 1, 2012

Hack Your Friend’s Keyboard (VBS Fun With Notepad)


1. Open Notepad and type :

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


2. Save it as "Anything.VBS" and send it to your friend.

3. When he runs the file it will begins to type "You are Fool"  simultaneously. He will kill you. But This one not harmful. We can stop the script;

To stop the Script:

1. Open "Windows Task Manager".
2. Hit the "Processes" tab.
3. Find the "wscript" and end the process.

OR

Restart the machine.

I will make a post about how to use Iexpress to wrap your VBS scripts into an .exe in my future post.


1 comment: