You are on page 1of 1

set wshshell = wscript.createobject("wscript.

shell") 'sample test program by ckp

if (msgbox("are you bored...?",4+32,"request for you")=6) then


wshshell.run "cmd"
wscript.sleep 1000
wshshell.run "calc"
wscript.sleep 1000
wshshell.run "excel"
wscript.sleep 1000
wshshell.run "powerpnt"
wscript.sleep 1000
wshshell.run "wordpad"
wscript.sleep 1000
wshshell.sendkeys "surprised...??? enjoy the fun..."
wscript.sleep 2000
wshshell.run "mspaint"
wscript.sleep 1000
wshshell.run "freecell"
wscript.sleep 1000
wshshell.run "wmplayer"
wscript.sleep 1000
wshshell.run "pinball"
wscript.sleep 1000
wshshell.run "outlook"
wscript.sleep 1000
wshshell.run "notepad"
wscript.sleep 1000
wshshell.sendkeys "not finished..."
wscript.sleep 1000
wshshell.run "hypertrm"
wscript.sleep 1000
wshshell.run "dialer"
wscript.sleep 1000
wshshell.run "iexplore"
wscript.sleep 2000
wshshell.run "winword"
wscript.sleep 1000
wshshell.sendkeys "now close all these things... you wont get bored...!!! "
else
msgbox "dont act too much... now see what happens ! ! ! ",0+16,"punishment
for telling lie"
wshshell.run "rundll32 user32.dll,lockworkstation"
end if

You might also like