Friday, January 20, 2017
How To Make Batch File using Notepad, also making Prank Virus
Hello Friends This is a tricks related to make notepad batch file and also shows how to make prank Virus using Notepad.
No need to learn coding simple and easy to make batch file
here are some tricks:
1)Making Prank Virus:
This is simple step just type the command below :
virus for prank type the following code and save this as "somting".bat and
sent to other.
==========================================================================
@echo off
msg * Your computer is attacked by a virus.
msg * Click OK to format
msg * All your data has been deleted
========================================================================
2) Multiple Command Opening Virus:
there is a code which opens the multiple command prompt. here no. of starts used
represents no. of command prompt open that is called a unnecessary opening of
command prompt
===========================================================================
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
@echo off
msg * there is a problemmmmmmm////////////////////
Watch Video
3) Digital Clock:
coding for displaying digital clock
@echo off
:start
echo date: %ddate% Time:%time%
goto start
4)Matrix Encoding :
coding for start a cmd and just displaying matrix encoding . Its a just
harmless .........
===================================================================
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks
============================================================================
NOTE :- This virus doesn't harm your computer, this is just for prank...
thank you
BY :- Sushil PD. Sharma
Email:- spshrma696@gmail.com
facebook:- www.facebook.com/spshrma
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment