Advertisement
calfred2808

alphaEncode

Dec 30th, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 KB | None | 0 0
  1. Dim StrArray() As String = {"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"}
  2. For Each Str As String In StrArray
  3.  
  4. If txtInput.Text.Contains("") Then
  5. txtOutput.Text += ""
  6. End If
  7.  
  8. 'a
  9. If txtInput.Text.Contains("a") Then
  10.  
  11. txtOutput.Text += "[[399197913893]]"
  12.  
  13. End If
  14.  
  15.  
  16. 'b
  17. If txtInput.Text.Contains("b") Then
  18. txtOutput.Text += "[[115345298505025]]"
  19.  
  20. End If
  21.  
  22.  
  23.  
  24.  
  25.  
  26. 'c
  27. If txtInput.Text.Contains("c") Then
  28.  
  29. txtOutput.Text += "[[53872404042]]"
  30.  
  31. End If
  32.  
  33.  
  34.  
  35. 'd
  36. If txtInput.Text.Contains("d") Then
  37.  
  38. txtOutput.Text += "[[226910642728]]"
  39.  
  40. End If
  41.  
  42. 'e
  43. If txtInput.Text.Contains("e") Then
  44.  
  45. txtOutput.Text += "[[140775945956538]]"
  46.  
  47.  
  48. End If
  49.  
  50. 'f
  51. If txtInput.Text.Contains("f") Then
  52.  
  53. txtOutput.Text += "[[136046106447549]]"
  54.  
  55. End If
  56.  
  57.  
  58.  
  59.  
  60. 'g
  61. If txtInput.Text.Contains("g") Then
  62.  
  63. txtOutput.Text += "[[119431374760220]]"
  64.  
  65.  
  66. End If
  67.  
  68.  
  69. 'h
  70. If txtInput.Text.Contains("h") Then
  71.  
  72. txtOutput.Text += "[[205082339544090]]"
  73.  
  74. End If
  75.  
  76.  
  77. 'i
  78. If txtInput.Text.Contains("i") Then
  79.  
  80. txtOutput.Text += "[[432883640525]]"
  81.  
  82. End If
  83.  
  84. 'j
  85. If txtInput.Text.Contains("j") Then
  86.  
  87. txtOutput.Text += "[[228315337208110]]"
  88.  
  89.  
  90. End If
  91.  
  92. 'k
  93. If txtInput.Text.Contains("k") Then
  94.  
  95. txtOutput.Text += "[[56926372437]]"
  96.  
  97. End If
  98.  
  99. 'l
  100. If txtInput.Text.Contains("l") Then
  101.  
  102. txtOutput.Text += "[[221310038416]]"
  103.  
  104. End If
  105.  
  106.  
  107. 'm
  108. If txtInput.Text.Contains("m") Then
  109.  
  110. txtOutput.Text += "[[161672657237726]]"
  111.  
  112.  
  113. End If
  114.  
  115.  
  116. 'n
  117. If txtInput.Text.Contains("n") Then
  118.  
  119. txtOutput.Text += "[[203933512990765]]"
  120.  
  121. End If
  122.  
  123. 'o
  124. If txtInput.Text.Contains("o") Then
  125.  
  126. txtOutput.Text += "[[116564658357124]]"
  127.  
  128. End If
  129.  
  130.  
  131. 'p
  132. If txtInput.Text.Contains("p") Then
  133.  
  134. txtOutput.Text += "[[64245738440]]"
  135.  
  136.  
  137. End If
  138.  
  139. 'q
  140. If txtInput.Text.Contains("q") Then
  141.  
  142. txtOutput.Text += "[[196390043757013]]"
  143.  
  144. End If
  145.  
  146.  
  147. 'r
  148. If txtInput.Text.Contains("r") Then
  149.  
  150. txtOutput.Text += "[[111884958838844]]"
  151.  
  152. End If
  153.  
  154.  
  155. 's
  156. If txtInput.Text.Contains("s") Then
  157.  
  158. txtOutput.Text += "[[136198113087158]]"
  159.  
  160. End If
  161.  
  162. 't
  163. If txtInput.Text.Contains("t") Then
  164.  
  165. txtOutput.Text += "[[334073456605673]]"
  166.  
  167. End If
  168.  
  169. 'u
  170. If txtInput.Text.Contains("u") Then
  171.  
  172. txtOutput.Text += "[[172843133886]]"
  173.  
  174. End If
  175.  
  176. 'v
  177. If txtInput.Text.Contains("v") Then
  178.  
  179. txtOutput.Text += "[[77189649729]]"
  180.  
  181. End If
  182.  
  183. 'w
  184. If txtInput.Text.Contains("w") Then
  185.  
  186. txtOutput.Text += "[[116928513730]]"
  187.  
  188. End If
  189.  
  190. 'x
  191. If txtInput.Text.Contains("x") Then
  192. 'txtInput.Text = txtInput.Text + "x"
  193. txtOutput.Text += "[[108075899233912]]"
  194.  
  195. End If
  196.  
  197. 'y
  198. If txtInput.Text.Contains("y") Then
  199.  
  200. txtOutput.Text += "[[140715832616884]]"
  201.  
  202. End If
  203.  
  204. 'z
  205. If txtInput.Text.Contains("z") Then
  206.  
  207. txtOutput.Text += "[[165724910215]]"
  208.  
  209. End If
  210.  
  211.  
  212.  
  213.  
  214. Next
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement