Type/copy following code in notepad:-
Set wshShell = wscript .CreateObject('WScript .Shell')
do
wscript .sleep 100
wshshell .sendkeys 'You are a fool.'
loop
Note:- (replace all single comma with inverted comma)
Save it as (Anything .VBS) and send it.
_________________________
Comments
Post a Comment