Re: A83: Can someone tell me how to...


[Prev][Next][Index][Thread]

Re: A83: Can someone tell me how to...




ok...why would you write a program like that in basic anyway..if someone
wanted to see your password, they could just go to edit....you should save you
password into strings into like 3 or 4 parts like this:

Input Str1
If Str1=Str9+Str0+Str8:Then
Goto 9
Else:Goto 1


then in the strings:
Str9=89
Str0=1
Str8=0
then the person would have to know all about strings and where to find them
and how to put them together to figure out your password...as for the assembly
though.....sorry..i do however know how to make it so that whenever they try
to run the program, it wont let them(in BASIC)
e-mail me if you want it.

jake