
Originally Posted by
ThievingSix
Uhh, yes this blocks all(I think, I didn't look at the procedure). Instead of blocking them, it only allows A..Z,a..z,0..9,-,_
This key codes are allowed
Code:
0048 = 0 0049 = 1
0050 = 2 0051 = 3
0052 = 4 0053 = 5
0054 = 6 0055 = 7
0056 = 8 0057 = 9
0058 = : 0059 = ;
0060 = < 0061 = =
0062 = > 0063 = ?
0064 = @ 0065 = A
0066 = B 0067 = C
0068 = D 0069 = E
0070 = F 0071 = G
0072 = H 0073 = I
0074 = J 0075 = K
0076 = L 0077 = M
0078 = N 0079 = O
0080 = P 0081 = Q
0082 = R 0083 = S
0084 = T 0085 = U
0086 = V 0087 = W
0088 = X 0089 = Y
0090 = Z 0091 = [
0092 = \ 0093 = ]
0094 = ^ 0095 = _
0096 = ` 0097 = a
0098 = b 0099 = c
0100 = d 0101 = e
0102 = f 0103 = g
0104 = h 0105 = i
0106 = j 0107 = k
0108 = l 0109 = m
0110 = n 0111 = o
0112 = p 0113 = q
0114 = r 0115 = s
0116 = t 0117 = u
0118 = v 0119 = w
0120 = x 0121 = y
0122 = z