• Welcome to ForumKorner!
    Join today and become a part of the community.

►►►CMD Chat Function[Very easy]◄◄◄

yahya

Member
Reputation
0
CMD Chat

What you will need:
A partner's external IP Adrress
Command Prompt
NotePad

First of all you are going to open NotePad and input this code:
PHP:
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

Next you are going to save the file as messenger.bat and save it to desktop or directory of your choice.

Now that you have that completed you are going to open up command prompt and drag that file in and hit enter, or you can double click on that file and it should open CMD with that code already.

Now you are going to want to type in the IP address of the person you want to contact and hit enter. It should look like thisâ–º

Now all you have to do is type your message and hit enter, and there you gooo!!