THE ANONYMOUS MESENGER
Posted: 19 Aug 2017 16:38
hi here i just wanted to share with you my new messaging batch program with you all
the download link will be here the code also bye
please share me feed back of the program and try finding bugs and upgrading it
the link to the files :**** the rar code is 4 fun
the code (for the sender):
the code (for the reader):
thank you

the download link will be here the code also bye

please share me feed back of the program and try finding bugs and upgrading it
the link to the files :**** the rar code is 4 fun
the code (for the sender):
Code: Select all
[color=#BF00FF]@echo off
title _-_-_-message sender-_-_-_
echo sender
echo ++++//////////://:////////+
echo +//:-...`````````````````````````....-:
echo +:.````````````````````````````````````````.
echo +:.````````````````````````````````````````````.:
echo +-````````````````````````````````````````````````:
echo :``````````````````````````````````````````````````:
echo +``````.://///:-.````````````````````.-://///:.``````+
echo -````-+syhhddhso/--.``````````````.--/+shddhhys+-````-
echo +````/oo++++ooshddh+-``````````````-+yddhsoo++++oo/````+
echo :```.-......-://++shdy/.````````.:ydhso+//:--.....-.```:
echo -``````````````..:/++yd/````````/dy++/:..``````````````-
echo +.``````````````````-/+/``````````/+/-``````````````````.+
echo +`````````.-::://::..`-/-````````-/-`..:://:::-.`````````+
echo +```.```./++shddddhyo/-.-.``````.-.-/+yhddddys++/.```.```+
echo +```---:o/yNNNMMMMNNNys.`-``````-`.syNNNMMMMNNNy/o:---```+
echo /```-:/:://+ooooooo+/:-``:.````.:``-:/+ooooooo++/::/:-```/
echo /``.````````.----..`````.+.````.+.`````..----.````````.``/
echo +```````````````````````/+.````.+/```````````````````````+
echo +`````````````````````./++.````.++/.`````````````````````+
echo +.```````````````````-/--+``````+--/-```````````````````.
echo .```````````````.-`:-``-/``````/-``-:`-.```````````````.
echo :``--.`````..-:::..-```::``````::```-..:::-..`````.--``:
echo +``.+/-oyo--..`````.`-+::-....-::+-`.`````..--oyo-/+.``+
echo -``:+:.yMh-``````````-/o//////+/-``````````-hMy.:+:``-
echo +```:+:.+Nm/````````.oNMMNhhNMMNo.````````/mNo.:+:```+
echo :```:+:`:mNhsoossyhmMMMN+..+NMMMmhyssooohNm:`:+:```:
echo +-```-+/.-sdmmmmmmmmNmh-````-hNNNmNNNmmmds-./+:```-
echo +.```.//........../ooo+oooo+ooo/..........//.```.
echo +.````-:....````````````````````````....:-````.
echo +-````.-.```````````-::::-```````````.-.````-
echo +:`````..``````````:mNNm:``````````..`````:
echo +/.`````.``````````hMMh``````````.`````./
echo +:``````````````.NMMN.``````````````:
echo +-````````````/MMMM/````````````-
echo +/-.`````````+MMMM+`````````.-/
echo +:.```````-MMMM:```````.
echo +/:.`````dMMd`````.-/
echo +/:-.`-mm:`.-:/
echo _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
echo _-_-_ the anonymous mesenger _-_-_
echo _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
echo welcome to the chat room
echo.
set /p "username= enter your name:"
echo %username% Has joined! >> join .dat
:Message
set /p "message= Say:"
goto Send
:Send
echo %username%: %message% >>log.dat
goto Message [/color]
the code (for the reader):
Code: Select all
[color=#BFBF00]@echo off
title --THE ANONYMOUS MESSAGE READER--
:Read
cls
type log.dat
echo.
type log.dat
echo.
ping 192.0.2.2 -n 1 -w 100 >nul
goto Read[/color]
thank you

