PASSWORD for TI-83 by: Matt Martz
E-mail: CaptainMAT@aol.com
Files needed to run: Password
                     Pic8



	I originally made this because everyone in my school knows I am basically the best TI-83 programer in our school.  Well people were always wanting to play my games so I made this program to keep people out of them.  It is also good for when teachers do a Calculator check before a test or something.  If you want other ways of keeping teachers from finding yur cheatsheet on your calculator please e-mail me.



To set up your password go to these lines:
	
	:Disp "PASSWORD1:"
	:Prompt X
	:For((theta),1,200)
	:End
	:If X=    (place password here)   note:please use numbers only
	:Then


And for the second password:

	:Disp "PASSWORD2:"
	:Prompt Z
	:For((theta),0,200)
	:End
	:IF Z=  (place 2nd password here)  note:please use numbers only
	:Then

Once in PASSWORD the calc screen will go blancK press the [TAN] key to skip the Title Screen an the rest of the PASSWORD program.  If the wrong button is pushed then you will have to enter the password.  When it asks for password 1 enter password and press [ENTER].  When it asks for password 2 enter password  and press [ENTER].

If you want to change the KEY that skips the password prgm go to the edit part of the program and change the key.

To do this go to these lines:
	:End
	:If K= (enter code of key) note:use key code numbers on                :Then                      p.16-20 of the TI-83 manual. If                                        you do not have the manual e-mail                                      me what key you want it to be and                                      I will e-mail you the code.
	
And also go to these lines:
	:End
	:If (doesn't equal) (enter code of key)
	:Then




This program is to be used infront of other programs.  For regular Text Based programs just go to the edit part of the program and go to the top line and insert a linethen go to EXEC and select prgmPASSWORD.
For ASM programs go to the edit part of the program and do the same.

For example:
   TEXT BASED PROGRAM:
	PROGRAM:HITHERE
	:prgmPASSWORD
	:Output(4,1,"HEL
	LO"
	:For((theta),1,500)
	:End
	:Output(5,1,"THE
	RE"
	:
   

   ASM PROGRAM:
	PROGRAM:DUCKHUNT
	:prgmPASSWORD
	:Send(9ZDUCK
	:


	Please do not separate this document from file.

	For any questions or requests please e-mail me at 	CaptainMAT@aol.com