About

Thursday, 13 November 2014

On 20:17 by AJ ROCKS in    No comments
Not much to explain, the title says it all! Follow the steps to make this trick work:
Open Notepad.
Paste the following code in the notepad file:
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “You are a fool.”
loop


Save the file with any name but with .vbs extension and close it.
Ope the file and see how it makes you type!
#13. Open Notepad continuously
Open Notepad.
Paste the following code in your notepad file:
@ECHO off
:top
START %SystemRoot%system32notepad.exe
GOTO top
Save the file with any name nut with .bat extension and close it.
Now open the file and see how it annoys you by opening notepad again and again.

0 comments:

Post a Comment