Notepad : A simple program. But we can do lot's of things with this. I gave you more tricks from notepad here before.But today I am going to discuss a cool trick which is more funny. To Hack keyboard and type anything continuously in Notepad just follow the bellow steps.
1. Open Notepad.
2. Copy the bellow box code and paste it to notepad.
3. You can change You are a fool. to any other text.
4. Now save as fool.vbs
5. Now open the file "fool.vbs" or Send it to your friend .
1. Open Notepad.
2. Copy the bellow box code and paste it to notepad.
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop
3. You can change You are a fool. to any other text.
4. Now save as fool.vbs
5. Now open the file "fool.vbs" or Send it to your friend .
0 comments:
Post a Comment