s="☆;★;○;◎;◇;◆;■;△;▲;※;⊙;→;←;↑;↓;〓;〖;〗;【;】;『;』;≡;∑;∈;∵;∴;A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;W;X;Y;Z;①;②;③;④;⑤;⑥;⑦;⑧;⑨;⑩"
th=Split(s,";")

aa=msgbox("请在以下符号中选择一个牢记在心中。记住后请点“确定”,退出程序请点“取消”。"&vbcrlf&vbcrlf _
&"☆ ★ ○ ◎ ◇ ◆ ■ △ ▲ ※ ⊙ → ← ↑ ↓ 〓 〖 〗【 】『』≡ ∑ ∈ ∵ ∴ " _
&"A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩",vbokcancel+4096,"读心术")
if aa=vbcancel then 
wscript.quit
end if

a=msgbox("以下符号中有你选择的符号吗?如果有请点“是”没有点“否”,退出程序请点“取消”。"&vbcrlf&vbcrlf _
&"☆ ○ ◇ ■ ▲ ⊙ ← ↓ 〖 【 『 ≡ ∈ ∴ B D F H J L N P R T V X Z ② ④ ⑥ ⑧ ⑩",vbyesnocancel+4096,"读心术")
if a=vbyes then 
nl=nl+1
elseif a=vbcancel then
wscript.quit
end if

b=msgbox("以下符号中有你选择的符号吗?如果有请点“是”没有点“否”,退出程序请点“取消”。"&vbcrlf&vbcrlf _
&"★ ○ ◆ ■ ※ ⊙ ↑ ↓ 〗 【 』 ≡ ∵ ∴ C D G H K L O P S T W X ① ② ③ ⑤ ⑥ ⑨ ⑩",vbyesnocancel+4096,"读心术")
if b=vbyes then 
nl=nl+2
elseif b=vbcancel then
wscript.quit
end if

c=msgbox("以下符号中有你选择的符号吗?如果有请点“是”没有点“否”,退出程序请点“取消”。"&vbcrlf&vbcrlf _
&"◎ ◇ ◆ ■ → ← ↑ ↓ 】 『 』 ≡ A B C D I J K L Q R S T Y Z ① ② ⑦ ⑧ ⑨ ⑩",vbyesnocancel+4096,"读心术")
if c=vbyes then 
nl=nl+4
elseif c=vbcancel then
wscript.quit
end if

d=msgbox("以下符号中有你选择的符号吗?如果有请点“是”没有点“否”,退出程序请点“取消”。"&vbcrlf&vbcrlf _
&"△ ▲ ※ ⊙ → ← ↑ ↓ ∑ ∈ ∵ ∴ A B C D M N O P Q R S T ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩",vbyesnocancel+4096,"读心术")
if d=vbyes then 
nl=nl+8
elseif d=vbcancel then
wscript.quit
end if

e=msgbox("以下符号中有你选择的符号吗?如果有请点“是”没有点“否”,退出程序请点“取消”。"&vbcrlf&vbcrlf _
&"〓 〖 〗 【 】 『 』 ≡ ∑ ∈ ∵ ∴ A B C D U V W X Y Z ① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩",vbyesnocancel+4096,"读心术")
if e=vbyes then 
nl=nl+16
elseif e=vbcancel then
wscript.quit
end if

f=msgbox("以下符号中有你选择的符号吗?如果有请点“是”没有点“否”,退出程序请点“取消”。"&vbcrlf&vbcrlf _
&"E F G H I J K L M N O P Q R S T U V W X Y Z ① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩",vbyesnocancel+4096,"读心术")
if f=vbyes then 
nl=nl+32
elseif f=vbcancel then
wscript.quit
end if
if nl<>0 then
msgbox "您选择的符号是:"&th(nl-1),4096,"读心术"
else
msgbox "您没有记住您选择的符号!",16+4096,"读心术"
end if