Create Massenser USING IP Address
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
3. and save massenser .bat
4. THEN ENJOY.
- OPEN NOTEPAD
- write this code
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
3. and save massenser .bat
4. THEN ENJOY.
No comments:
Post a Comment