Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tX = {
- ["h0"]=1,["h1"]=2,["h2"]=3,["h3"]=4,["h4"]=5,["h5"]=6,["h6"]=7,["h7"]=8,
- ["h8"]=9,["h9"]=10,["hA"]=11,["hB"]=12,["hC"]=13,["hD"]=14,["hE"]=15,["hF"]=16}
- tY = {
- ["0"]=1,["1"]=2,["2"]=3,["3"]=4,["4"]=5,["5"]=6,["6"]=7,["7"]=8,
- ["8"]=9,["9"]=10,["A"]=11,["B"]=12,["C"]=13,["D"]=14,["E"]=15,["F"]=16}
- tHex={
- --|0|-|1|-|2|-|3|-|4|-|5|-|6|-|7|-|8|-|9|-|a|-|b|-|c|-|d|-|e|-|f|------|
- {"~","F","W","&","f","w"," "," "," "," "," "," "," "," "," "," "},--|0|
- {"0","G","X","*","g","x"," "," "," "," "," "," "," "," "," "," "},--|1|
- {"1","H","Y","(","h","y"," "," "," "," "," "," "," "," "," "," "},--|2|
- {"2","I","Z",")","i","z"," "," "," "," "," "," "," "," "," "," "},--|3|
- {"3","J",".","-","j"," "," "," "," "," "," "," "," "," "," "," "},--|4|
- {"4","K",",","+","k"," "," "," "," "," "," "," "," "," "," "," "},--|5|
- {"5","L",";","/","l"," "," "," "," "," "," "," "," "," "," "," "},--|6|
- {"6","M",":","*","m"," "," "," "," "," "," "," "," "," "," "," "},--|7|
- {"7","N","'","[","n"," "," "," "," "," "," "," "," "," "," "," "},--|8|
- {"8","O","!","]","o"," "," "," "," "," "," "," "," "," "," "," "},--|9|
- {"9","P","?","|","p"," "," "," "," "," "," "," "," "," "," "," "},--|a|
- {"A","R","@","a","r"," "," "," "," "," "," "," "," "," "," "," "},--|b|
- {"B","S","#","b","s"," "," "," "," "," "," "," "," "," "," "," "},--|c|
- {"C","T","$","c","t"," "," "," "," "," "," "," "," "," "," "," "},--|d|
- {"D","U","%","d","u"," "," "," "," "," "," "," "," "," "," "," "},--|e|
- {"E","V","^","e","v"," "," "," "," "," "," "," "," "," "," "," "}---|f|
- -----------------------------------------------------------------------|
- }
- function symbTable(X,Y)
- sSymb = tHex[tX[X]][tY[Y]]
- return sSymb
- end
Advertisement
Add Comment
Please, Sign In to add comment