Funny Computer Pranks
Video Details
Comments
(1)

Here are some quick little computer pranks to pull on your friends for April Fools day. Here are the scripts used:
Network Pranks
(for xp)
net send [computer name][message]
(for vista)
msg [computer name][message]
(to shutdown on xp or vista)
shutdown -i
Ghost Typing:
set wshshell = wscript.CreateObject("wscript.shell")
wshshell.run "Notepad"
wscript.sleep 2000
wshshell.AppActivate "Notepad"
WshShell.SendKeys "Ap"
WScript.Sleep 500
WshShell.SendKeys "ri"
WScript.Sleep 500
WshShell.SendKeys "l "
WScript.Sleep 500
WshShell.SendKeys "Fo"
WScript.Sleep 500
WshShell.SendKeys "ol"
WScript.Sleep 500
WshShell.SendKeys "s!"
WScript.Sleep 500
Never Ending Popups:
msgbox "Don't"
msgbox "You"
msgbox "Hate"
msgbox "It"
msgbox "When"
msgbox "This"
msgbox "Happens?"
do
msgbox "April Fools!"
loop

Share And Linking
Top Rated Comments
There are no rated comments for this video. Rate a comment now.



Email this video to your friends

Copy and paste this link into an email or instant message
Copy and paste this code to embed this video into your website or blog









