Notepad prank to type You Are A Fool continuously
![Notepad Trick : Type You Are A Fool Continuously Notepad Trick : Type You Are A Fool Continuously](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilgi6AkF9zHyKI-jss-s9UzrhzdbR9_IaxC1q3ToLPzEjKLeDTDpYx-as2NH6NnHjyQcKNJyEtvDpzYIOs9kUJTL3ULcerDmTW8v_FHlNk_buR2RyU0iWoNR7sJSaO1ufGZHtvOPJI9XhA/s320/notepad.jpg)
Notepad is a powerful tool to edit text and codes in windows. I told it a powerful tool because pro users use notepad in different ways, not just as a text editor only. Here in this tutorial, I'm gonna do a funny notepad prank to write "You Are A Fool" continuously. Just follow the steps below:
> Open Notepad.
> Type the following code in the notepad:
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.do
wscript.sleep 100
wshshell.sendkeys “You are a fool.”
loop
> Now Open the file and see how it makes you type!
NOTE: In order to stop it. open task manager and end thewscript.exe process.
0 comments:
Post a Comment