New Computer Pranks



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

1 comment:

  1. Here are some quick little computer pranks to pull on your friends for April Fools day. Here are the scripts used:
    _______________________________
    Network Pranks

    ReplyDelete

Related Posts Plugin for WordPress, Blogger...