How to hack cmd to use it as a free messenger.
In this tutorial you learn, how to use cmd as free & safe messenger.you will need only the IP address of person to whom you are sending your message.
1) first, 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
2) then save this as
"Messenger.Bat".
3) Now Open Command Prompt.
4) Drag this file (.bat file)
Into the Command Prompt
and then press Enter.
5) You would then see
Your cmd window like this:
of the computer you want to
contact and press enter
You will see like
this:
7) Now all you need to do is
type your message and
press Enter.
No comments:
Post a Comment