lol i use it to fool people but i use not harmful one cuz what you feel if people do it to you - -?
Every man for himself. You trust no one but yourself, if you want something done you do it your self don't rely on others. You watch your own back, you fight your own fights its you against the world.
Originally Posted by Some phag
lol i know that. it can be DEADLY to your computer. especially if you run a school or business. ever wonder why it Drives start at C:\ instead of A:\? i have. i think its because C:\ stands for computer
Light up the Darkness - Bob Marley
Every man for himself. You trust no one but yourself, if you want something done you do it your self don't rely on others. You watch your own back, you fight your own fights its you against the world.
Originally Posted by Some phag
lol these are hilarious, i used them at school and no one could figure out how to stop their disc drives from opening and closing until they shut down the computer. Classic.
I am sort of new here and would like to know where the code is for the one that makes your hard drive scream or cd rom scream. When you run the bat or vbs file it says your computer is going to explode then when you click on x or anything it starts to make something on your system scream then the cd rom pops out... Does anyone know of this one
a very easy to do timed pop-up bomb
if you need to test and improve it just simply take out the " goto loop " at the end
@echo off
title timer
echo 5
ping localhoast -n 2 <nul
cls
echo 4
ping localhoast -n 2 <nul
cls
echo 3
ping localhoast -n 2 <nul
cls
echo 2
ping localhoast -n 2 <nul
cls
echo 1
ping localhoast -n 2 <nul
cls
echo 0
ping localhoast -n 2 <nul
cls
echo MELT DOWN!
ping localhoast -n 2 <nul
cls
:loop
start notepad
start notepad
start notepad
msg * total system failure!
goto loop
What language are these written in?
I'm playing around with some of your codes and can't figure out how to make more than one command to loop at the same time... Here's the part I'm having trouble with:
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCk}"
loop
do
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
loop
The caps lock command loops, but the command line doesn't continue onto the next command.
It's SUPPOSED to spam the caps lock light and spam open/close the CD Drive.
Help please? What'd I do wrong? :S
Note: Excuse the stupidity as it's probably something extremely simple..
Bookmarks