Notepad : A simple programme. But we can do lot's of things with this. I gave you more tricks from notepad here before.But today I am going to discuss some cool tricks which you can perform on your computer or You can use these tricks to scare your friends.
Please Note :- These tricks will not harm your computer in anyway. After performing these tricks if you want to stop them simply restart your computer or Open Task Manager ( Ctrl+Alt+Del) go to processes tab and end the process wscript.exe.
1. Open Notepad.
2. Copy the bellow box code and paste it to notepad.
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
3. Now save as virous.vbs
4. Now open the file "virous.vbs" or Send it to your friend now.
5. And enjoy.
0 comments:
Post a Comment