View Full Version : Some amazing ghostly scripts
shri_savio
20-05-08, 05:38 PM
MAKE THE DVD DRIVE GO IN AND OUT
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If
copy this script in notepad and save as run.vbs
u'll see a magic that ur cd-rom is running in and out
End the process WScript.exe from the Processes tab of the task manager
shri_savio
20-05-08, 05:40 PM
These codes when executed makes your Caps,Num,Scroll lock keys flash..
very kewlll...i hav tried it...
1.This piece of code makes ur keyboard a live disco...
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
Instrcuctions:
*Paste codes in notepad
*Save as "AnyFileName".vbs
*Run the file
*To stop, launch task manager and then under "Processes" end wscript.exe
__________________
shri_savio
20-05-08, 05:41 PM
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 200
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{NUMLOCK}"
wscript.sleep 50
wshshell.sendkeys "{SCROLLLOCK}"
loop
Instrcuctions:
*Paste any of the two above codes in notepad
*Save as "AnyFileName".vbs
*Run the file
*To stop, launch task manager and then under "Processes" end wscript.exe
shri_savio
20-05-08, 05:42 PM
well this trick is to display symbol 'om',which is a hindu religious word as screen saver-
1.on desktop right click go to properties->screen saver
2.select yr screen saver as '3d text'
3. go to settings of screen saver.
4.in 3d text settings check the custom text and write '\' (without inverted commas),and click on choose font
5. choose the font as Wingdings and click ok
6. apply the settings and you are done................
alexchairman
20-05-08, 07:55 PM
yes it's very nice information thankyou.
vBulletin® v3.7.3, Copyright ©2000-2012, Jelsoft Enterprises Ltd.