some dangerous pranks and tricks
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) Continually pop out your friend's CD Drive. If he / she has more than one, it pops out all of them!
Type :
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Save it as "Anything.VBS" and send it.
- antivirus. email (1)
- download serial key (1)
- General Computer (10)
- genral computer (3)
- google (1)
- hardware (2)
- Install Windows XP using USB Flash Disk/ Flash Drive (1)
- internet world (4)
- lock folders easily (1)
- Multimedia (2)
- software (2)
- tricks and pranks (6)
- windows (6)
- WINDOWS XP (3)
Sunday
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment