web

Monday 30 September 2013

Chat in cmd

Hello friends today am posting a new trick. In this tutorial you will learn how to chat in 'cmd' . I will explain in detail with pictures so that you will not find any problem in chatting via cmd.

Okay first of all i would like to inform sme people that this tutorial is not copy pasted from any website. All the pics were also taken and and all the contents are writtn by me. However i got this trick from other website but that does not mean that i have just cpy/pasted here. (o_0) And this short note is for -> JD,Bibin bhaiya,harjot,Yashasvi. :)

Just follow steps and read the condition at the last :

STEP 1: Open notepad and copy/paste the below code in it and save it as "messenger.bat" . And save it on the desktop. 

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

Goto A


STEP 2: Open cmd . Please note that i said cmd not command prompt. 

STEP 3: Now drag the messenger.bat file and drop it to cmd . 

It will now look like the pic below:




You are almost done. Now Hit enter. And that will look like ->



STEP 4: Now in the user: field enter the 'IP ADDRESS' of the that user whom you want to chat with. And hit ENTER. 



And ENTER your message and hit enter. And start chatting with your friend. 

CONDITION FOR THIS TRICK :

This trick will work only on windows XP and other older Operating systems. It will not work in win7 32bit/64bit . 

Enjoy this trick, enjoy hacking . Love you all. 

No comments:

Post a Comment