Notepad prank to type You Are A Fool continuously
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