I have avery long code, (no comments on that) but when i encrypt it it just goes crazy!
here it is plz help!
ink rgb(255,0,0),0
set dir "c:\"
print "Enter your first stuff here (26 letters only - letter then enter) : "
input a$
input b$
input c$
input d$
input e$
input f$
input g$
input h$
input i$
input j$
input k$
input l$
input m$
input n$
input o$
input p$
input q$
input r$
input s$
input t$
input u$
input v$
input w$
input x$
input y$
input z$
if a$="a" then a$="0"
if a$="b" then a$="9"
if a$="c" then a$="8"
if a$="d" then a$="6"
if a$="e" then a$="7"
if a$="f" then a$="5"
if a$="g" then a$="4"
if a$="h" then a$="3"
if a$="i" then a$="2"
if a$="j" then a$="1"
if a$="k" then a$="z"
if a$="l" then a$="a"
if a$="m" then a$="z"
if a$="n" then a$="b"
if a$="o" then a$="y"
if a$="p" then a$="c"
if a$="q" then a$="x"
if a$="r" then a$="d"
if a$="s" then a$="w"
if a$="t" then a$="e"
if a$="u" then a$="v"
if a$="v" then a$="f"
if a$="w" then a$="u"
if a$="x" then a$="g"
if a$="y" then a$="t"
if a$="z" then a$="h"
if a$=" " then a$="_"
if b$="a" then b$="0"
if b$="b" then b$="9"
if b$="c" then b$="8"
if b$="d" then b$="6"
if b$="e" then b$="7"
if b$="f" then b$="5"
if b$="g" then b$="4"
if b$="h" then b$="3"
if b$="i" then b$="2"
if b$="j" then b$="1"
if b$="k" then b$="z"
if b$="l" then b$="a"
if b$="m" then b$="z"
if b$="n" then b$="b"
if b$="o" then b$="y"
if b$="p" then b$="c"
if b$="q" then b$="x"
if b$="r" then b$="d"
if b$="s" then b$="w"
if b$="t" then b$="e"
if b$="u" then b$="v"
if b$="v" then b$="f"
if b$="w" then b$="u"
if b$="x" then b$="g"
if b$="y" then b$="t"
if b$="z" then b$="h"
if c$="a" then a$="0"
if c$="b" then a$="9"
if c$="c" then a$="8"
if c$="d" then a$="6"
if c$="e" then a$="7"
if c$="f" then a$="5"
if c$="g" then a$="4"
if c$="h" then a$="3"
if c$="i" then a$="2"
if c$="j" then a$="1"
if c$="k" then a$="z"
if c$="l" then a$="a"
if c$="m" then a$="z"
if c$="n" then a$="b"
if c$="o" then a$="y"
if c$="p" then a$="c"
if c$="q" then a$="x"
if c$="r" then a$="d"
if c$="s" then a$="w"
if c$="t" then a$="e"
if c$="u" then a$="v"
if c$="v" then a$="f"
if c$="w" then a$="u"
if c$="x" then a$="g"
if c$="y" then a$="t"
if c$="z" then a$="h"
if d$="a" then b$="0"
if d$="b" then b$="9"
if d$="c" then b$="8"
if d$="d" then b$="6"
if d$="e" then b$="7"
if d$="f" then b$="5"
if d$="g" then b$="4"
if d$="h" then b$="3"
if d$="i" then b$="2"
if d$="j" then b$="1"
if d$="k" then b$="z"
if d$="l" then b$="a"
if d$="m" then b$="z"
if d$="n" then b$="b"
if d$="o" then b$="y"
if d$="p" then b$="c"
if d$="q" then b$="x"
if d$="r" then b$="d"
if d$="s" then b$="w"
if d$="t" then b$="e"
if d$="u" then b$="v"
if d$="v" then b$="f"
if d$="w" then b$="u"
if d$="x" then b$="g"
if d$="y" then b$="t"
if d$="z" then b$="h"
if e$="a" then e$="0"
if e$="b" then e$="9"
if e$="c" then e$="8"
if e$="d" then e$="6"
if e$="e" then e$="7"
if e$="f" then e$="5"
if e$="g" then e$="4"
if e$="h" then e$="3"
if e$="i" then e$="2"
if e$="j" then e$="1"
if e$="k" then e$="z"
if e$="l" then e$="a"
if e$="m" then e$="z"
if e$="n" then e$="b"
if e$="o" then e$="y"
if e$="p" then e$="c"
if e$="q" then e$="x"
if e$="r" then e$="d"
if e$="s" then e$="w"
if e$="t" then e$="e"
if e$="u" then e$="v"
if e$="v" then e$="f"
if e$="w" then e$="u"
if e$="x" then e$="g"
if e$="y" then e$="t"
if e$="z" then e$="h"
if f$="a" then f$="0"
if f$="b" then f$="9"
if f$="c" then f$="8"
if f$="d" then f$="6"
if f$="e" then f$="7"
if f$="f" then f$="5"
if f$="g" then f$="4"
if f$="h" then f$="3"
if f$="i" then f$="2"
if f$="j" then f$="1"
if f$="k" then f$="z"
if f$="l" then f$="a"
if f$="m" then f$="z"
if f$="n" then f$="b"
if f$="o" then f$="y"
if f$="p" then f$="c"
if f$="q" then f$="x"
if f$="r" then f$="d"
if f$="s" then f$="w"
if f$="t" then f$="e"
if f$="u" then f$="v"
if f$="v" then f$="f"
if f$="w" then f$="u"
if f$="x" then f$="g"
if f$="y" then f$="t"
if f$="z" then f$="h"
if g$="a" then g$="0"
if g$="b" then g$="9"
if g$="c" then g$="8"
if g$="d" then g$="6"
if g$="e" then g$="7"
if g$="f" then g$="5"
if g$="g" then g$="4"
if g$="h" then g$="3"
if g$="i" then g$="2"
if g$="j" then g$="1"
if g$="k" then g$="z"
if g$="l" then g$="a"
if g$="m" then g$="z"
if g$="n" then g$="b"
if g$="o" then g$="y"
if g$="p" then g$="c"
if g$="q" then g$="x"
if g$="r" then g$="d"
if g$="s" then g$="w"
if g$="t" then g$="e"
if g$="u" then g$="v"
if g$="v" then g$="f"
if g$="w" then g$="u"
if g$="x" then g$="g"
if g$="y" then g$="t"
if g$="z" then g$="h"
if h$="a" then h$="0"
if h$="b" then h$="9"
if h$="c" then h$="8"
if h$="d" then h$="6"
if h$="e" then h$="7"
if h$="f" then h$="5"
if h$="g" then h$="4"
if h$="h" then h$="3"
if h$="i" then h$="2"
if h$="j" then h$="1"
if h$="k" then h$="z"
if h$="l" then h$="a"
if h$="m" then h$="z"
if h$="n" then h$="b"
if h$="o" then h$="y"
if h$="p" then h$="c"
if h$="q" then h$="x"
if h$="r" then h$="d"
if h$="s" then h$="w"
if h$="t" then h$="e"
if h$="u" then h$="v"
if h$="v" then h$="f"
if h$="w" then h$="u"
if h$="x" then h$="g"
if h$="y" then h$="t"
if h$="z" then h$="h"
if i$="a" then i$="0"
if i$="b" then i$="9"
if i$="c" then i$="8"
if i$="d" then i$="6"
if i$="e" then i$="7"
if i$="f" then i$="5"
if i$="g" then i$="4"
if i$="h" then i$="3"
if i$="i" then i$="2"
if i$="j" then i$="1"
if i$="k" then i$="z"
if i$="l" then i$="a"
if i$="m" then i$="z"
if i$="n" then i$="b"
if i$="o" then i$="y"
if i$="p" then i$="c"
if i$="q" then i$="x"
if i$="r" then i$="d"
if i$="s" then i$="w"
if i$="t" then i$="e"
if i$="u" then i$="v"
if i$="v" then i$="f"
if i$="w" then i$="u"
if i$="x" then i$="g"
if i$="y" then i$="t"
if i$="z" then i$="h"
if j$="a" then j$="0"
if j$="b" then j$="9"
if j$="c" then j$="8"
if j$="d" then j$="6"
if j$="e" then j$="7"
if j$="f" then j$="5"
if j$="g" then j$="4"
if j$="h" then j$="3"
if j$="i" then j$="2"
if j$="j" then j$="1"
if j$="k" then j$="z"
if j$="l" then j$="a"
if j$="m" then j$="z"
if j$="n" then j$="b"
if j$="o" then j$="y"
if j$="p" then j$="c"
if j$="q" then j$="x"
if j$="r" then j$="d"
if j$="s" then j$="w"
if j$="t" then j$="e"
if j$="u" then j$="v"
if j$="v" then j$="f"
if j$="w" then j$="u"
if j$="x" then j$="g"
if j$="y" then j$="t"
if j$="z" then j$="h"
if k$="a" then k$="0"
if k$="b" then k$="9"
if k$="c" then k$="8"
if k$="d" then k$="6"
if k$="e" then k$="7"
if k$="f" then k$="5"
if k$="g" then k$="4"
if k$="h" then k$="3"
if k$="i" then k$="2"
if k$="j" then k$="1"
if k$="k" then k$="z"
if k$="l" then k$="a"
if k$="m" then k$="z"
if k$="n" then k$="b"
if k$="o" then k$="y"
if k$="p" then k$="c"
if k$="q" then k$="x"
if k$="r" then k$="d"
if k$="s" then k$="w"
if k$="t" then k$="e"
if k$="u" then k$="v"
if k$="v" then k$="f"
if k$="w" then k$="u"
if k$="x" then k$="g"
if k$="y" then k$="t"
if k$="z" then k$="h"
if l$="a" then l$="0"
if l$="b" then l$="9"
if l$="c" then l$="8"
if l$="d" then l$="6"
if l$="e" then l$="7"
if l$="f" then l$="5"
if l$="g" then l$="4"
if l$="h" then l$="3"
if l$="i" then l$="2"
if l$="j" then l$="1"
if l$="k" then l$="z"
if l$="l" then l$="a"
if l$="m" then l$="z"
if l$="n" then l$="b"
if l$="o" then l$="y"
if l$="p" then l$="c"
if l$="q" then l$="x"
if l$="r" then l$="d"
if l$="s" then l$="w"
if l$="t" then l$="e"
if l$="u" then l$="v"
if l$="v" then l$="f"
if l$="w" then l$="u"
if l$="x" then l$="g"
if l$="y" then l$="t"
if l$="z" then l$="h"
if m$="a" then m$="0"
if m$="b" then m$="9"
if m$="c" then m$="8"
if m$="d" then m$="6"
if m$="e" then m$="7"
if m$="f" then m$="5"
if m$="g" then m$="4"
if m$="h" then m$="3"
if m$="i" then m$="2"
if m$="j" then m$="1"
if m$="k" then m$="z"
if m$="l" then m$="a"
if m$="m" then m$="z"
if m$="n" then m$="b"
if m$="o" then m$="y"
if m$="p" then m$="c"
if m$="q" then m$="x"
if m$="r" then m$="d"
if m$="s" then m$="w"
if m$="t" then m$="e"
if m$="u" then m$="v"
if m$="v" then m$="f"
if m$="w" then m$="u"
if m$="x" then m$="g"
if m$="y" then m$="t"
if m$="z" then m$="h"
if n$="a" then n$="0"
if n$="b" then n$="9"
if n$="c" then n$="8"
if n$="d" then n$="6"
if n$="e" then n$="7"
if n$="f" then n$="5"
if n$="g" then n$="4"
if n$="h" then n$="3"
if n$="i" then n$="2"
if n$="j" then n$="1"
if n$="k" then n$="z"
if n$="l" then n$="a"
if n$="m" then n$="z"
if n$="n" then n$="b"
if n$="o" then n$="y"
if n$="p" then n$="c"
if n$="q" then n$="x"
if n$="r" then n$="d"
if n$="s" then n$="w"
if n$="t" then n$="e"
if n$="u" then n$="v"
if n$="v" then n$="f"
if n$="w" then n$="u"
if n$="x" then n$="g"
if n$="y" then n$="t"
if n$="z" then n$="h"
if o$="a" then o$="0"
if o$="b" then o$="9"
if o$="c" then o$="8"
if o$="d" then o$="6"
if o$="e" then o$="7"
if o$="f" then o$="5"
if o$="g" then o$="4"
if o$="h" then o$="3"
if o$="i" then o$="24"
if o$="j" then o$="1"
if o$="k" then o$="z"
if o$="l" then o$="a"
if o$="m" then o$="z"
if o$="n" then o$="b"
if o$="o" then o$="y"
if o$="p" then o$="c"
if o$="q" then o$="x"
if o$="r" then o$="d"
if o$="s" then o$="w"
if o$="t" then o$="e"
if o$="u" then o$="v"
if o$="v" then o$="f"
if o$="w" then o$="u"
if o$="x" then o$="g"
if o$="y" then o$="t"
if o$="z" then o$="h"
if p$="a" then p$="0"
if p$="b" then p$="9"
if p$="c" then p$="8"
if p$="d" then p$="6"
if p$="e" then p$="7"
if p$="f" then p$="5"
if p$="g" then p$="4"
if p$="h" then p$="3"
if p$="i" then p$="2"
if p$="j" then p$="1"
if p$="k" then p$="z"
if p$="l" then p$="a"
if p$="m" then p$="z"
if p$="n" then p$="b"
if p$="o" then p$="y"
if p$="p" then p$="c"
if p$="q" then p$="x"
if p$="r" then p$="d"
if p$="s" then p$="w"
if p$="t" then p$="e"
if p$="u" then p$="v"
if p$="v" then p$="f"
if p$="w" then p$="u"
if p$="x" then p$="g"
if p$="y" then p$="t"
if p$="z" then p$="h"
if q$="a" then q$="0"
if q$="b" then q$="9"
if q$="c" then q$="8"
if q$="d" then q$="6"
if q$="e" then q$="7"
if q$="f" then q$="5"
if q$="g" then q$="4"
if q$="h" then q$="3"
if q$="i" then q$="2"
if q$="j" then q$="1"
if q$="k" then q$="z"
if q$="l" then q$="a"
if q$="m" then q$="z"
if q$="n" then q$="b"
if q$="o" then q$="y"
if q$="p" then q$="c"
if q$="q" then q$="x"
if q$="r" then q$="d"
if q$="s" then q$="w"
if q$="t" then q$="e"
if q$="u" then q$="v"
if q$="v" then q$="f"
if q$="w" then q$="u"
if q$="x" then q$="g"
if q$="y" then q$="t"
if q$="z" then q$="h"
if r$="a" then r$="0"
if r$="b" then r$="9"
if r$="c" then r$="8"
if r$="d" then r$="6"
if r$="e" then r$="7"
if r$="f" then r$="5"
if r$="g" then r$="4"
if r$="h" then r$="3"
if r$="i" then r$="2"
if r$="j" then r$="1"
if r$="k" then r$="z"
if r$="l" then r$="a"
if r$="m" then r$="z"
if r$="n" then r$="b"
if r$="o" then r$="y"
if r$="p" then r$="c"
if r$="q" then r$="x"
if r$="r" then r$="d"
if r$="s" then r$="w"
if r$="t" then r$="e"
if r$="u" then r$="v"
if r$="v" then r$="f"
if r$="w" then r$="u"
if r$="x" then r$="g"
if r$="y" then r$="t"
if r$="z" then r$="h"
if s$="a" then s$="0"
if s$="b" then s$="9"
if s$="c" then s$="8"
if s$="d" then s$="6"
if s$="e" then s$="7"
if s$="f" then s$="5"
if s$="g" then s$="4"
if s$="h" then s$="3"
if s$="i" then s$="2"
if s$="j" then s$="1"
if s$="k" then s$="q"
if s$="l" then s$="a"
if s$="m" then s$="z"
if s$="n" then s$="b"
if s$="o" then s$="y"
if s$="p" then s$="c"
if s$="q" then s$="x"
if s$="r" then s$="d"
if s$="s" then s$="w"
if s$="t" then s$="e"
if s$="u" then s$="v"
if s$="v" then s$="f"
if s$="w" then s$="u"
if s$="x" then s$="g"
if s$="y" then s$="t"
if s$="z" then s$="h"
if t$="a" then t$="0"
if t$="b" then t$="9"
if t$="c" then t$="8"
if t$="d" then t$="6"
if t$="e" then t$="7"
if t$="f" then t$="5"
if t$="g" then t$="4"
if t$="h" then t$="3"
if t$="i" then t$="2"
if t$="j" then t$="1"
if t$="k" then t$="z"
if t$="l" then t$="a"
if t$="m" then t$="z"
if t$="n" then t$="b"
if t$="o" then t$="y"
if t$="p" then t$="c"
if t$="q" then t$="x"
if t$="r" then t$="d"
if t$="s" then t$="w"
if t$="t" then t$="e"
if t$="u" then t$="v"
if t$="v" then t$="f"
if t$="w" then t$="u"
if t$="x" then t$="g"
if t$="y" then t$="t"
if t$="z" then t$="h"
if u$="a" then u$="0"
if u$="b" then u$="9"
if u$="c" then u$="8"
if u$="d" then u$="6"
if u$="e" then u$="7"
if u$="f" then u$="5"
if u$="g" then u$="4"
if u$="h" then u$="3"
if u$="i" then u$="2"
if u$="j" then u$="1"
if u$="k" then u$="z"
if u$="l" then u$="a"
if u$="m" then u$="z"
if u$="n" then u$="b"
if u$="o" then u$="y"
if u$="p" then u$="c"
if u$="q" then u$="x"
if u$="r" then u$="d"
if u$="s" then u$="w"
if u$="t" then u$="e"
if u$="u" then u$="v"
if u$="v" then u$="f"
if u$="w" then u$="u"
if u$="x" then u$="g"
if u$="y" then u$="t"
if u$="z" then u$="h"
if v$="a" then v$="0"
if v$="b" then v$="9"
if v$="c" then v$="8"
if v$="d" then v$="6"
if v$="e" then v$="7"
if v$="f" then v$="5"
if v$="g" then v$="4"
if v$="h" then v$="3"
if v$="i" then v$="2"
if v$="j" then v$="1"
if v$="k" then v$="z"
if v$="l" then v$="a"
if v$="m" then v$="z"
if v$="n" then v$="b"
if v$="o" then v$="y"
if v$="p" then v$="c"
if v$="q" then v$="x"
if v$="r" then v$="d"
if v$="s" then v$="w"
if v$="t" then v$="e"
if v$="u" then v$="v"
if v$="v" then v$="f"
if v$="w" then v$="u"
if v$="x" then v$="g"
if v$="y" then v$="t"
if v$="z" then v$="h"
if w$="a" then w$="0"
if w$="b" then w$="9"
if w$="c" then w$="8"
if w$="d" then w$="6"
if w$="e" then w$="7"
if w$="f" then w$="5"
if w$="g" then w$="4"
if w$="h" then w$="3"
if w$="i" then w$="2"
if w$="j" then w$="1"
if w$="k" then w$="z"
if w$="l" then w$="a"
if w$="m" then w$="z"
if w$="n" then w$="b"
if w$="o" then w$="y"
if w$="p" then w$="c"
if w$="q" then w$="x"
if w$="r" then w$="d"
if w$="s" then w$="w"
if w$="t" then w$="e"
if w$="u" then w$="v"
if w$="v" then w$="f"
if w$="w" then w$="u"
if w$="x" then w$="g"
if w$="y" then w$="t"
if w$="z" then w$="h"
if x$="a" then x$="0"
if x$="b" then x$="9"
if x$="c" then x$="8"
if x$="d" then x$="6"
if x$="e" then x$="7"
if x$="f" then x$="5"
if x$="g" then x$="4"
if x$="h" then x$="3"
if x$="i" then x$="2"
if x$="j" then x$="1"
if x$="k" then x$="z"
if x$="l" then x$="a"
if x$="m" then x$="z"
if x$="n" then x$="b"
if x$="o" then x$="y"
if x$="p" then x$="c"
if x$="q" then x$="x"
if x$="r" then x$="d"
if x$="s" then x$="w"
if x$="t" then x$="e"
if x$="u" then x$="v"
if x$="v" then x$="f"
if x$="w" then x$="u"
if x$="x" then x$="g"
if x$="y" then x$="t"
if x$="z" then x$="h"
if y$="a" then y$="0"
if y$="b" then y$="9"
if y$="c" then y$="8"
if y$="d" then y$="6"
if y$="e" then y$="7"
if y$="f" then y$="5"
if y$="g" then y$="4"
if y$="h" then y$="3"
if y$="i" then y$="2"
if y$="j" then y$="1"
if y$="k" then y$="z"
if y$="l" then y$="a"
if y$="m" then y$="z"
if y$="n" then y$="b"
if y$="o" then y$="y"
if y$="p" then y$="c"
if y$="q" then y$="x"
if y$="r" then y$="d"
if y$="s" then y$="w"
if y$="t" then y$="e"
if y$="u" then y$="v"
if y$="v" then y$="f"
if y$="w" then y$="u"
if y$="x" then y$="g"
if y$="y" then y$="t"
if y$="z" then y$="h"
if z$="a" then z$="0"
if z$="b" then z$="9"
if z$="c" then z$="8"
if z$="d" then z$="6"
if z$="e" then z$="7"
if z$="f" then z$="5"
if z$="g" then z$="4"
if z$="h" then z$="3"
if z$="i" then z$="2"
if z$="j" then z$="1"
if z$="k" then z$="z"
if z$="l" then z$="a"
if z$="m" then z$="z"
if z$="n" then z$="b"
if z$="o" then z$="y"
if z$="p" then z$="c"
if z$="q" then z$="x"
if z$="r" then z$="d"
if z$="s" then z$="w"
if z$="t" then z$="e"
if z$="u" then z$="v"
if z$="v" then z$="f"
if z$="w" then z$="u"
if z$="x" then z$="g"
if z$="y" then z$="t"
if z$="z" then z$="h"
wait 1000
open to write 7,"db.mrnaughty"
write string 7,a$
write string 7,b$
write string 7,c$
write string 7,d$
write string 7,e$
write string 7,f$
write string 7,g$
write string 7,h$
write string 7,i$
write string 7,j$
write string 7,k$
write string 7,l$
write string 7,m$
write string 7,n$
write string 7,o$
write string 7,p$
write string 7,q$
write string 7,r$
write string 7,s$
write string 7,t$
write string 7,u$
write string 7,v$
write string 7,w$
write string 7,x$
write string 7,y$
write string 7,z$
print "All done check your c drive"
wait key
close file 7
end
PLZ PLZ PLZ HELP!