Learning to make a speak Room (With Notepad)

Introduction: making a talk area (With Notepad)

This Instructable shows you how to manufacture a Chat area making use of complimentary screens registration labeled as Notepad. This product wasn’t copied and pasted, it was made of scrape, you are able to replicate and paste it (unless you wish to learn the rule). What performed We making? I produced a chat space with notepad, i recently utilized my personal computers. How performed we create? l browse various lessons, as well as over time we developed understanding about how to create numerous various operable group records. We made all of this by my personal home (with a bit of assistance from “Prof. Pickle”), the “plans” will always be switching I keep adding extra items to they. that is what I favor about programs, you can just keep modifying it and developing it. Where do you get this? I produced this within my home. (I didn’t desire purchase any brand-new computer systems, I did not need to at your home). Just what did you discover? a€‹I discovered most requirements and commands, i will be building and advancing in my interest. Im just proud of the point that i made all of this on my own, and that it is really larger of a code (I am aware it is really not that big, i simply need think it is). if I would be to exercise “again,” I would personally create effect to help make the history and text more appealing. For talk room to the office you should understand the internet protocol address of this individuals desktop that you would like to send the message to. This talk place are password covered, and in case a hacker tries to crack they it jokes about with these people. An adequate amount of this, lets jump on into signal.

Step 1: THE SUM OF THE SIGNAL

Here is all code in one single big record. Duplicate simply the laws (anything involving the hash labels #). After copying anything right here paste it directly into a blank notepad document. save it as a bat document (Messenger.bat). Look at finally action for further assistance rescuing.

##################################################################################################### off Title Superman’s Chat Room color 0e :top echo ===Superman’s Chat Room=== ECHO 1 – access chat room via password ECHO 2 – access for Hackers ECHO 3 – get into the chat room without password ECHO 4 – Exit SET /P OPT=Please make a selection, and press enter: if %OPT%==1 GOTO OPTION1 if %OPT%==2 GOTO OPTION2 if %OPT%==3 GOTO OPTION3 if %opt%==4 GOTO OPTION4 :OPTION1 GOTO PASS ECHO Redirect to Password input :OPTION2 ECHO Redirect for Hackers ping -n 2 127.0.0.1>nul color c echo ============================================================================== echo Come on I know you are better than that, come on your a hacker crack the code! echo ============================================================================== ping -n 2 127.0.0.1>nul echo ACCESS DENIED pause exit :OPTION3 echo Free Access color c ping -n 2 127.0.0.1>nul echo ================================================================ ECHO Do you think I would actually let you get in without a password? echo ================================================================ ping -n 2 127.0.0.1>nul echo ACCESS DENIED pause Exit :OPTION4 echo Are you sure you want exit? echo Y/N echo type “Y” or “N” set input= set /p input= if %input%== y goto y if %input%== n goto n :y echo yes pause exit :n echo no echo redirect to menu ping -n 2 127.0.0.1>nul CLS goto top :PASS ECHO Enter the correct CORRECT password set /p pass=password: if %pass%==1234 goto Access Granted Cls COLOR C echo. echo ACCESS DENIED ping -n 2 127.0.0.1>nul EXIT cls goto pass :Access Granted color a echo Access Granted, Welcome. pause color a echo Instructions: Type the Ip address of the person you want to talk to enter the chat room, echo type it after “MESSENGER” after you enter the chat room. pause echo For “experienced” users hold the down the down arrow until you reach the Chat Room. echo if you are not farmiliar with “Superman’s Chat Room” than press any key once for the instructions. Pause echo Step 1) http://besthookupwebsites.net/dating-in-your-30s/ To find your IP addres open up command prompt in the Start Menu for windows users. Pause echo Step 2) Type “ipconfig” as soon as it opens. Pause echo Step 3) Record the IP address, and type it after the word “messenger” Pause echo Step 4) Begin chat room use Cls color c pause echo this code was created by Superman pause Cls echo . Warning! this code was not created nor intended for illegal use. echo This is your last chance to close this program or you will be entering the chat room! pause Cls echo Entering Chat Room pause :A Cls echo MESSENGER set /p n=User: set /p m=Message: net send %n% %m% 2>nul||echo Your message did not go through && pause Pause Goto A ##################################################################################################### Yes, i understand it really is a fair sized quantity of laws.

Step 2: THE SIGNAL BROKEN IN towards COMPONENTS

From inside the next steps I will digest the laws into the “blocks” the laws is constructed of 5 different components witch i like to name “obstructs.” The components include: the name and diet plan, the menus alternatives, the code input, the information, the cautions, and of course the messenger it self. We’ll give an explanation for title and diet plan very first.

3: THE CONCEPT AND EATING PLAN

The picture shows what each thing was for/does. The title names they (obviously) the selection help alleviate problems with hackers and nosy people out of your chat room. One for the selection will bring you on join

Step: PASSWORD INPUT

The image shows what each thing is actually for/does. the password shields it from individuals that don’t know just how to revise laws or those that have worst plans,(it is very difficult to identify some letters in many traces of information) The code might be changed, from record truly 1234, after you come across this backspace they (but not the laws) and type within password, it could be so long as you wants.

Action 5: THE TRAINING

The image shows what each thing is for/does. The information were petty simple to follow you could change all of them if you wish to. the instructions let you know how to find your IP and how to enter they.

Step 6: THE WARNINGS

The picture demonstrates exactly what each thing are for/does. The caution we put on listed below are useless, if you do not want it to check cool, you can delete these effortlessly should you not like driving two a lot more keys.

Action 7: THE MESSENGER BLOCK

This is actually the messenger associated with the plan, it directs and get the information, without this there’s absolutely no suggest this program. Without a doubt you could dissect the rule of any role and employ it for other needs.

Action 8: SAVE

This is why you save their batch file. click “file,” “save because,” then, enter the document term that you choose subsequently just after the name (no spaces) sort “.bat” then click rescue. An example “Myprogram.bat” (read images)

Action 9:

You might be completed! I am not saying liable anyway for just what you will do because of this!a€‹ you will claim that you made your own personal plan!