Showing posts with label VBS Tricks. Show all posts
Showing posts with label VBS Tricks. Show all posts
Friday, 14 October 2016
VBS prank: Continoually Pop Out the CD drive
This VBS Prank Will 100% Irritate your Friends cause it's make CD Drive Pop out again and again.
Code:
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 the above code in Notepad file As "Anything.vbs" (Without Quotes ) but make sure While saving this file select Save as type "All files" and extension must be .vbs.
Note: To Stop Scrip End process "wscript.exe" from Task Manager.
For More Tricks Stay Connected With us.
Enjoyed this Trick? Share with your friends on Social media. You can use the below sharing buttons to do it immensely faster. It just takes a second! ☺
Labels:forex, iqoption, pubg Hacked
VBS Tricks
VBS Tricks: Message box pop up
Message box pop up VBS Script Code:
do
MsgBox (" Type here the text that you want.")
loop
Save the above code in Notepad file As "Anything.vbs" (Without Quotes ) but make sure While saving this file select Save as type "All files" and extension must be .vbs.
- If you set 'do and loop', the message box appear again and again ...
- For one time Message Remove "do" & "loop".
EXAMPLES :
MsgBox (" Task Failed Successfully ")
![](https://lh3.googleusercontent.com/ZtK1xcN_sWOCmN6viBKzWFGJDG2kJXN0EGXFcHlwzv3as4Ge1tJW_3S5wHlnbdmQiKk1YC5daqj0mmtgZMhOsKieHHzXnCRxHdz_KqvNAgJshfTcmmeaxCLFnbKlJWJGRG_hhJ9aawNrqUfV85UdNMea3Qiqq01-i5LTIxrlX_mPSMwqcV6YgOL3GxNV3mAO5y8F0gIac5STpW_FiSVwnDOs-C671RHslQUcARDWJKRzphBLfciYNnQ5t1hZOxcG3wymwPn8Uz6VxYyvYtkEWUTh86vCC1oY2j7MnjqZpk2mC8IkFL125FaJOwDSPlh5B43vJAZWWLtWLBHSNHG8UANNML5S3xgii1WN1OIltVecZbjapJjU2yd4G_LrHaT8nStr6ogSGnWM38Asa883kmDQgrx-R8hJeA06Cg005wS-_PchJmZOYd8MtfrcUx6HzqV8LtdF9cRlIvWTzw3w2oEOO4MMEUgX7BSow-V_no_j5W9dhFMmLejP3Hpy64p1uFciX-ZyJjzZxLww_jAlBmGYP_sYc45pq2jb6RHjkSWD1A9XcpgwmYstC8Z8ccWgmr_M8pAG4PdGBNDj2V-SQHI681XLj_8baIcoqLC7sw=w233-h154-no)
MsgBox (" I Don't Like you, I'm Shutting Down. ")
shutdown -s -t 00
Note: When you Press "OK" PC will Shutdown.
For More Tricks Stay Connected With us.
Enjoyed this Trick? Share with your friends on Social media. You can use the below sharing buttons to do it immensely faster. It just takes a second! ☺
do
MsgBox (" Type here the text that you want.")
loop
Save the above code in Notepad file As "Anything.vbs" (Without Quotes ) but make sure While saving this file select Save as type "All files" and extension must be .vbs.
- If you set 'do and loop', the message box appear again and again ...
- For one time Message Remove "do" & "loop".
EXAMPLES :
1. Task Failed Successfully.
code:MsgBox (" Task Failed Successfully ")
2. I Don't Like you, I'm Shutting Down.
code:MsgBox (" I Don't Like you, I'm Shutting Down. ")
shutdown -s -t 00
Note: When you Press "OK" PC will Shutdown.
For More Tricks Stay Connected With us.
Enjoyed this Trick? Share with your friends on Social media. You can use the below sharing buttons to do it immensely faster. It just takes a second! ☺
Labels:forex, iqoption, pubg Hacked
VBS Tricks
Subscribe to:
Posts (Atom)