This VBS trick make your keyboard type any message continuously.
- Open the Notepad
- Copy the below code in notepad
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."loop - Save this notepad file with anyname and .vbs extension rather than .txt.
- Run the file by simply double clicking on it.
- Prank your friends and Enjoy !!!!
Bhuvan Arora
No comments:
Post a Comment