Showing posts with label Batch Files. Show all posts
Showing posts with label Batch Files. Show all posts

Tuesday, 16 December 2014

Make Matrix effect using Batch File

You can get information about Batch File in our previous article. What is Batch File.
In this article you will learn to make Matrix effect in Batch file. Matrix effect is the effect which will repeat some texts in DOS again and again in the sequence from up to down. You can assign any color to the text you want to show and can write anything you want.




Steps To Make Matrix Effect


1: Open Note pad. By clicking right click on desktop screen and after that click New → Text Document.




2: Write the following command in note pad.


@echo off
color 02
:start
echo %random% %random% %random%
%random% Hacked by Graspinfo.blogspot.com %random%
%random% %random% %random% %random%
%random%
goto start


3: Now save the file as ".bat" i.e go to files → Save as → write any name like Internet Explorer or any thing → Select "All files" option in Save as type and hit save.




4: Now Run that file and see what you have created. Send it to your friend and enjoy.

Amendments:

In the text of matrix you can change color or Text.
  • To change color Replace "02" with any number like 01 will show dark blue, 03 will show light blue and so on.

  • To change the text you want to show Replace "Hacked by Graspinfo.blogspot.com" with the text you want to show.

Feel free to ask at Contact us.

Sunday, 14 December 2014

Annoy Your Friend By Making Simple Virus

You can make simple Couputer Viruses by using Notepad and save the file as (.bat) extension i.e Batch file. A Batch File is a file which contains number of instructions in it. When you open or run it it do work according to the command given to it. You can create a bat file simply by opening notepad and save it to batch format. It is actually DOS which works as bat file.Batch file could be very useful sometimes for solving problems. Like sometimes due to virus file your Pin drive i.e USB is neither  opening nor formatting  then you can format it by using DOS. But Batch File can also be used for having Fun like for creating simple Viruses for annoying your friends.


Steps To Make Virus:


1: Open Note pad. By clicking right click on desktop screen and after that click New → Text Document.



2: Copy the following and paste it on note pad.
start
start
start
start
start
start
start
start
start
start
Write "Start" as much times as you wish to annoy your friend. It will open Dos 10 times as start is written 10 times. If you write it 100 times it will open 100 dos windows and surly victim will be annoyed.



3: Now save the file as ".bat" i.e go to files → Save as → write any name like Internet Explorer or any thing → Select "All files" option in Save as type and hit save.



4: Now Run that file and see what you have created. Send it to your friend and enjoy.

You have done. Like us on Facebook to get more tricks: www.facebook.com/Graspinfo



Popular Posts

 

© 2013 Grasp Info. All rights resevered. Designed by Graspinfo

Back To Top