Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function a(...)
- local c ={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='('}
- for d,e in next,c do
- c[e]=d
- end
- for _,b in next,{...}do
- print(string.gsub(b,'.',c))
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement